1
0
Fork 0
forked from lthn/blockchain
Commit graph

1108 commits

Author SHA1 Message Date
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00
sowle
407df8762e
performance_tests : free space check improved 2019-12-05 17:30:22 +03:00
sowle
5e0addba76
simplewallet: typos fixed 2019-12-05 02:25:41 +03:00
cryptozoidberg
c863094c11
fixed misprint 2019-12-03 23:55:02 +01:00
sowle
6af5dca26c
currency_format_utils: added error check to lookup_acc_outs() 2019-12-03 21:18:03 +03:00
cryptozoidberg
98636c52a1
CIRITCAL_OPERATION macro compatible with *nix 2019-12-03 04:30:40 +01:00
cryptozoidberg
7d4f95ca53
fixed problem with seed nodes + transactions loaded to onboard container instead of prevalidation in tx pool 2019-12-03 04:16:17 +01:00
cryptozoidberg
86d98d3e67
fixed linux compilation issue 2019-12-03 03:16:54 +01:00
cryptozoidberg
eebac8eca4
disabled unused macro 2019-12-03 02:25:02 +01:00
cryptozoidberg
91be33581a
added command to simplewallet for printing output distribution 2019-12-03 02:18:45 +01:00
cryptozoidberg
3eb68cb8fb
added log message 2019-12-03 01:54:08 +01:00
cryptozoidberg
d337500b9c
removed unused files 2019-12-03 01:49:03 +01:00
sowle
41a095dac9
wallet: more verbose logging on storing 2019-12-02 15:08:45 +03:00
zano build machine
77f5ac1cdd === build number: 71 -> 72 === 2019-12-02 14:52:28 +03:00
cryptozoidberg
9b8e438ab4
fixed simplewallet issues with get_recent_transfers 2019-12-02 00:20:16 +01:00
cryptozoidberg
6464a65b31
fixed open_wallet call 2019-12-01 23:42:10 +01:00
cryptozoidberg
7f374eab2a
fixed missing total field in get_recent_transfers struct 2019-12-01 23:31:05 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
sowle
e3f2e2a30b
db: lmdb: minor fix in error handling macro 2019-11-29 12:34:10 +03:00
cryptozoidberg
821776d198
fixed wallet functions signatures 2019-11-28 23:34:24 +01:00
cryptozoidberg
d7c67b196c
added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
cryptozoidberg
cdfd321387
basic implementation of tx packing(in progress) 2019-11-27 03:19:10 +01:00
sowle
b043f8cc0f
wallet: getting rid of unused code 2019-11-26 12:13:56 +03: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
cryptozoidberg
c306693806
all tests fixed 2019-11-22 00:47:21 +01:00
sowle
03e4dfbbd2
fixed possible exception issues in miner dtor 2019-11-21 16:45:44 +03:00
sowle
3455811cc3
core: CATCH_ENTRY_NO_RETURN made parameterless, CATCH_ENTRY_NO_RETURN_CUSTOM added 2019-11-21 16:44:42 +03:00
cryptozoidberg
4eb23c1954
fixed gen_double_spend_in_the_same_block 2019-11-21 00:46:05 +01: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
sowle
5db4024be9
wallet: fixed minor issue with dump_transfers() 2019-11-20 10:24:47 +03:00
sowle
c51ef0cda7
p2p: minor issues fixed 2019-11-19 18:08:21 +03:00
cryptozoidberg
da2b26f9fe
fixed coretests regarding to new tx handling schema 2019-11-19 02:28:15 +01:00
cryptozoidberg
37537b59f3
Merge branch 'develop' into txpool_optimisation 2019-11-16 22:39:57 +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
sowle
f70489a02d
coretests: more correct fix for arg_db_engine bug 2019-11-15 14:10:01 +03:00
cryptozoidberg
d1e6ef429b
refactoring of tx pool/core block's transactions handling 2019-11-15 01:04:51 +01:00
sowle
263aa91eec
coretests: temporary fix for arg_db_engine 2019-11-15 00:24:51 +03:00
cryptozoidberg
4fadc8b9cb
added header to fix compilarion issue 2019-11-14 19:58:56 +01:00
cryptozoidberg
5b14456c61
changed parameters of get_block_template 2019-11-14 19:53:38 +01:00
cryptozoidberg
57d1245ab6
minor coverity fix 2019-11-14 17:53:08 +01:00
sowle
320249f1f6
basic_db_accessor: fixed a bug in close() 2019-11-14 06:03:24 +03:00
sowle
cd1e3c115d
unittests: added db_accessor_tests.dtor_without_init (exposes a minor bug) 2019-11-14 06:00:06 +03:00
sowle
10ea355ae9
don't register arg_db_engine option in daemon (it's registered in bcs) 2019-11-14 05:57:02 +03:00
sowle
a5990a00b7
select_db_engine_from_arg improvements and arg_db_engine option fix 2019-11-14 05:54:52 +03:00