Age | Commit message (Expand) | Author |
2024-08-04 | scripted-diff: Modernize naming of nChainTx and nTxCount | Fabian Jahr |
2024-08-04 | test: Add basic check for nChainTx type | Fabian Jahr |
2024-07-10 | Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe... | Ava Chow |
2024-06-21 | refactor, blockstorage: Generalize GetFirstStoredBlock | Fabian Jahr |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2023-12-07 | refactor: rpc: Pass CBlockIndex by reference instead of pointer | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-09-23 | refactor: use <cstdlib> over stdlib.h | fanquake |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2020-03-14 | Replace std::to_string with locale-independent alternative | Ben Woosley |
2020-01-04 | scripted-diff: Add missed copyright headers | Hennadii Stepanov |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-09-09 | rpc: Specify chain tip instead of chain in GetDifficulty | João Barbosa |
2018-06-06 | Use bracket syntax includes ("#include <foo.h>") | practicalswift |
2018-05-20 | Drop the chain argument to GetDifficulty | Ben Woosley |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-03-19 | tests: Rename test suits not following the test suite naming convention | practicalswift |
2017-11-22 | [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. | sean |