1
0
Fork 0
forked from lthn/blockchain
Commit graph

131 commits

Author SHA1 Message Date
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
a8e490e108
blockchain db migration implemented: 93,94->95 (aliases rebuild) 2020-07-02 14:06:33 +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
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
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
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
23b7c3e1e0
cmd print_bc_outs_stat re-implemented 2020-05-18 22:06:59 +03:00
sowle
3f20bac90b
Merge branch 'master' into develop 2020-05-18 17:56:09 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02: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
cryptozoidberg
5114824b02
softened alt blocks purge validation due to new onboard_transactions concept 2020-05-05 12:53:20 +02:00
cryptozoidberg
d3d5af1954
bug fixes of new wallet sync protocol 2020-05-01 20:39:39 +02: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
cryptozoidberg
bf222f18fe
on_get_blocks_fuzzy_direct/find_blockchain_supplement_fuzzy draft impl 2020-04-27 00:02:58 +02:00
sowle
f7d6782250
address/account refactoring in progress 2020-04-22 22:02:37 +03:00
sowle
8d62e84c7a
hardfork-related code minor refactoring 2020-04-22 18:47:16 +03:00
sowle
6bd9a73448
db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
sowle
5567275518
blockchain database predownloading: first version 2020-03-12 18:07:31 +03:00
sowle
5d5c63c1f8
db_backend_selector introduced 2020-03-12 13:21:22 +03:00
sowle
c1d65f6d05
BCS: DB versions matching logic improved to cover more cases 2020-03-05 22:50:28 +01:00
sowle
5a219d15a0
test commit 2020-02-28 13:17:20 +03:00
sowle
ae2e1955fe
core: fixed few bugs in prune_ring_signatures_and_attachments_if_need() 2020-02-07 12:39:54 +03:00
cryptozoidberg
834e679b8c
Merge branch 'develop' into mobile 2020-02-03 17:00:09 +01:00
sowle
5622ce550b
minor fixes in suspicious block time check 2020-01-28 02:37:54 +03:00
cryptozoidberg
03f04c9dd9
implemented exented wallet api, finished plain wallet test(but not tested yet) 2020-01-23 03:26:25 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
cryptozoidberg
cf07085e68
fixed two coretests 2019-11-20 23:03:27 +01:00
cryptozoidberg
da2b26f9fe
fixed coretests regarding to new tx handling schema 2019-11-19 02:28:15 +01:00
cryptozoidberg
57e0aa063d
pool code modificated to work with onboard transactions 2019-11-16 20:26:40 +01:00
cryptozoidberg
17e36012de
transaction pool optimisation: basic implemntation 2019-11-16 01:06:21 +01:00
cryptozoidberg
499f822e97
moved tx semantics validation to separate funtion, added to pool validation and to core validation 2019-11-15 23:58:09 +01:00
cryptozoidberg
d1e6ef429b
refactoring of tx pool/core block's transactions handling 2019-11-15 01:04:51 +01:00
cryptozoidberg
5b14456c61
changed parameters of get_block_template 2019-11-14 19:53:38 +01:00
sowle
a5990a00b7
select_db_engine_from_arg improvements and arg_db_engine option fix 2019-11-14 05:54:52 +03:00
cryptozoidberg
2e51748cfb
removed unused code 2019-10-25 22:59:45 +02:00
cryptozoidberg
1ade55eb17
libmdbx set as an option for command line parameter(--db-engine) 2019-10-25 00:13:38 +02:00