sowle
|
eee04b65ae
|
wallet: fixed defragmentation tx minimum utxo limit
|
2023-06-09 19:44:27 +02:00 |
|
sowle
|
e80e4a60cc
|
1) refactored block template creation and construct_miner_tx to incorporate block reward, essential for Zarcanum PoS; 2) fixed a bug in Zarcanum PoS generation; zarcanum_block_with_txs test now passes successfully
|
2023-06-09 01:19:37 +02:00 |
|
sowle
|
13e8d0dfe3
|
wallet: packing/consolidating tx that automatically aggregates small UTXO in PoS blocks was ranamed to defragmentation tx to avoid confusion + re-implemented to reflect post-HF4 changes
|
2023-06-09 01:10:16 +02:00 |
|
cryptozoidberg
|
6263975c03
|
Fixed bug with cloudflare ssl handshake
|
2023-06-02 20:09:13 +02:00 |
|
sowle
|
a21c0a8c1a
|
wallet: 1) m_custom_assets clearing on resync cmd, 2) deployed asset is automatically added to custom assets list; 3) publish -> deploy; 4) help improved
|
2023-05-29 22:28:13 +02:00 |
|
sowle
|
0832fac57e
|
temporary hard-disabled TOR relay (like it was in master)
|
2023-05-29 14:31:48 +02:00 |
|
sowle
|
d530c165da
|
wallet: PoS timings added
|
2023-05-26 22:11:23 +02:00 |
|
sowle
|
943e234a3d
|
simplewallet & wallet: printing balance unlocked + disabling tor by default
|
2023-05-26 22:01:01 +02:00 |
|
sowle
|
f164335e4e
|
coretests: zarcanum_in_alt_chain fixed by temporary disabling altchain checks for ZC inputs (+few improvements)
|
2023-05-22 04:27:40 +02:00 |
|
cryptozoidberg
|
0eaa596536
|
fixed pos_minting_tx_packing
|
2023-05-20 20:42:26 +02:00 |
|
sowle
|
9efa8f7a6f
|
wallet2::add_sent_unconfirmed_tx partially fixed for assets, read_money_transfer2_details_from_tx removed
|
2023-05-01 13:34:37 +02:00 |
|
sowle
|
0fcfe2e540
|
wallet2: various fixes for escrow
|
2023-04-28 20:07:35 +02:00 |
|
cryptozoidberg
|
4cfb62575b
|
fixed bug in atomic swaps(discovered by core_tests)
|
2023-04-26 00:24:29 +02:00 |
|
cryptozoidberg
|
9f6436ea08
|
Final fixes for ionic_swap_basic_test - first time test worked!!!!!
|
2023-04-25 00:16:13 +02:00 |
|
cryptozoidberg
|
09215f8923
|
Fixes over TX_FLAG_SIGNATURE_MODE_SEPARATE and ionic swaps
|
2023-04-21 17:33:56 +02:00 |
|
cryptozoidberg
|
4acb2bae03
|
multiple fixes over ionic_swap proposal
|
2023-04-20 22:08:20 +02:00 |
|
cryptozoidberg
|
44e22b611d
|
Multiple fixes here and there, mostly fixing compilation problems
|
2023-04-18 16:55:25 +02:00 |
|
cryptozoidberg
|
4aa58d1202
|
Merge branch 'cryptoassets' into multiassets
|
2023-04-17 19:36:49 +02:00 |
|
cryptozoidberg
|
9859361e36
|
Multiple fixes over ionic_swap
|
2023-04-17 19:35:55 +02:00 |
|
sowle
|
8543cf28c9
|
wallet: unconfirmed txs handling (temp fix)
|
2023-04-13 22:26:10 +02:00 |
|
cryptozoidberg
|
e30341163b
|
Added intermediate information secure transfer between proposal and acceptance
|
2023-04-13 20:07:43 +02:00 |
|
cryptozoidberg
|
c8aed60e05
|
Merge branch 'cryptoassets' into multiassets
|
2023-04-13 17:12:59 +02:00 |
|
sowle
|
3094322edb
|
wallet2: handle_money_received2() assumes receiving only native coins (temporary) -- fixes few coretests
|
2023-04-12 22:40:18 +02:00 |
|
sowle
|
a9ac0a24eb
|
1) outputs_generation_context is now part of finalize_tx_params; 2) outputs_generation_context -> tx_generation_context
|
2023-04-12 20:13:54 +02:00 |
|
cryptozoidberg
|
03f443cf4c
|
Fixed few complilation issues
|
2023-04-11 17:23:06 +02:00 |
|
cryptozoidberg
|
8cfeab405b
|
merged from cryptoassets
|
2023-04-10 15:29:54 +02:00 |
|
cryptozoidberg
|
3b7e038064
|
fixed multiple compilation problems
|
2023-04-07 22:53:50 +02:00 |
|
sowle
|
29cb62aaf3
|
asset surjection proof: debugging in progress
|
2023-04-05 06:45:27 +02:00 |
|
sowle
|
4d6977b301
|
wallet2::load_whitelisted_tokens() was temporary disabled
|
2023-04-04 23:19:48 +02:00 |
|
cryptozoidberg
|
dcf1b0adae
|
basic crypto functions exported from wallet
|
2023-04-03 20:32:18 +02:00 |
|
sowle
|
990f99767d
|
asset surjection proof: core adaptation & debugging (wip)
|
2023-04-01 06:49:40 +02:00 |
|
sowle
|
c1d6d13e7b
|
assets surjection proof: work in progress
|
2023-03-22 23:28:01 +01:00 |
|
sowle
|
cce4aaaaa3
|
Zarcanum adaptation for confidential assets: balance and range proofs generation/verification has been debugged (WIP)
|
2023-03-21 02:34:29 +01:00 |
|
sowle
|
b5c1c5477d
|
Zarcanum adaptation for confidential assets (WIP)
|
2023-03-20 21:25:08 +01:00 |
|
sowle
|
96753bbc94
|
proofs generation moved from construct_miner_tx to wallet2::prepare_and_sign_pos_block + improvements over generate_zc_outs_range_proof
|
2023-03-17 23:59:21 +01:00 |
|
sowle
|
c6294f7cb6
|
Zarcanum & assets balance proof refactoring: work in progress
|
2023-03-16 23:59:52 +01:00 |
|
cryptozoidberg
|
83c5336004
|
Core tests for basic ionic swaps scenario: draft for verification code
|
2023-03-16 19:15:11 +01:00 |
|
cryptozoidberg
|
8e43055140
|
Core tests for basic ionic swaps scenario: code for creating proposal
|
2023-03-13 22:14:39 +01:00 |
|
sowle
|
d39b72c9eb
|
fixed a bug in old-style Zarcanum proof generation (temporary stuff)
|
2023-03-13 20:06:02 +01:00 |
|
sowle
|
1df413019f
|
wallet: fixed pos entry selection (limited to native coins)
|
2023-03-10 13:46:33 +01:00 |
|
cryptozoidberg
|
f0d5bc94cd
|
Core tests for basic ionic swaps scenario: inital code
|
2023-03-09 19:49:40 +01:00 |
|
sowle
|
c45f9ee894
|
fixed passing of blinded_asset_id for each decoy when requested by RPC from daemon + minor improvements for CLSAG_GGX
|
2023-03-08 21:26:09 +01:00 |
|
cryptozoidberg
|
8be2cc083f
|
Implemented accept ionic swap proposal(partially)
|
2023-03-08 21:19:59 +01:00 |
|
sowle
|
f980bdadf5
|
balance proof: final fixes for asset-transferring txs; outputs_generation_context cleanup
|
2023-03-07 12:38:30 +01:00 |
|
cryptozoidberg
|
6e1fb500eb
|
Implemented function for decoding proposal details
|
2023-03-06 22:47:06 +01:00 |
|
cryptozoidberg
|
0030f7fbf6
|
Implemented basic code for validatiing ionic_swap
|
2023-03-03 18:17:16 +01:00 |
|
cryptozoidberg
|
404bfc1576
|
Creating outpus, minor fixes for ionic_swap
|
2023-02-28 21:35:28 +01:00 |
|
cryptozoidberg
|
2328a2cced
|
Implemented basics for building ionic_swap template
|
2023-02-23 19:10:22 +01:00 |
|
sowle
|
f9b54f305a
|
ca: wallet refactoring to support confidential assets (WIP)
|
2023-02-21 01:41:33 +01:00 |
|
sowle
|
7652a117cd
|
confidential assets: core & wallet refactoring, various fixes, WIP
|
2023-02-09 23:35:33 +01:00 |
|