Commit Graph

17079 Commits

Author SHA1 Message Date
miketout
e329959f32 moved verus (testnet) cli script to fiat directory 2018-04-30 22:02:33 -07:00
miketout
1912083859 Parameter parsing cleanup 2018-04-30 21:51:15 -07:00
Simon
54a872f0fa Fix undefined behaviour, calling memcpy with NULL pointer.
Identified as part of audit: Least Authority, Issue D.
2018-04-30 16:41:02 -07:00
miketout
8360eb8231 Bash script for verus test cli 2018-04-30 12:14:52 -07:00
Simon
9bd8f092c6 Closes #3178 by adding verbosity level improvements to getblock RPC.
This is a follow-up commit for d0a1d833520d120bb5a2ac4cf4192047af6afe24
found in PR #3095 in order to fix nits and add a test.
2018-04-30 11:51:59 -07:00
Simon
bf911b3038 Tweaks to d0a1d83 to complete backport of Bitcoin PR #8704 2018-04-30 09:55:30 -07:00
Peter Pratscher
eb78a45a0c Backported Bitcoin PR #8704 to optionally return full tx details in the getblock rpc call 2018-04-30 09:55:30 -07:00
Marshall Gaucher
b300118002 Merge pull request #2813 from str4d/2074-uacomment
Implement uacomment config parameter
2018-04-30 09:12:38 -06:00
jl777
8f2def7895 Update display notary 2018-04-30 11:49:03 +03:00
miketout
b64e19b006 enable MiningRequiresPeers 2018-04-30 00:17:03 -07:00
miketout
2910478b5a Added LWMA difficulty algorithm for Verus, enabled compiler optimizations for verushash 2018-04-29 23:21:35 -07:00
jl777
4fff8a632e Add 56 and 57 for miners display 2018-04-30 00:44:45 +03:00
jl777
2c7ba74d0e Fix 2018-04-30 00:38:30 +03:00
jl777
e4a383e340 Add notary 3 to recent miners print 2018-04-30 00:36:12 +03:00
jl777
6494f040c5 Redundant calls to dpow KMD 2018-04-29 14:59:20 +03:00
jl777
61a186ae07 Create copy of fiat into ac so we can deprecate usage of fiat/* 2018-04-29 12:28:12 +03:00
jl777
4add33cf7e Restore LOCK cs_main in getinfo 2018-04-29 10:05:50 +03:00
Scott Sadler
3c7604133e tombstone for import 2018-04-29 00:37:22 -03:00
Scott Sadler
0cb91a8d20 wip 2018-04-29 00:34:57 -03:00
miketout
44e17ab3ed Fixed overflow on localsolps and changed sol to hash on mining info 2018-04-28 20:20:21 -07:00
miketout
a0dd01bc50 Bug fixes in hash algorithm, parameters, and time lock support 2018-04-28 15:05:20 -07:00
jl777
0d88e6d57b SCALE* exemption 2018-04-28 14:26:22 +03:00
jl777
9a496880ae Assume notarized if TEST* chain 2018-04-28 12:09:15 +03:00
miketout
c71dcc712e better error message 2018-04-27 17:24:00 -07:00
miketout
c62d115425 Cleaned up algo parameter 2018-04-27 17:03:31 -07:00
miketout
c0427087eb Removed 1440 block minimum halving limit 2018-04-27 15:28:23 -07:00
jl777
2f5cd4adf9 Test 2018-04-27 22:31:11 +03:00
jl777
7b4e9279fb Test 2018-04-27 22:25:31 +03:00
jl777
69a1f51513 genCOIN -> COIN_7776 2018-04-27 17:46:57 +03:00
jl777
97343f3d77 Handle MoMdepth overflow 2018-04-27 15:18:28 +03:00
jl777
593f9a7075 iguana_merkle needs 3x men 2018-04-27 13:29:25 +03:00
jl777
49d6f80679 -LOCK cs_main 2018-04-27 13:19:33 +03:00
jl777
22d345ec44 syntax 2018-04-27 13:17:48 +03:00
jl777
b0fa5bad4d calc_MoM 2018-04-27 13:16:37 +03:00
miketout
42181656c2 Implementation of VerusHash CPU-friendly hash algorithm, parameters to enable it, miner, and all changes required to support it on new asset chains 2018-04-27 00:34:50 -07:00
Simon
debf6af9f8 Move memo member varible from SproutNotePlaintext to BaseNotePlaintext.
Add memo() accessor to BaseNotePlaintext.
2018-04-26 15:05:30 -07:00
Simon
d266f40393 Create class hierarchy for SproutNotePlaintext.
BaseNotePlaintext contains member variable for common attribute, value.
2018-04-26 15:05:30 -07:00
Simon
5020a93631 Refactoring: rename NotePlaintext --> SproutNotePlaintext
Also renames:
CNotePlaintextEntry --> CSproutNotePlaintextEntry
CUnspentNotePlaintextEntry --> CUnspentSproutNotePlaintextEntry
2018-04-26 15:05:30 -07:00
Simon
9354f8e568 Remove unused SproutNote variables. 2018-04-26 15:05:30 -07:00
Simon
5f4fa1a954 Add virtual destructor to SproutNote and BaseNote
Also add test to make sure default copy constructors are okay.
2018-04-26 15:05:30 -07:00
Simon
5d99e3e92f Refactoring: SproutNote member variable value moved to BaseNote.
All notes have a value, so the member variable has been moved to the
base class, and direct member access has been replaced with a getter.
2018-04-26 15:05:19 -07:00
Eirik Ogilvie-Wigley
812098256f Coinbase transactions can not have shielded spend or output 2018-04-26 15:53:26 -06:00
Eirik Ogilvie-Wigley
4b4662b06d Make sure transactions have non-empty outputs 2018-04-26 15:24:59 -06:00
jl777
5725f8ea5d Wallet utility needs unsigned int MAX_BLOCK_SIGOPS = 20000; 2018-04-26 23:43:05 +03:00
jl777
b32a9f1a5f Directly call longestchain() 2018-04-26 23:30:27 +03:00
jl777
4875678883 Fix 2018-04-26 23:21:22 +03:00
jl777
32885e7422 Update getinfo cached for asset chains 2018-04-26 23:09:53 +03:00
jl777
fac54947b4 Restore netinfo lock 2018-04-26 21:59:09 +03:00
jl777
c010c5335c Support ac_cc 2018-04-26 19:25:01 +03:00
Homu
a2ff78620a Auto merge of #3191 - Eirik0:3057-sapling-nullifier-set, r=str4d
Add sapling nullifier set

PR for https://github.com/zcash/zcash/issues/3057
2018-04-26 05:28:39 -07:00