index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
miner_tests.cpp
Age
Commit message (
Expand
)
Author
2024-09-11
Replace CScript _hex_v_u8 appends with _hex
Lőrinc
2024-08-28
refactor: Hand-replace some ParseHex -> ""_hex
Hodlinator
2024-08-26
scripted-diff: [test] Use g_rng/m_rng directly
MarcoFalke
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-05-17
[[refactor]] Check CTxMemPool options in constructor
TheCharlatan
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-02-28
Merge bitcoin/bitcoin#23897: refactor: Move calculation logic out from `Check...
glozow
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-31
refactor: Move calculation logic out from `CheckSequenceLocksAtTip()`
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-19
Merge bitcoin/bitcoin#25311: refactor: remove CBlockIndex copy construction
fanquake
2022-12-15
remove CBlockIndex copy construction
James O'Beirne
2022-10-24
test: Use type-safe NodeSeconds for TestMemPoolEntryHelper
MacroFake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-05
test: Use dedicated mempool in TestBasicMining
MacroFake
2022-10-05
test: Use dedicated mempool in TestPackageSelection
MacroFake
2022-10-05
test: Use dedicated mempool in TestPrioritisedMining
MacroFake
2022-10-05
test: Pass mempool reference to AssemblerForTest
MacroFake
2022-10-04
test: Remove unused fCheckpointsEnabled from miner_tests
MacroFake
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-12
Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
MacroFake
2022-08-03
Remove unused SetTip(nullptr) code
MacroFake
2022-07-22
refactor: make active_chain_tip a reference
Aurèle Oulès
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-03-14
[unit test] prioritisation in mining
glozow
2022-03-14
MOVEONLY: group miner tests into MinerTestingSetup functions
glozow
2022-03-14
Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
MarcoFalke
2022-01-27
scripted-diff: Clarify CheckFinalTxAtTip name
MarcoFalke
2022-01-27
policy: Remove unused locktime flags
MarcoFalke
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke
2021-08-05
test: Add missing include
MarcoFalke
2021-06-18
test: Properly set BIP34 height in CreateNewBlock_validity unit test
MarcoFalke
2021-06-10
scripted-diff: test: Use existing chainman in unit tests
Carl Dong
2021-06-10
test/miner_tests: Pass in chain tip to CreateBlockIndex
Carl Dong
2021-06-02
[refactor] comment/naming improvements
glozow
2021-05-20
[validation] make CheckSequenceLocks context-free
glozow
[next]