1428 Commits (a44c56c98a696b6b2b65fc6c0f33aa5009b8c85a)

Author SHA1 Message Date
Jianping Wu 9480faba76 More kevacoin name changes. 6 years ago
Jianping Wu 24843a8750 Handled keva script with getAddress. 6 years ago
Jianping Wu 5b4962d706 Implemented writing to DB. 6 years ago
Thomas Kerin 1cdbea7f74 bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type, add test cases covering bitcoinconsensus error codes 6 years ago
practicalswift e15e3a9ddd Remove boost dependency (boost/assign/std/vector.hpp) 6 years ago
practicalswift 10621995ed Fix incorrect tests 6 years ago
Bernhard M. Wiedemann 170b309981 Make tests pass after 2020 6 years ago
Adrian Gallagher 8203195e2e
Litecoin: GetPoWHash for validation block tests 7 years ago
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 7 years ago
Johnson Lau 1fffc2b346 Add transaction tests for constant scriptCode 7 years ago
Johnson Lau d353dd121b Add constant scriptCode policy in non-segwit scripts 7 years ago
Jesse Cohen d6c3a08c48 Add unit tests for signals generated by ProcessNewBlock() 7 years ago
Xinxi Wang 3f8b8a6c5f
Litecoin: M prefix added for script addresses 7 years ago
Adrian Gallagher 32ee7c79ae
Litecoin: Fix tests 7 years ago
Romano 08f2538862
Litecoin: Enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362) 7 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 7 years ago
Wladimir J. van der Laan 01f931b928
test: Add missing signal.h header 7 years ago
Adrian Gallagher e838c27971
Litecoin: Fix various tests 7 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 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