1
0
Fork 0
forked from lthn/blockchain
Commit graph

335 commits

Author SHA1 Message Date
sowle
9d02a05c71
checkpoint added: at 900000 for mainnet and at 700000 for testnet 2021-01-28 14:59:43 +03:00
cryptozoidberg
2768732e23
Fixed tracking seed restoring bug 2020-12-15 22:53:28 +01:00
cryptozoidberg
1fabcee504
fixed minor errors 2020-12-03 22:15:27 +01:00
cryptozoidberg
52199f1c79
fixed seed info validation 2020-12-03 21:15:55 +01:00
cryptozoidberg
b93993c32f
getting less dramatic if seed password is wrong 2020-12-01 20:05:21 +01:00
cryptozoidberg
cc08086cac
fixed errors on get_seed_phrase_info 2020-12-01 19:28:41 +01:00
cryptozoidberg
ca46baf24a
secure seed api extended 2020-11-24 20:01:46 +01:00
cryptozoidberg
9ff78d1351
implemented proper validation of seed phrase in simplewallet 2020-11-21 23:05:09 +01:00
cryptozoidberg
491d98cb6d
fixed minor bugs(thanks to Sowle for review) 2020-11-21 14:28:21 +01:00
cryptozoidberg
e59178916b
fixed wrong type conversion 2020-11-18 00:23:57 +01:00
cryptozoidberg
20631c5805
secure seed: basic support implementation(in work) 2020-11-17 01:30:51 +01:00
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