1
0
Fork 0
forked from lthn/blockchain
Commit graph

3328 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
d5c7526440
=== build number: 69 -> 70 === 2019-10-31 10:55:17 +03:00
sowle
3e76185988
wallet: fixed wrong contract id in send_escrow_proposal 2019-10-31 10:54:37 +03:00
sowle
3f7c435207
whitespaces fixed 2019-10-31 10:53:34 +03:00
sowle
633c93721e
wallet: an effort to fix #47 2019-10-31 10:52:59 +03:00
sowle
fd1acadecb
mdbx unicode support: partially fixed (fix from mdbx is still required) 2019-10-29 19:40:15 +03:00
sowle
a6efee0c24
fixed compilation for macOS 2019-10-29 02:12:59 +03:00
sowle
d8df80335d
=== build version: 1.1.2 -> 1.1.3 === 2019-10-28 22:03:55 +03:00
sowle
307d45c9da
=== build number: 68 -> 69 === 2019-10-28 21:58:01 +03:00
cryptozoidberg
19d3ba7fb2
merged from develop 2019-10-28 19:52:15 +01:00
sowle
da782cdd73
wallet: fix for #47 2019-10-28 21:07:34 +03:00
cryptozoidberg
2e51748cfb
removed unused code 2019-10-25 22:59:45 +02:00
cryptozoidberg
30cbbeb9ab
fixed warning related to ? operator 2019-10-25 01:04:30 +02:00
cryptozoidberg
1ade55eb17
libmdbx set as an option for command line parameter(--db-engine) 2019-10-25 00:13:38 +02:00
sowle
b9335fefc8
wallet: an attempt to fix #47 2019-10-24 09:40:02 +03:00
sowle
7c5202dcab
wallet: fixed a bug with removing a temp file when write fails 2019-10-24 08:13:37 +03:00
sowle
acc6d1a53b
finalized wallet integrity on store, closes #57 2019-10-24 08:12:28 +03:00
sowle
4135740ffd
p2p: formatting and comments 2019-10-24 00:46:17 +03:00
cryptozoidberg
f75be80a3f
Merge branch 'develop' into libmdbx 2019-10-23 15:01:30 +02:00
sowle
998ab7cfa8
p2p: immediately close outgoing connection if handshake fails (fixes a rare connectivity bug) 2019-10-23 14:07:00 +03:00
sowle
b24f3b5d6c
p2p: attempt to fix double connections between nodes (#135) 2019-10-23 14:03:47 +03:00
sowle
b398de6e9f
minor log improvements in currency protocol and epee's net_utils_base 2019-10-19 06:38:21 +03:00
sowle
9d829d2cb3 === build number: 67 -> 68 === 2019-10-18 18:56:20 +03:00