1
0
Fork 0
forked from lthn/blockchain
Commit graph

2944 commits

Author SHA1 Message Date
cryptozoidberg
63cdb84b80
fixed simplewallet compilation problem 2022-12-13 14:32:42 +01:00
cryptozoidberg
c057909e81
UI moved to latest commit 2022-12-12 18:12:44 +01:00
cryptozoidberg
d6cf863687
fixed multiple UI bugs related to multiassets 2022-12-10 00:00:20 +01:00
cryptozoidberg
e6b820213a
moved UI to latest commit 2022-12-09 17:57:13 +01:00
cryptozoidberg
7cda58a7cf
fixed bug in get_wallet_info 2022-12-07 18:04:40 +01:00
cryptozoidberg
0dc8a42555
added api for UI to fetch balance after whitelisting of asset 2022-12-06 21:59:49 +01:00
cryptozoidberg
9c30c60881
fixed scaling issue, fixed missing Zano entry in balances list 2022-12-06 21:31:17 +01:00
cryptozoidberg
18ec6fb2dd
moved UI to latest commit 2022-12-05 21:56:00 +01:00
cryptozoidberg
65cfb4910f
moved to latest tor-connect commit 2022-12-03 20:59:51 +01:00
cryptozoidberg
464818fb7f
added api for adding/removing assets via UI 2022-12-02 22:29:23 +01:00
cryptozoidberg
3a46bf3a44
tor-connect moved to latest commits 2022-12-02 15:29:07 +01:00
cryptozoidberg
65e5ad4f9f
moved to lates UI code 2022-12-02 15:28:03 +01:00
cryptozoidberg
a14dcb4e8a
implemented add/remove custom assets 2022-12-02 15:24:50 +01:00
cryptozoidberg
11e1836096
fixed bug with inflating balances array 2022-12-01 19:05:17 +01:00
cryptozoidberg
48f4886d0d
disabled code signing due to problems with cert(will be fixed later) 2022-11-29 18:50:10 +01:00
cryptozoidberg
511f2c0b8c
attempt to fix missing crypt32 2022-11-29 17:43:22 +01:00
cryptozoidberg
eb0c689e88
Link ssl statically and in right order(now) 2022-11-29 00:31:24 +01:00
cryptozoidberg
880e1c189d
Link ssl statically 2022-11-28 23:23:54 +01:00
cryptozoidberg
1c52911757
added asset_id for UI_to_wallet api, added preloading whitelist for wallet before balance request 2022-11-28 22:10:50 +01:00
cryptozoidberg
0d84a92096
simple wallet now understand multiasset version of transfe command 2022-11-28 21:00:10 +01:00
cryptozoidberg
ac135253eb
simplewallet now can show multiassets balances 2022-11-26 23:00:32 +01:00
cryptozoidberg
b9facc0b6e
fixed bug in wallet regarding genesis reset 2022-11-25 22:03:21 +01:00
cryptozoidberg
a582473cea
Merge branch 'zarcanum' into multiassets 2022-11-25 15:50:06 +01:00
sowle
453e2b3456
wallet2: minor logging improvements 2022-11-24 21:54:43 +01:00
sowle
738a63a48e
Merge branch 'multiassets' into zarcanum 2022-11-24 21:52:49 +01:00
cryptozoidberg
8c1660e20f
Merge branch 'zarcanum' into multiassets 2022-11-24 21:50:58 +01:00
cryptozoidberg
489d0a9ecf
Fixed zarcanum_test_n_inputs_validation 2022-11-24 21:49:30 +01:00
sowle
b11e66aeff
zarcanum testnet pre-alpha has been launched 2022-11-24 20:39:06 +01:00
sowle
fd456f2445
Merge branch 'multiassets' into zarcanum 2022-11-24 13:15:55 +01:00
sowle
4579f172d8
blockchain_storage::pop_transaction_from_global_index() adapted for HF4 2022-11-24 04:34:58 +01:00
sowle
28c6a0db9b
error logging verbosity improved in a few places 2022-11-24 04:33:52 +01:00
sowle
834ad93094
coretests: zarcanum_in_alt_chain added to the list 2022-11-23 22:34:33 +01:00
sowle
f2ebc76001
coretests: zarcanum_in_alt_chain test added (EXPOSES a bug with global outputs during alt block handling) 2022-11-23 22:01:55 +01:00
sowle
928d937a7b
get_amount_from_variant() made noexcept 2022-11-23 19:28:17 +01:00
sowle
ef38eb9724
p2p: when use-only-priority-nodes is present and none of priority nodes are specified -- don't connect to seed nodes 2022-11-23 18:55:03 +01:00
sowle
741aae9b7f
wallet: prepare_tx_sources() fixed for post-HF4 transfers 2022-11-23 18:09:49 +01:00
sowle
068d606557
coretests: zarcanum_basic_tests improved to check post-HF4 transfers via wallet2 with mixins (exposes a bug atm) + overloaded wallet2::transfer() 2022-11-23 15:10:06 +01:00
sowle
3ff4a69945
DIFFICULTY_STARTER was split into DIFFICULTY_POW_STARTER and DIFFICULTY_POS_STARTER (2) 2022-11-23 04:13:39 +01:00
sowle
4f703fe8f8
DIFFICULTY_STARTER was split into DIFFICULTY_POW_STARTER and DIFFICULTY_POS_STARTER 2022-11-23 03:05:59 +01:00
cryptozoidberg
37bb9611f9
Merge branch 'zarcanum' into multiassets 2022-11-22 15:16:21 +01:00
sowle
0b2fef7642
alt block tx validation fixed for htlc 2022-11-21 22:57:05 +01:00
sowle
8ca9e1261d
1) fill_tx_rpc_inputs adapted; 2) earlier deprecated get_to_key_input_from_txin_v removed completely 2022-11-21 22:55:59 +01:00
sowle
88e3190aad
bcs: more verbose logging 2022-11-21 21:49:11 +01:00
sowle
a0125f81e9
bcs: prevalidate_miner_transaction moved to be called before heavy PoW/PoS (now for alt blocks as well) 2022-11-21 20:40:14 +01:00
sowle
d06aa7796e
bcs: purge_altblock_keyimages_from_big_heap adapted 2022-11-21 20:38:56 +01:00
sowle
ce36a65994
Zarcanum PoS: fix for alt blocks validation 2022-11-21 18:43:36 +01:00
sowle
ec07a63f1e
chaingen: fix for test_generator::build_wallets() + more verbose error logging when didn't find a kernel 2022-11-21 18:39:39 +01:00
cryptozoidberg
d4f05089cd
added multiasset balances on UI signals 2022-11-18 22:36:07 +01:00
cryptozoidberg
b6fd8314ca
Merge branch 'zarcanum' into multiassets 2022-11-18 21:55:39 +01:00
cryptozoidberg
059c367d89
multiple fixes over wallet and cmake 2022-11-18 21:04:05 +01:00