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
/
rbf_tests.cpp
Age
Commit message (
Expand
)
Author
2024-03-26
unit test: clarify unstated assumption for calc_feerate_diagram_rbf chunking
Greg Sanders
2024-03-26
s/effected/affected/
Greg Sanders
2024-03-26
CalculateFeerateDiagramsForRBF: remove size tie-breaking from chunking conflicts
Greg Sanders
2024-03-26
unit test: improve ImprovesFeerateDiagram coverage with one less vb case
Greg Sanders
2024-03-26
unit test: make calc_feerate_diagram_rbf less brittle
Greg Sanders
2024-03-26
unit test: add coverage showing priority affects diagram check results
Greg Sanders
2024-03-26
unit test: add CheckConflictTopology case for not the only child
Greg Sanders
2024-03-26
unit test: check tx4 conflict error message
Greg Sanders
2024-03-26
unit test: have CompareFeerateDiagram tested with diagrams both ways
Greg Sanders
2024-03-18
Unit tests for CalculateFeerateDiagramsForRBF
Greg Sanders
2024-03-18
test: unit test for ImprovesFeerateDiagram
Greg Sanders
2024-03-18
test: Add tests for CompareFeerateDiagram and CheckConflictTopology
Greg Sanders
2024-01-16
[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txid
glozow
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-08-11
[test] make tx6 child of tx5, not tx3, in rbf_tests
glozow
2022-07-28
[unit tests] individual RBF Rules in isolation
glozow