aboutsummaryrefslogtreecommitdiff
path: root/src/test/rbf_tests.cpp
AgeCommit message (Expand)Author
2024-04-22Avoid explicitly computing diagram; compare based on chunksPieter Wuille
2024-03-26unit test: clarify unstated assumption for calc_feerate_diagram_rbf chunkingGreg Sanders
2024-03-26s/effected/affected/Greg Sanders
2024-03-26CalculateFeerateDiagramsForRBF: remove size tie-breaking from chunking conflictsGreg Sanders
2024-03-26unit test: improve ImprovesFeerateDiagram coverage with one less vb caseGreg Sanders
2024-03-26unit test: make calc_feerate_diagram_rbf less brittleGreg Sanders
2024-03-26unit test: add coverage showing priority affects diagram check resultsGreg Sanders
2024-03-26unit test: add CheckConflictTopology case for not the only childGreg Sanders
2024-03-26unit test: check tx4 conflict error messageGreg Sanders
2024-03-26unit test: have CompareFeerateDiagram tested with diagrams both waysGreg Sanders
2024-03-18Unit tests for CalculateFeerateDiagramsForRBFGreg Sanders
2024-03-18test: unit test for ImprovesFeerateDiagramGreg Sanders
2024-03-18test: Add tests for CompareFeerateDiagram and CheckConflictTopologyGreg Sanders
2024-01-16[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txidglozow
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-08-11[test] make tx6 child of tx5, not tx3, in rbf_testsglozow
2022-07-28[unit tests] individual RBF Rules in isolationglozow