1
0
Fork 0
forked from lthn/blockchain
Commit graph

2387 commits

Author SHA1 Message Date
sowle
2b2aebdd03 coretests: corrected gen_wallet_offers_basic, offer_lifecycle_via_tx_pool, offer_removing_and_selected_output 2019-07-19 18:59:31 +03:00
cryptozoidberg
f0dfcf630d
first draft implementation of new consensus 2019-07-17 21:01:52 +02:00
sowle
6a575c6d29 fix for contract cancellation issue with zero b pledge or zero (a pledge + amount) 276 2019-07-17 15:20:10 +03:00
cryptozoidberg
b1c91a23b6
masked key text 2019-07-16 19:46:56 +02:00
cryptozoidberg
a37ef693ac
got rid of maintain key in command line 2019-07-16 19:37:28 +02:00
sowle
9e9f3be0f6 attempt to fix a rare deadlock in gui on wallet's refresh (2) 2019-07-16 15:25:19 +03:00
cryptozoidberg
cda2dda44f
implemented comparing function fo altchains 2019-07-15 20:10:50 +02:00
sowle
3e26c91643 attempt to fix a rare deadlock in gui on wallet's refresh 2019-07-15 18:49:22 +03:00
cryptozoidberg
216ce4d90d
Merge branch 'develop' into pos_impr 2019-07-13 17:02:14 +02:00
cryptozoidberg
41695ef275
got rid of cancel offer exception 2019-07-11 19:38:14 +02:00
cryptozoidberg
ccfd1f0d35
fixed missing comment field in GUI 2019-07-10 19:04:45 +02:00
sowle
88d2231a3e === build number: 40 -> 41 === 2019-07-09 23:14:48 +03:00
sowle
930b2e30ef minor log fixes and improvements 2019-07-09 22:33:01 +03:00
cryptozoidberg
a288150e97
set spent flag 2019-07-09 19:23:43 +02:00
sowle
5752cbafaa simplewallet: --restore-wallet option added; show_seed, viewkey and spendkey commands added 2019-07-09 04:27:13 +03:00
cryptozoidberg
6853d903ce
added command for analysing tx outputs 2019-07-05 19:46:10 +02:00
sowle
f4e1e99dcb currency_config.h clean up 2019-07-04 15:53:56 +03:00
sowle
9fc42dac53 daemon: checking for free space (--disable-stop-on-low-free-space was also added) + minor refactoring on critical errors handling 2019-07-02 18:38:35 +03:00
cryptozoidberg
97e721f5f5
fixed bug with payment id visualisation 2019-06-29 00:39:50 +03:00
Nastia Plahtiy
d641dd6d60 Add Payment ID to the transaction details (#32)
* Add Payment ID to the transaction details

* Updated highcharts packages; fix build errors
2019-06-29 00:37:47 +03:00
sowle
22bbb59117 simplewallet: PoS mining in RPC mode made more kind to another wallet's instances (tx pool awareness, ZANO-385 2019-06-27 02:30:43 +03:00
cryptozoidberg
606b2ffc2c
added command for constructing integrated_address 2019-06-23 00:41:35 +03:00
sowle
0e08571f60 wallet & coretests: made contract validation more correct (zero A pledge is acceptable but B pledge + amount_to_pay must be > 0) 2019-06-18 20:42:37 +03:00
sowle
7a65919fba wallet: more rules for contract proposal validation (a_pledge > 0 && b_pledge + amount_to_pay > 0) 2019-06-18 13:42:07 +03:00
cryptozoidberg
667a4dec8a
inital implementation of PoS improvements: comparing function, diff tracing, block version 2019-06-18 01:15:33 +03:00
sowle
b03625c4c7 fix a typo 2019-06-17 23:59:45 +03:00
cryptozoidberg
f77f0d7720
added height condition 2019-06-17 16:25:40 +03:00
sowle
5b776070cb === build number: 39 -> 40 === 2019-06-17 13:47:33 +03:00
cryptozoidberg
8245ea6fa6
added more strict pos validation 2019-06-17 11:22:00 +03:00
sowle
7382d6ccdf simplewallet: integrated_address command now requites hex-encoded payment id (ZANO-241) 2019-06-14 15:24:39 +03:00
wildkif
be3f15b741 Merge remote-tracking branch 'origin/develop' into frontend 2019-06-14 11:48:42 +03:00
sowle
695209d323 fix for ZANO-362 2019-06-14 02:37:27 +03:00
wildkif
fcd7bb3523 getting correct rate for zano 2019-06-13 13:52:17 +03:00
sowle
2fe5e6be13 boost serialization helper: fixed func names in exceptions for easier identification 2019-06-12 18:13:55 +03:00
sowle
627f3c2c56 time sync problems detection: final fixes 2019-06-11 18:24:16 +03:00
sowle
7a1f1f7426 Merge branch 'develop' into timesync 2019-06-11 14:32:57 +03:00
wildkif
e585853ba5 changed update url 2019-06-11 13:50:24 +03:00
wildkif
3d94ec9bd3 Merge remote-tracking branch 'origin/develop' into frontend
# Conflicts:
#	src/gui/qt-daemon/html/main.js.map
2019-06-11 13:13:38 +03:00
wildkif
9f34597d2a implement net_time_delta_median 2019-06-11 13:05:54 +03:00
sowle
d4e979cd2b simplewallet: request password from CLI if running in RPC mode with no password specified (ZANO-364) 2019-06-10 21:32:56 +03:00
sowle
403f21130b time sync issues detection: --disable-stop-if-time-out-of-sync option added + various fixes 2019-06-07 15:15:14 +03:00
sowle
be51d8ecd7 time sync issues detection: WIP 2019-06-07 11:07:51 +03:00
cryptozoidberg
b55c30337b
added proper handling mutex operating in lmdb, improved wallet backend error handling 2019-06-06 23:08:21 +03:00
sowle
c04564c7b5 === build number: 38 -> 39 === 2019-06-06 18:20:44 +03:00
sowle
5995c0ca7f time sync issues detection first impl 2019-06-06 16:21:26 +03:00
cryptozoidberg
19daa91f08
attempt to fix bug in lmdb backend 2019-06-06 14:34:17 +03:00
sowle
b504849b0d stratum: tiny little improvements 2019-06-06 11:25:02 +03:00
cryptozoidberg
978ff8e592
changed url for donwloads page 2019-06-05 18:11:21 +03:00
sowle
2b332610bb === build number: 37 -> 38 === 2019-06-05 13:48:05 +03:00
sowle
9492d2c9ea === build number: 36 -> 37 === 2019-06-04 22:53:08 +03:00