1
0
Fork 0
forked from lthn/blockchain
Commit graph

2117 commits

Author SHA1 Message Date
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
sowle
24851d10c6
Merge remote-tracking branch 'origin/multiassets' into cryptoassets 2023-06-05 19:08:57 +02:00
sowle
ddaf862170
Merge branch 'multiassets' into cryptoassets 2023-06-04 21:02:31 +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
6263975c03
Fixed bug with cloudflare ssl handshake 2023-06-02 20:09:13 +02:00
cryptozoidberg
7a3bfa655a
Changed text in simplewallet by pecial request from @ravaga 2023-05-30 14:47:38 +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
sowle
3e1123fcaa
print_fixed_decimal_point_with_trailing_spaces() minor fix 2023-05-29 14:25:24 +02:00
sowle
f245df2d09
some warnings fixed 2023-05-26 22:20:55 +02:00
sowle
379f4b3535
version bump: 2.0.0.201 -> 2.0.0.202 2023-05-26 22:11:59 +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
cryptozoidberg
dbd8c39fe2
multiple fixes over wallet/core api 2023-05-26 20:23:35 +02:00
sowle
b4cdae8bd8
version bump: 2.0.0.200 -> 2.0.0.201 2023-05-25 21:24:28 +02:00
sowle
768309d72e
tx_out_zarcanum serialization fixed + fixed compilation for MSVC 2022 2023-05-25 21:15:42 +02:00
cryptozoidberg
84066c7203
added more proper handling of exception in rpc handlers 2023-05-25 20:05:39 +02:00
cryptozoidberg
3fec14f95e
Implemented multiple map rpc processing(lets chain RPC processing to different handlers maps in different objects) 2023-05-24 23:43:44 +02:00
cryptozoidberg
a9bbfdcf82
wallet_rpc_server refactoring for blocking API calls(for browser extension) 2023-05-23 23:47:42 +02:00
cryptozoidberg
756e6e526f
version updated 2023-05-23 12:39:31 +02:00
cryptozoidberg
52f11a77b9
Fixed wrong p2p ports 2023-05-22 23:24:20 +02:00
cryptozoidberg
e97d14c7e4
Fixed simplewallet ionic_swap functions 2023-05-22 23:08:12 +02:00
cryptozoidberg
3fab389f05
Reset testnet to next formation 2023-05-22 19:58:22 +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
cryptozoidberg
7eea5fab42
reset PoS starter difficulty 2023-05-19 22:46:01 +02:00
sowle
53e79696af
Merge branch 'multiassets' into cryptoassets 2023-05-02 20:48:33 +02:00
sowle
f094aeb0b1
validate_escrow_proposal now requires service attachment body to be encrypted 2023-05-02 20:32:11 +02:00
cryptozoidberg
32fca807c3
Merge branch 'cryptoassets' into multiassets 2023-05-02 16:18:18 +02:00
cryptozoidberg
17134351bb
Multiple fixes over core tests related to zarcanum/multiassets 2023-05-02 16:16:58 +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
cryptozoidberg
a83dedf2a4
multiple fixes over old block verification tests 2023-04-30 00:43:49 +02:00
sowle
1a698a72b2
a rare case in get_est_height_from_date fixed (credits go to @crypto_zoidberg) 2023-04-28 21:51:28 +02:00
sowle
0fcfe2e540
wallet2: various fixes for escrow 2023-04-28 20:07:35 +02:00
cryptozoidberg
64a043a18f
fixed few bugs related to aliases registration and block versions 2023-04-26 23:59:33 +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
aa8d3207a4
minor fixes over TX_FLAG_SIGNATURE_MODE_SEPARATE 2023-04-18 20:07:33 +02:00
cryptozoidberg
44e22b611d
Multiple fixes here and there, mostly fixing compilation problems 2023-04-18 16:55:25 +02:00
cryptozoidberg
ac4a62a5c9
fixed API for explorer 2023-04-17 23:04:30 +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
c69ef90249
check_native_coins_amount_burnt_in_outs() instead of get_amount_for_zero_pubkeys() which is now deprecated, some coretests adapted and have been debugged 2023-04-14 04:51:33 +02:00