1405 Commits (bb79aaf93af93d5f9f5097cff4fbb2791af86875)

Author SHA1 Message Date
Wladimir J. van der Laan 01f931b928
test: Add missing signal.h header 7 years ago
Wladimir J. van der Laan 4d54e7ad41
test: Add unit test for LockDirectory 7 years ago
Suhas Daftuar 7abfa538b5 Add test for new ancestor feerate sort behavior 7 years ago
Pieter Wuille f37c64e477 Implicitly know about P2WPKH redeemscripts 7 years ago
Suhas Daftuar 8e617e3708 Remove unused mempool index 7 years ago
Chris Stewart 18be3ab139 Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json 7 years ago
Anthony Towns c99a3c32c8 [tests] util_tests.cpp: actually check ignored args 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Matt Corallo 36137497f1 Block ActivateBestChain to empty validationinterface queue 7 years ago
Matt Corallo a99b76f269 Require no cs_main lock for ProcessNewBlock/ActivateBestChain 7 years ago
John Newbery 2862b562cc [tests] remove redundant univalue_tests.cpp 7 years ago
Tim Shimmin bf20a7d640 [docs] Fixed outdated link with archive.is 7 years ago
sean 3e1ee31043 [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. 7 years ago
practicalswift d2ea2bcb5c trivial: Fix unsuccessful typo 7 years ago
James O'Beirne 65e91f5edf [tests] Test that mempool rejects coinbase transactions 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
Wladimir J. van der Laan 138016bf92 test: refactor: Use absolute include paths for test data files 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
Aaron Clauson fbf327b138 Minimal code changes to allow msvc compilation. 7 years ago
practicalswift 3e09b390b4 Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
practicalswift 0024531625 Use unique_ptr for dbw (CDBWrapper) 7 years ago
Sjors Provoost 12781db058
[Tests] check specific validation error in miner tests 7 years ago
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
Anthony Towns 4bd89210a1 Unit tests for always-active versionbits. 7 years ago
John Newbery 18e071841e [consensus] Pin P2SH activation to block 173805 on mainnet 7 years ago
Suhas Daftuar 626291508c Add unit test for stale tip checking 7 years ago
João Barbosa 83df25736e Add CConnmanTest to mutate g_connman in tests 7 years ago
Suhas Daftuar ac7b37cd2b Connect to an extra outbound peer if our tip is stale 7 years ago
Suhas Daftuar e065249c01 Add unit test for outbound peer eviction 7 years ago
practicalswift fd3a2f3130 [tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest 7 years ago
practicalswift a3f56578ab Add test cases covering the relevant key length boundaries: 64 bytes +/- 1 byte for HMAC-SHA256 and 128 bytes +/- 1 byte for HMAC-SHA512 7 years ago
practicalswift 680bc2cbb3 Use range-based for loops (C++11) when looping over map elements 7 years ago
Matt Corallo bb8376bbc3 Verify DBWrapper iterators are taking snapshots 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Pieter Wuille bd355b8db9 Add regtest testing to base58_tests 7 years ago
Pieter Wuille 6565c5501c Convert base58_tests from type/payload to scriptPubKey comparison 7 years ago
Pieter Wuille 8fd2267053 Import Bech32 C++ reference code & tests 7 years ago
Jim Posen 7a1e873b27 [script] Unit tests for IsMine 7 years ago
Jim Posen d7afe2d157 [script] Unit tests for script/standard functions 7 years ago
James O'Beirne 46ce223d15 Add tests for CMerkleBlock usage with txids specified 7 years ago
Gregory Maxwell 22fd04beb9 Remove nBlockMaxSize from miner opt struct as it is no longer used. 7 years ago
Alex Morcos fd849e1b03 Change AcceptToMemoryPool function signature 7 years ago
Matt Corallo 1789e4675b Force explicit double -> int conversion for CFeeRate constructor 7 years ago
Anthony Towns d601f16621 Fix invalid memory access in CScript::operator+= 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Cory Fields 80e2e9d0ce net: drop unused connman param 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Cory Fields 28f11e9406 net: pass CConnman via pointer rather than reference 7 years ago