806 Commits (5131005e5b26d12b5b3f79c1c3f8ee08172fc386)

Author SHA1 Message Date
Mark Friedenbach efd44440d8 Explicitly set tx.nVersion for the genesis block and mining tests 10 years ago
Suhas Daftuar 9be0e6837b Be stricter in processing unrequested blocks 10 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 10 years ago
Michael Ford 8697ff33ed Remove duplicate chainparams.h include from alert_tests 10 years ago
Wladimir J. van der Laan b45c50ce51 Fix two problems in CSubNet parsing 10 years ago
Gavin Andresen f50105486f
More robust CScheduler unit test 10 years ago
Jorge Timón 935bd0a447 Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] 10 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Gavin Andresen 36cba8f118
Alert if it is very likely we are getting a bad chain 10 years ago
Gavin Andresen 68d370bec4
CScheduler unit test 10 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus. 10 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 10 years ago
Pieter Wuille 046392dc1d Keep track of memory usage in CCoinsViewCache 10 years ago
Peter Todd 99088d60d8 Make CScriptNum() take nMaxNumSize as an argument 10 years ago
Dave Collins 1c54757f86 Add more script edge condition tests. 10 years ago
Pieter Wuille a56054be65 Update key.cpp to use new libsecp256k1 10 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Pieter Wuille f46a680f42 Better mruset unit test 10 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 10 years ago
Gavin Andresen 69a5f8be0a Rolling bloom filter class 10 years ago
Dave Collins 9fadf1c874 Add additional script edge condition tests. 10 years ago
Dave Collins d8f4cc328e Correct the PUSHDATA4 minimal encoding test. 10 years ago
Jonas Schnelli 26414ca4fc fix and enable bip32 unit test 10 years ago
Pieter Wuille f7303f9793 Use equivalent PoW for non-main-chain requests 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 10 years ago
Wladimir J. van der Laan 48265f3cf4 Revert mining changes in #5957 10 years ago
Jorge Timón f14e687feb Chainparams: Decouple CAlert from CChainParams 10 years ago
Pieter Wuille e2edf95cd3 Bugfix: make CreateNewBlock return pindexPrev 10 years ago
dexX7 fc3979ac69
Initialization: setup environment before starting tests 10 years ago
Pieter Wuille 437ada3e55 Switch test case signing to RFC6979 extra entropy 10 years ago
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 10 years ago
Gavin Andresen ad9e86dca1
Keep mempool consistent during block-reorgs 10 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 10 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 10 years ago
Cory Fields d7d187e8a4 allocators: split allocators and pagelocker 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Wladimir J. van der Laan 92fd887fd4 tests: add a BasicTestingSetup and apply to all tests 10 years ago
Wladimir J. van der Laan 59bd89f116 test: Remove UNITTEST params 10 years ago
Wladimir J. van der Laan 8cbe1f4f58
tests: change main and wallet tests to BOOST_FIXTURE_TEST_SUITE 10 years ago
Wladimir J. van der Laan 62b30f09ac Add serialize float/double tests 10 years ago
Wladimir J. van der Laan 01f9c3449a src/serialize.h: base serialization level endianness neutrality 10 years ago
Pieter Wuille 9519a9a420 Add correct bool combiner for net signals 10 years ago
Pieter Wuille 51598b2631 Reinitialize state in between individual unit tests. 10 years ago
Ross Nicoll 34e5015cd2
Add unit tests for next difficulty calculations 10 years ago
Suhas Daftuar 78c6bedb9c Add test for DER-encoding edge case 10 years ago
Suhas Daftuar 6f50dbd2fd Fix NegateSignatureS to not duplicate last byte of S 10 years ago
Cory Fields 7f991e364e c++11: These look like user-defined literals. 10 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago