1
0
Fork 0
forked from lthn/blockchain
Commit graph

598 commits

Author SHA1 Message Date
sowle
5724cd969c
clean up 2020-04-23 11:12:17 +03:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +03:00
sowle
fc475432fc
account_public_address spend_public_key/view_public_key changes 2020-04-22 22:30:29 +03: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
94088f500f
BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION : 93 -> 94 2020-03-05 22:40:20 +01:00
sowle
9efc77f95b
added checkpoint for height 425000 2020-03-04 21:19:45 +01:00
sowle
5a219d15a0
test commit 2020-02-28 13:17:20 +03:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
cryptozoidberg
40bedc2457
removed other unlinkable in paindroid functions 2020-02-21 01:14:58 +01:00
cryptozoidberg
7b12ce6e9f
disabled unlinked utf8 functions for android, chaged libs to static 2020-02-21 01:05:39 +01:00
cryptozoidberg
0c54ca7270
get rid of boost.locale under paindroid 2020-02-20 03:07:03 +01:00
sowle
6356b9b09d
checkpoints for testnet 2020-02-19 19:26:40 +03:00
sowle
68772f3e04
minor fix in transform_str_to_addr() 2020-02-18 15:50:24 +03:00
sowle
bc1152ede5
check return value of do_serialize in get_attachment_extra_info_details() 2020-02-17 16:44:11 +03:00
sowle
67e416b862
tx pool: fill_block_template rewritten to avoid dangerous pointers manipulations 2020-02-17 13:13:07 +03:00
sowle
966cb52343
tx pool: fixed potential rare access violation issue 2020-02-14 15:53:39 +03:00
sowle
2a12f5ecb5
tx pool: new soft rule: standalone txs will be rejected while BCS is in CP zone (more security when checkpoints will be enabled)
(also, this should fix gen_checkpoints_and_invalid_tx_to_pool test that was especially written to cover this case)
2020-02-13 15:55:58 +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
ef856d01cc
diff switched to more portable ver 2020-01-27 22:42:18 +01:00
sowle
f29492d98a
simplewallet: don't put payment id into tx attachment if it's empty (fixed a tiny bug) 2020-01-23 20:28:10 +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
41d4a9b0d3
added class drafts for plain wallet api for mobile app 2020-01-14 23:30:17 +01:00
cryptozoidberg
ea4f75a74f
minor cleanup 2020-01-09 02:06:11 +01:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring 2019-12-26 18:08:57 +03:00
sowle
2280cbe990
construct_tx made able to work with tracking keys (for tx size estimation) 2019-12-17 12:18:39 +03:00
sowle
897b53cd93
wallet2 refactoring: mark_transfers_with_flag made more robust, store_unsigned_tx_to_file_and_reserve_transfers extracted 2019-12-14 18:29:05 +03:00
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00
sowle
6af5dca26c
currency_format_utils: added error check to lookup_acc_outs() 2019-12-03 21:18:03 +03:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
cryptozoidberg
d7c67b196c
added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
sowle
781273fb0c
exceptions handling in bc_offers_service::~bc_offers_service() 2019-11-26 12:13:14 +03:00
sowle
75f3fb9500
core: minor fix in is_out_to_acc() 2019-11-25 13:43:33 +03:00
sowle
6d1f954f5d
minor fix (uninitialized member variable) 2019-11-22 16:18:03 +03:00
sowle
03e4dfbbd2
fixed possible exception issues in miner dtor 2019-11-21 16:45:44 +03:00
cryptozoidberg
cf07085e68
fixed two coretests 2019-11-20 23:03:27 +01:00
sowle
69143d8288
core: fixed uninitialized variable in construct_miner_tx 2019-11-20 10:25:45 +03:00
cryptozoidberg
da2b26f9fe
fixed coretests regarding to new tx handling schema 2019-11-19 02:28:15 +01:00
cryptozoidberg
6019ffccf8
changed currency_protocol_handler for onboard transactions 2019-11-16 21:25:48 +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
4fadc8b9cb
added header to fix compilarion issue 2019-11-14 19:58:56 +01:00