1
0
Fork 0
forked from lthn/blockchain
Commit graph

598 commits

Author SHA1 Message Date
sowle
eb8b3f30b7
do not use burned coins for mixing in (anonymity improvement) 2020-06-03 13:09:43 +03:00
sowle
35370ba485
account_base::get_awo_blob() 2020-06-01 15:32:00 +03:00
sowle
ee9ef363b9
auditable watch-only wallet now can be restored from awo-blob (by a third party): --restore-awo-wallet
simplewallet new command: awo_blob
2020-05-27 17:20:25 +03:00
sowle
36326e581f
wallet: handling auditable coins (WIP) 2020-05-25 15:05:25 +03:00
sowle
aaa5fcbfa9
Merge branch 'predevelop' into auditability 2020-05-23 22:59:29 +03:00
cryptozoidberg
20d93cafd3
got rid of console outputs 2020-05-23 12:14:19 +02:00
cryptozoidberg
2be08eae0d
fixed bug in get_est_height_from_date 2020-05-23 12:13:34 +02:00
sowle
638768f31b
Merge branch 'predevelop' into auditability 2020-05-22 19:50:34 +03:00
sowle
4db837bbc7
Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
sowle
6f4ecb9f3d
core: log hardfork passing 2020-05-20 16:38:03 +03:00
sowle
c1760eb660
wallet file signature fixed to the same length 2020-05-20 16:37:23 +03:00
sowle
c9177ea804
print_blockchain_outs_stat -> print_blockchain_outs_stats 2020-05-19 20:25:03 +03:00
sowle
cfdd8bdc9c
new core rule: new format tx_payer, tx_receiver and extra_alias_entry are not allowed before HF2 2020-05-19 20:22:53 +03:00
sowle
884d068274
tx_payer / tx_receiver will not be added to extra for an auditable address before HF2 2020-05-19 20:21:31 +03:00
sowle
4b3e8da6fa
wallet2: made new format unloadable by old wallets + correct error on file read errors 2020-05-19 20:12:43 +03:00
sowle
23b7c3e1e0
cmd print_bc_outs_stat re-implemented 2020-05-18 22:06:59 +03:00
sowle
9d2262c5e6
Merge branch 'release' into develop 2020-05-18 17:58:21 +03:00
sowle
3f20bac90b
Merge branch 'master' into develop 2020-05-18 17:56:09 +03:00
sowle
a9336724aa
back-compatibility for new wallets fixed 2020-05-18 17:19:21 +03:00
sowle
5ca6c8077e
added checkpoint for height 525000 (mainnet) and height 350000 (testnet) 2020-05-14 19:00:13 +03:00
sowle
d13368dce4
handling auditable addresses in construct_tx outputs' generation 2020-05-11 21:24:39 +03:00
sowle
b30a3b8f66
Merge branch 'predevelop' into auditability
# Conflicts resolved:
#	src/currency_core/currency_basic.h
#	src/wallet/wallets_manager.cpp
2020-05-11 20:41:05 +03:00
sowle
dee448fe51
fixed extra_alias_info handling in tx_extra_handler and rpc_tx_payload_handler (+payer and receiver) 2020-05-08 22:59:51 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
sowle
a4b607e0c0
fixed a bug in new format seed phrase restoring 2020-05-07 15:02:35 +03:00
sowle
a41d73cf8e
serialization fixes from predevelop 2020-05-07 14:57:45 +03:00
cryptozoidberg
dc1b1d5cfe
fixed new api for get block direct 2020-05-06 22:43:40 +02:00
sowle
f1cefa8186
BCS: DB testnet compatibility rule (95->96) 2020-05-05 20:05:07 +03:00
sowle
36946e5d33
added p2p key for testnet (debugging) 2020-05-05 19:42:14 +03:00
cryptozoidberg
5114824b02
softened alt blocks purge validation due to new onboard_transactions concept 2020-05-05 12:53:20 +02:00
cryptozoidberg
60101dc1f5
fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
sowle
1441b5b27f
seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
cryptozoidberg
d3d5af1954
bug fixes of new wallet sync protocol 2020-05-01 20:39:39 +02:00
sowle
b9569ce89b
extra_alias_entry/extra_alias_entry_old fixes, all types added to payload_items and compiles ok 2020-05-01 12:56:09 +03:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
sowle
42a752d12b
new addresses formats + unit tests 2020-04-30 18:50:22 +03:00
sowle
c018cc89ae
extra_alias_entry serialization 2020-04-30 10:31:50 +03:00
sowle
8a19cd7ae0
gcc compilation fixup 2020-04-30 10:30:14 +03:00
sowle
03052970a6
extra_alias_entry_base / struct extra_alias_entry_base_old 2020-04-29 21:12:16 +03:00
sowle
c00ca6d5bc
tx_receiver/tx_receiver_old handling fixed 2020-04-29 21:06:08 +03:00
sowle
1afab184c8
tx_receiver/tx_receiver_old proper handling 2020-04-28 16:41:04 +03:00
sowle
1cb908a484
handle_2_alternative_types_in_variant_container fixed 2020-04-28 15:10:59 +03:00
cryptozoidberg
e5f3519c1e
merge from predevelop 2020-04-28 00:44:40 +02:00
cryptozoidberg
4e0fa49748
reverted API to original due to universal implementation, adapted server side to new protocol, implemented one extra API 2020-04-28 00:40:31 +02:00
sowle
33d385db5f
auditability: basic structures, serialization, helpers (WIP) 2020-04-27 14:52:31 +03:00
cryptozoidberg
bf222f18fe
on_get_blocks_fuzzy_direct/find_blockchain_supplement_fuzzy draft impl 2020-04-27 00:02:58 +02:00
sowle
3883c598e5
handle_2_alternative_types_in_variant_container 2020-04-25 17:22:34 +03:00
sowle
898d6c7f2d
typo fixed 2020-04-25 17:17:47 +03:00
cryptozoidberg
4825b7c012
initial code for upgrading walle sync protocol 2020-04-24 01:05:36 +02:00
sowle
e50bc239df
genesis_config_json_struct restored 2020-04-23 17:42:22 +03:00