7652 Commits (d97bfb766bf282ec7ae5bf6d244023438f418dfb)

Author SHA1 Message Date
Jack Grigg cb580c7241
Add rollback limit to block index rewinding 6 years ago
Jack Grigg 57e6ecda5a
Implement roll-back limit for reorganisation 7 years ago
Simon fa78211ed7 Add test to check malformed v1 transaction against Overwinter tx parser 6 years ago
Jack Grigg 46d3762a90 Update SignatureHash tests for transaction format changes 6 years ago
Simon 072099d788 Implementation of Overwinter transaction format ZIP 202. 6 years ago
Alex Morcos f41775b2c8
Implement helper class for CTxMemPoolEntry constructor 9 years ago
Pieter Wuille 934fd19744
Support -checkmempool=N, which runs checks on average once every N transactions 9 years ago
Ashley Holman e328fa32b3
TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Jack Grigg cad27eb77f
Update quote from ZIP 200 6 years ago
Jack Grigg 5009136dc3
Change UI/log status message for block rewinding 6 years ago
Jack Grigg 828940b163
Use a boost::optional for nCachedBranchId 6 years ago
jc 15fb13f629
read hashReserved from disk block index 6 years ago
Jack Grigg 149d69e36b
Add method for fetching the next activation height after a given block height 7 years ago
Jack Grigg 548683767c
Add Overwinter to upgrade list 7 years ago
Jack Grigg 9e851450ab
Adjust rewind logic to use the network upgrade mechanism 7 years ago
Pieter Wuille 89f20450c2
Add rewind logic to deal with post-fork software updates 8 years ago
Jack Grigg f52da91139
Test network upgrade logic 7 years ago
Jack Grigg b174b7e330
Allow changing network upgrade parameters on regtest 7 years ago
Jack Grigg 780f526bc9
Network upgrade activation mechanism 7 years ago
Jack Grigg 35d64c1fde
Use JoinSplitTestingSetup for Boost sighash tests 7 years ago
Jay Graber df46562f26 Make applicable only on mainnet 7 years ago
Pavel Vasin 20bfa355a0 remove unused NOBLKS_VERSION_{START,END} constants 8 years ago
Jack Grigg 40ebf08ff8
Add viewing key prefix to regtest parameters 7 years ago
Jack Grigg ff145dfe32
Add missing namespace for boost::get 7 years ago
Cory Fields 91690d6e84
chainparams: don't use std namespace 9 years ago
Cory Fields 47b71cec5d
chainparams: move CCheckpointData into chainparams.h 9 years ago
Daniel Kraft a97308c5d4
Clean up chainparams some more. 9 years ago
Jorge Timón 54ab3b3183
Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams 9 years ago
Jorge Timón 90b6ee6ce5
Chainparams: Introduce CreateGenesisBlock() static function 9 years ago
Mark Friedenbach fe53749dc9
Explicitly set tx.nVersion for the genesis block and mining tests 9 years ago
Simon 03a61ed87c Remove redundant service flag NODE_GETUTXO meant for Bitcoin XT. 7 years ago
Simon 5befbed4bc Fixes #2793. Backport commit f33afd3 to increase dbcache default. 7 years ago
syd b6a990def0
Remove OSX and Windows files from Makefile + share directory. 7 years ago
Jack Grigg 2091cf23ae
make-release.py: Versioning changes for 1.0.14. 7 years ago
Jay Graber 9d2974ed5b Add getdeprecationinfo rpc call to return current version and deprecation block height. 7 years ago
Jack Grigg 275f21ad4b
make-release.py: Versioning changes for 1.0.14-rc1. 7 years ago
kozyilmaz bf69507cb5 Fix test/gtest bugs caught by latest macOS clang 7 years ago
Jack Grigg c4c7c6630b
Scope the ECDSA constant sizes to CPubKey / CKey classes 7 years ago
Jack Grigg 2bbfe6c4e8
Add cautions to z_getbalance and z_gettotalbalance help text about viewing keys 7 years ago
Jack Grigg bec2235148
Cleanup: Add braces for clarity 7 years ago
Jack Grigg 7b8d4f87ec
Modify zcrawkeygen RPC method to set "zcviewingkey" to the viewing key 7 years ago
Jack Grigg 44e37656bf
Add watch-only support to Zcash RPC methods 7 years ago
Jack Grigg 9a2b8ae57f
Update wallet logic to account for viewing keys 7 years ago
Jack Grigg e85b33a52e
Add RPC methods for exporting/importing viewing keys 7 years ago
Jack Grigg 167cd33374
Implement viewing key storage in the wallet 7 years ago
Jack Grigg 49cf707d2c
Add Base58 encoding of viewing keys 7 years ago
syd a55c186a74 Fix libsnark dependency build. 7 years ago
Jack Grigg e365ca1c53
Remove nSproutValue TODO from CDiskBlockIndex 7 years ago
Jack Grigg 9d0c70e9e7
Clarify operator precedence in serialization of nSproutValue 7 years ago
syd 4a617475ec
Fix libsnark test failure. 7 years ago