1
0
Fork 0
forked from lthn/blockchain
Commit graph

1087 commits

Author SHA1 Message Date
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
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01: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
cryptozoidberg
c306693806
all tests fixed 2019-11-22 00:47:21 +01: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
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
sowle
f67ad76f38
1) LOCAL_FUNCTION_DEF__ made less verbose for gcc 2) fixed gcc compilation 2019-11-14 03:12:22 +03:00
sowle
0c5fcfe74e
reading of uninitialized variable fixed in a log message in get_block_reward() 2019-11-13 16:30:49 +03:00
sowle
c1e75c3445
epee: syncobj & try-catch macros: fix & minor refactoring 2019-11-13 16:28:21 +03:00
cryptozoidberg
360c8bf6bd
exception safe destructor(CID 273246 (#5-1 of 5): Uncaught exception (UNCAUGHT_EXCEPT)) 2019-11-12 21:54:19 +01:00
sowle
ca0ec026e1
wallet rpc: correct exception handling (#130) 2019-11-12 11:35:09 +03:00
sowle
506b2e57e1
wallet: more consistent and less drama logging when unable to connect to the daemon 2019-11-12 11:33:39 +03:00
sowle
6d51f367bc
p2p: minor log improvement for net_node.inl 2019-11-12 11:31:49 +03:00
sowle
470cde7948
epee: improved logs for abstract_tcp_server (warn about potential issue) and http_client (less drama when unable to connect) 2019-11-12 11:30:27 +03:00
sowle
2fd120f201
add LOCATION_CSTR macro 2019-11-12 11:28:09 +03:00
cryptozoidberg
215a0b1786
CID 273225 (#1 of 1): Using invalid iterator (INVALIDATE_ITERATOR) 2019-11-11 03:25:40 +01:00
cryptozoidberg
cf7dc36cf7
added return value check(coverity STREAM_FORMAT_STATE) 2019-11-11 02:04:49 +01:00
cryptozoidberg
2cde1c530d
fixed uninitialized member in idle_callback_conext_base 2019-11-11 01:55:00 +01:00
cryptozoidberg
6e456458bb
made log messages exception safe 2019-11-10 19:15:17 +01:00
cryptozoidberg
cbf79bbc7a
changed seed list 2019-11-10 01:18:52 +01:00
sowle
2f7a92674c
=== build version: 1.1.3.70 -> 1.1.4.71 === 2019-11-09 00:30:35 +03:00
sowle
129ad4fbf9
libmdbx: update as they resolved https://github.com/leo-yuriev/libmdbx/issues/66 2019-11-09 00:21:33 +03:00
sowle
e536e06cc3
wallet2: more correct work with transfers flags when daemon rejects a tx in accept_proposal() and request_cancel_contract() (related to #47) 2019-11-07 14:44:22 +03:00
sowle
07ebf54e86
coretests: fixed data folder clearing in Linux 2019-11-07 14:06:30 +03:00
sowle
d294c123a2
coretests: escrow_acceptance_and_balance removed as superseded by escrow_balance 2019-11-07 13:42:20 +03:00
sowle
c8138225d2
coretests: escrow_balance test added for more careful balance checking in contracts (related to #47) 2019-11-07 13:39:46 +03:00
sowle
db38a029fd
Merge branch 'master' into develop 2019-11-02 03:00:43 +03:00