1
0
Fork 0
forked from lthn/blockchain
Commit graph

3825 commits

Author SHA1 Message Date
cryptozoidberg
b744dfb79b
all tests compilation fixed(still a lot of broken tests) 2023-06-13 23:06:55 +02:00
sowle
b92f63e176
version bump: 2.0.0.207 -> 2.0.0.208 2023-06-13 17:08:28 +02:00
sowle
ba594dd5ac
additional error handling for wallet2 and simplewallet 2023-06-13 17:06:56 +02:00
cryptozoidberg
c48f840f68
fixes over renect_history refactoring(tests still broken) 2023-06-13 00:16:46 +02:00
sowle
44ed820abe
wallet2: fixed a typo 2023-06-12 21:41:08 +02:00
sowle
633d5238ef
version bump: 2.0.0.206 -> 2.0.0.207 2023-06-12 20:38:43 +02:00
sowle
dbb2712119
wallet: minor refactoring around generate_utxo_defragmentation_transaction_if_needed; coretests packing_outputs_on_pos_minting_wallet and pos_minting_tx_packing fixed 2023-06-12 20:37:26 +02:00
cryptozoidberg
2955b2c231
add built html to UI 2023-06-12 18:37:35 +02:00
cryptozoidberg
db637883cb
add built html to UI 2023-06-12 18:36:05 +02:00
cryptozoidberg
9a18116750
wallet2.cpp got in compiled, but the rest is not yet 2023-06-11 00:20:11 +02:00
cryptozoidberg
ad01fb0ba7
Moved UI to latest commits for testnet 2023-06-10 16:07:12 +02:00
cryptozoidberg
accd9ee1ce
Moved UI to letes fixes 2023-06-10 15:29:59 +02:00
sowle
eee04b65ae
wallet: fixed defragmentation tx minimum utxo limit 2023-06-09 19:44:27 +02:00
sowle
ce0f587c53
coretests: fixed a small error in pos_block_builder 2023-06-09 14:15:40 +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
60a9274dcb
Merge branch 'multiassets' into recent_history 2023-06-08 18:25:19 +02:00
cryptozoidberg
f9755eec58
Merge branch 'cryptoassets' into multiassets 2023-06-08 18:20:13 +02:00
cryptozoidberg
9a2371d49f
fixes on unconfirmed txs 2023-06-08 18:19:10 +02:00
sowle
6aba2d44b6
coretests: added new test zarcanum_block_with_txs which uncovers a bug in wallet2 Zarcanum PoS generation when block has non-zero txs 2023-06-08 04:18:37 +02:00
cryptozoidberg
5f79730c20
deep refactoring of recent_transfers structure against confidential assets - fixes over scan_tx_pool 2023-06-07 23:29:41 +02:00
sowle
544d8acead
version bump: 2.0.0.205 -> 2.0.0.206 2023-06-07 15:45:08 +02:00
sowle
831f17d570
gui updated 2023-06-07 15:44:19 +02:00
sowle
4e4982966b
compilation fix for simplewallet 2023-06-07 04:25:01 +02:00
sowle
e4065e7c52
version bump: 2.0.0.204 -> 2.0.0.205 2023-06-07 00:44:11 +02:00
sowle
ea45baa457
fixed a bug in wallet2 where the explicit asset id was incorrectly set when it shouldn't have been 2023-06-07 00:18:22 +02:00
cryptozoidberg
b827779c7c
deep refactoring of recent_transfers structure against confidential assets - still pretty much all broken 2023-06-06 23:05:53 +02:00
sowle
3004dbc684
gcc warning fixed 2023-06-06 22:54:29 +02:00
sowle
9030bfdc2b
coretests: minor improvements around multiassets_basic_test 2023-06-06 22:46:37 +02:00
sowle
a0fb876a48
coretests: added new test assets_and_explicit_native_coins_in_outs, which uncovers a bug in wallet2 where the explicit asset id was incorrectly set when it shouldn't have been 2023-06-06 22:43:09 +02:00
sowle
ce67a1bd1c
coretests: fixed several bugs in chaingen (init_test_wallet now sets hardforks correctly, fill_sources_and_destinations has been adjected to correctly set destinations in case of random split policy) 2023-06-06 22:37:32 +02:00
sowle
00c4ac3314
coretests: adapted few more tests to new testing environment 2023-06-05 20:25:16 +02:00
sowle
24851d10c6
Merge remote-tracking branch 'origin/multiassets' into cryptoassets 2023-06-05 19:08:57 +02:00
sowle
1ec3bac95d
coretests: adapted few tests to fit redesigned test environment (hardforks) 2023-06-05 18:19:39 +02:00
sowle
ddaf862170
Merge branch 'multiassets' into cryptoassets 2023-06-04 21:02:31 +02:00
sowle
6cab1f2e9a
coretests: minor fix for counting unique tests 2023-06-04 20:50:31 +02:00
sowle
ed9741e3cd
coretests: improved gen_wallet_save_load_and_balance test to uncover a bug in wallet save-load process for HF4 + fixed incorrect balance checking for some old wallet tests 2023-06-03 04:21:12 +02:00
sowle
6efe47f69c
coretests: eliminated unnecessary multiple inheritance from hard fork 2 tests 2023-06-03 04:15:14 +02:00
sowle
363d1bc316
coretests: redesigned test environment to allow individual tests to be conducted against various activated hardforks 2023-06-03 04:12:01 +02:00
sowle
30a54790a6
useful warnings and other logging improvements 2023-06-03 04:05:12 +02:00
sowle
2aa302f69a
total number of HFs + "==" and "!=" for hard_forks_descriptor 2023-06-03 04:03:35 +02:00
cryptozoidberg
36d7806b1c
Merge branch 'multiassets' into recent_history 2023-06-02 20:26:26 +02:00
cryptozoidberg
6263975c03
Fixed bug with cloudflare ssl handshake 2023-06-02 20:09:13 +02:00
cryptozoidberg
67cfc35faf
change of recent tx hsitory against multiassets 2023-05-31 13:45:36 +02:00
cryptozoidberg
7a3bfa655a
Changed text in simplewallet by pecial request from @ravaga 2023-05-30 14:47:38 +02:00
sowle
0ddac854a5
build system: added a href to emails for all platforms 2023-05-30 14:26:33 +02:00
sowle
68901d469a
version bump: 2.0.0.203 -> 2.0.0.204 2023-05-29 22:29:08 +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
f685929814
version bump: 2.0.0.202 -> 2.0.0.203 2023-05-29 14:45:10 +02:00
sowle
0832fac57e
temporary hard-disabled TOR relay (like it was in master) 2023-05-29 14:31:48 +02:00