1
0
Fork 0
forked from lthn/blockchain
Commit graph

693 commits

Author SHA1 Message Date
cryptozoidberg
314d42611d
set spent flag 2019-07-09 19:22:57 +02: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
sowle
71515cded2 coretests: escrow_zero_amounts added (exposes a minor issue in contract handling) 2019-06-18 13:20:20 +03:00
sowle
b03625c4c7 fix a typo 2019-06-17 23:59:45 +03:00
cryptozoidberg
3e39512ec4
Merge branch 'release' into develop 2019-06-17 16:39:43 +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
sowle
f8b1daeedb Merge branch 'develop' into release 2019-06-17 13:46:11 +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
7b1962d930 Merge remote-tracking branch 'origin/frontend' into develop 2019-06-14 11:48:44 +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
953a081559 eos portable archive: fix boost archive version back to make it independent from Boost version (also, fix for ZANO-307) 2019-06-12 18:45:20 +03:00
sowle
2fe5e6be13 boost serialization helper: fixed func names in exceptions for easier identification 2019-06-12 18:13:55 +03:00
sowle
30b776e557 build: configure script for macOS xcodeproj updated 2019-06-12 05:47:21 +03:00
sowle
02b85f22f5 Merge branch 'timesync' into develop 2019-06-11 18:25:36 +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
35ed0ab624 Merge remote-tracking branch 'origin/frontend' into develop 2019-06-11 13:51:09 +03:00
wildkif
c454187ea1 Merge remote-tracking branch 'origin/develop' into frontend 2019-06-11 13:50:48 +03:00
wildkif
e585853ba5 changed update url 2019-06-11 13:50:24 +03:00
wildkif
ad415d94e9 Merge remote-tracking branch 'origin/frontend' into develop 2019-06-11 13:14:03 +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
cryptozoidberg
90c96228a3
Merge branch 'release' into develop 2019-06-06 18:21:33 +03:00
cryptozoidberg
79ff754744
Merge branch 'release' of github.com:hyle-team/zano into release 2019-06-06 18:21:07 +03:00
sowle
c04564c7b5 === build number: 38 -> 39 === 2019-06-06 18:20:44 +03:00
cryptozoidberg
0b945f9a5c
Merge branch 'develop' into release 2019-06-06 18:19:42 +03:00
cryptozoidberg
e86042716a
Merge branch 'release' of github.com:hyle-team/zano into release 2019-06-06 18:19:22 +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
cryptozoidberg
4acab07028
added more diagnostic logs for protocol 2019-06-05 15:51:15 +03:00
cryptozoidberg
006cfde72d
updated alerts json 2019-06-05 15:51:15 +03:00
sowle
07d36a787f Merge branch 'release' into develop 2019-06-05 15:27:57 +03:00