1
0
Fork 0
forked from lthn/blockchain
Commit graph

324 commits

Author SHA1 Message Date
sowle
6a18d031ae
fixed minor bug in wallet2::assign_account() + more getters for account_base 2020-10-02 16:19:08 +03:00
sowle
bd894a0119
has_field_of_type_in_extra() -> have_type_in_variant_container() 2020-08-31 20:03:49 +03:00
cryptozoidberg
13accb65ad
fixed few issues with attachment encryption 2020-08-29 01:14:26 +02:00
sowle
959c173800
unit tests fixed 2020-08-21 15:07:16 +03:00
cryptozoidberg
5a0cfe1b4a
chacha stream integrated into load/store functions 2020-08-18 21:54:25 +02:00
cryptozoidberg
67d2d7f200
implemented right version of stream filter for input 2020-08-18 21:54:24 +02:00
sowle
beb56a10bb
testnet: new checkpoint and predownload files 2020-07-22 20:09:47 +03:00
cryptozoidberg
28f8f86860
fixed bug with wrong handling coinbase for auditable wallets 2020-07-22 01:43:19 +02:00
sowle
b695cda21b
rebuild m_db_addr_to_alias container as well when migrating to DB v95 2020-07-13 14:54:32 +03:00
sowle
ec833ec490
minor fixes 2020-07-08 18:19:09 +03:00
sowle
9ab4cb048e
wallet: contracts' boost serialization fixed 2020-07-08 18:02:32 +03:00
sowle
6d7096af6e
getting rid of unused serialization func 2020-07-07 13:22:05 +03:00
sowle
3520e17836
--stop-after-height implemented 2020-07-02 23:16:47 +03:00
sowle
cee1e58de8
added checkpoint for mainnet at 600000 2020-07-02 16:02:13 +03:00
sowle
a8e490e108
blockchain db migration implemented: 93,94->95 (aliases rebuild) 2020-07-02 14:06:33 +03:00
sowle
dc08169aee
clean things up (massive names correction) 2020-06-29 22:55:25 +03:00
sowle
578043559c
tx_memory_pool::validate_alias_info adapted to extra_alias_entry/extra_alias_entry_old scheme 2020-06-25 16:43:05 +03:00
sowle
8e2462a63c
prevalidate_alias_info minor fix 2020-06-25 15:52:47 +03:00
sowle
547f7bf1c4
many minor log improvements for debugging 2020-06-23 21:36:30 +03:00
cryptozoidberg
1698030467
Merge branch 'predevelop' into wallet_delayed_outputs_sync 2020-06-14 19:47:35 +02:00
cryptozoidberg
8f9f9f1698
implemented deferred fetching of global output indexes on receiving phase(preparation phase is todo) 2020-06-12 00:32:08 +02:00
sowle
bda15d3153
Merge branch 'develop' into predevelop 2020-06-11 13:28:18 +03:00
cryptozoidberg
267053964d
extended api for fetching blocks/txs, started work on implementing deferred fetching of global output indexes 2020-06-10 23:56:14 +02:00
sowle
02cd60e85d
fix alias update signature buffer for upcoming auditable wallets and hf2 2020-06-10 19:52:39 +03:00
sowle
1db364fbf6
minor log improvement 2020-06-08 18:05:32 +03:00
cryptozoidberg
2cf31bca10
fixed android/linux warnings 2020-06-04 19:31:29 +02:00
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