Age | Commit message (Expand) | Author |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-10 | Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction` | MarcoFalke |
2021-11-04 | MOVEONLY: move package unit tests to their own file | glozow |
2021-11-03 | [refactor] Don't call AcceptToMemoryPool() from outside validation.cpp | John Newbery |
2021-11-03 | [test] Don't set bypass_limits to true in txvalidation_tests.cpp | John Newbery |
2021-06-10 | scripted-diff: test: Use existing chainman in unit tests | Carl Dong |
2021-05-24 | [policy] limit package sizes | glozow |
2021-05-24 | [test] unit tests for ProcessNewPackage | glozow |
2021-02-18 | scripted-diff: Invoke ::AcceptToMemoryPool with chainstate | Carl Dong |
2021-02-09 | [refactor] return MempoolAcceptResult | gzhao408 |
2020-10-05 | [validation] Remove absurdfee from accepttomempool | John Newbery |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2019-11-15 | scripted-diff: Replace ::mempool with m_node.mempool in tests | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-29 | [validation] Remove fMissingInputs from AcceptToMemoryPool() | John Newbery |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-05-04 | Merge #15141: Rewrite DoS interface between validation and net_processing | Wladimir J. van der Laan |
2019-05-02 | [refactor] Add useful-for-dos "reason" field to CValidationState | Matt Corallo |
2019-05-02 | [refactor] drop IsInvalid(nDoSOut) | Matt Corallo |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-12-29 | Update copyright headers to 2018 | DrahtBot |
2018-07-07 | Don't assert(foo()) where foo has side effects | practicalswift |
2017-11-21 | trivial: Fix unsuccessful typo | practicalswift |
2017-11-18 | [tests] Test that mempool rejects coinbase transactions | James O'Beirne |