Commit Graph

2569 Commits

Author SHA1 Message Date
jl777
20a1f68495 +print 2018-07-05 04:01:37 -11:00
jl777
ac09a89f97 Test 2018-07-05 03:54:47 -11:00
jl777
471f1b8388 +print 2018-07-03 06:12:21 -11:00
jl777
36f9e6d6d5 -ac_private 2018-07-02 07:09:29 -11:00
jl777
626179f166 -ac_public -> disable z transactions if you want to prevent privacy 2018-06-28 21:46:16 -11:00
jl777
4d0683677d fix staking destination, enable staking with genproclimit=0, enable cross chain notarization checks for notary nodes 2018-06-28 21:37:47 -11:00
jl777
40d1de3231 Syntax 2018-06-27 09:18:59 -11:00
jl777
9710a28a54 Use entire magic in height 1 reward 2018-06-27 08:59:05 -11:00
jl777
e7433b08e5 Reject height 1 reorganization 2018-06-27 08:43:08 -11:00
jl777
2d28ad9c6f Tweak height 1 fix 2018-06-27 07:08:30 -11:00
jl777
9aa708afb8 Protect height 1 2018-06-27 06:53:12 -11:00
jl777
31e2a04e3e Fix 2018-06-26 06:50:37 -11:00
jl777
dc276bd087 Map address type 3 -> 1 2018-06-26 06:18:12 -11:00
jl777
fa7bf712a1 Add support for pay2pubkey for -addressindex 2018-06-26 04:40:32 -11:00
jl777
ba31c2f4b4 Fix pay to pubkey for -addressindex 2018-06-26 03:04:06 -11:00
jl777
ade63fa949 +print 2018-06-26 02:57:08 -11:00
Scott Sadler
45acf7d462 Merge remote-tracking branch 'jl/jl777' into momo 2018-06-19 20:50:56 -03:00
Homu
9acfa0067f Auto merge of #3258 - Eirik0:3056-anchor-test-cases, r=str4d
Add tests for sapling anchors

Closes #3253
2018-06-19 09:28:20 -07:00
Scott Sadler
84964112be move disconnect notarisations from DisconnectBlock to DisconnectTip 2018-06-16 12:05:22 -03:00
Scott Sadler
7f3cc8a296 create function to query notarisations leveldb by height 2018-06-14 08:35:53 -03:00
jl777
74db3cd027 SeekToFirst 2018-06-12 02:01:14 -11:00
jl777
67d2e41b3f Test 2018-06-12 00:41:46 -11:00
jl777
329d80d2c1 Move code 2018-06-12 00:34:28 -11:00
Scott Sadler
846384769c log notarisations written to index 2018-06-11 17:29:16 +02:00
Michael Toutonghi
20ab1c9174 mining performance boost 2018-06-10 00:12:28 -07:00
Scott Sadler
8fef386be9 Merge remote-tracking branch 'jl/dev' into momo 2018-06-02 16:13:53 -03:00
jl777
992ae6c58e -print 2018-06-01 09:05:10 -11:00
jl777
e83bf6b3cb Fix PoS PoW diff 2018-06-01 06:05:23 -11:00
Michael Toutonghi
ce379cf71a Erase failed stake transaction from wallet to prevent slow return and loss of stake age 2018-06-01 07:29:34 -07:00
Scott Sadler
c3aa599831 Merge remote-tracking branch 'jl/dev' into momo 2018-05-30 21:34:07 -03:00
jl777
d916630e3a Bypass assert in regrets 2018-05-30 03:08:43 -11:00
jl777
e2c2eec41a Guard null it->second 2018-05-30 03:06:13 -11:00
Scott Sadler
81389fc7b4 merge dev; tests broken, need to use wallet for block rewards 2018-05-29 19:04:47 -03:00
Scott Sadler
69c67b5117 disconnect notarisations 2018-05-28 23:31:42 -03:00
Michael Toutonghi
74329e19f8 Multiple changes for critical update, including random locks and activation at 12800. Test for utxos. 2018-05-26 04:00:17 -07:00
Michael Toutonghi
4a1afe0bc5 fix build break from accidental edit 2018-05-25 22:32:05 -07:00
Michael Toutonghi
c1e7194760 fix coinbase spend after 10080 & seg fault 2018-05-25 21:52:53 -07:00
Michael Toutonghi
b0e452de2a fix build for update 2018-05-25 20:15:38 -07:00
Michael Toutonghi
6c8e1cdfb7 Restore zcash coinbase rule and launch fix at 10080 2018-05-25 15:10:07 -07:00
jl777
de8834fb9b Merge branch 'beta' into dev 2018-05-23 15:18:21 +03:00
Michael Toutonghi
ec872d3a55 Do not resurrect staking transactions and lose stake age when no block won 2018-05-22 15:53:56 -07:00
Michael Toutonghi
dbe656fe39 Significant mining optimization and POS DAA modification 2018-05-19 18:34:46 -07:00
Michael Toutonghi
f6608b5a0d cleanup 2018-05-17 22:58:30 -07:00
Michael Toutonghi
c2923066b2 new CNetworkBlockHeader for robust compat 2018-05-17 00:04:10 -07:00
Michael Toutonghi
e96e4e61aa checking properly typed header transfer 2018-05-16 16:29:39 -07:00
Michael Toutonghi
10a01059e5 Attempt to match types in socket communication to prevent misalinged send/receive 2018-05-16 15:06:10 -07:00
Michael Toutonghi
fbe86cecfa more debugging checks 2018-05-16 14:39:00 -07:00
Homu
f62fff80d5 Auto merge of #3255 - str4d:sapling-value-pool, r=ebfull
Track net value entering and exiting the Sapling circuit
2018-05-16 10:46:32 -07:00
Eirik Ogilvie-Wigley
3182b4abc3 Add tests for sapling anchors 2018-05-16 10:31:53 -06:00
Michael Toutonghi
cdcebd3618 more cast 2018-05-16 07:24:19 -07:00