1
0
Fork 0
forked from lthn/blockchain
Commit graph

2881 commits

Author SHA1 Message Date
cryptozoidberg
b708df10ba
implementation of locked-mining is nearly finished(not tested yet) 2019-07-22 23:54:38 +02:00
cryptozoidberg
4149d312f9
new master password policy 2019-07-22 14:54:17 +02:00
cryptozoidberg
50d55a5eec
some progress on implementation locked coins pos mining 2019-07-22 13:04:01 +02:00
cryptozoidberg
d4233ff013
fixed wallet for new PoS rules 2019-07-20 14:36:12 +02:00
sowle
e8fe7b8124 coretests: offer_removing_and_selected_output fixed, offer_cancellation_with_zero_fee added 2019-07-20 05:12:41 +03:00
zetov
5f3406f4f8 Compiled html (#38)
* test details & close btn

* compiled
2019-07-19 20:09:20 +02:00
Ravaga
6c70ce110f Update Crowdin configuration file 2019-07-19 19:01:30 +02:00
cryptozoidberg
c9f93364ad
changed difficulty adjustment 2019-07-19 18:39:00 +02:00
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
0b1c1de8a8
added std analog of __builtin_popcount poor performance, but good compability 2019-07-16 21:14:21 +02:00
cryptozoidberg
41aa0932ce
returned original __builtin_popcount 2019-07-16 20:49:01 +02: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
sowle
5777e2b848 coretests: more cases for escrow_custom_test (zero pledges + contract cancellation) -- exposes a bug 2019-07-16 15:19:04 +03:00
cryptozoidberg
8d0c8a579f
attempt to fix bug in Zano/zanod related to CPU with hardware suport of SSE less then 4.2 2019-07-15 20:13:06 +02: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
sowle
d8f3a7f6bc Merge branch 'release' 2019-07-12 01:38:54 +03:00
cryptozoidberg
41695ef275
got rid of cancel offer exception 2019-07-11 19:38:14 +02:00
sowle
35d48c29cb Zano.sh fixed according to ZANO-266 2019-07-11 15:48:43 +03:00
sowle
488e369741 Merge branch 'develop' into release 2019-07-10 20:07:08 +03:00
cryptozoidberg
ccfd1f0d35
fixed missing comment field in GUI 2019-07-10 19:04:45 +02:00
sowle
d8b5a29407 Merge branch 'release' into develop 2019-07-09 23:18:02 +03:00
sowle
88d2231a3e === build number: 40 -> 41 === 2019-07-09 23:14:48 +03:00
sowle
0ab50c8fa2 Merge branch 'develop' into release 2019-07-09 22:36:20 +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
cryptozoidberg
734b726df1
Merge branch 'release' 2019-06-18 23:57:12 +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
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
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