Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-22 | Avoid explicitly computing diagram; compare based on chunks | Pieter Wuille | |
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 | |
It's preferable to use type-safe transaction identifiers to avoid confusing txid and wtxid. The next commit will add a reference to this set; we use this opportunity to change it to Txid ahead of time instead of adding new uses of uint256. | |||
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke | |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan | |
Since the kernel library no longer depends on the system file, move it to the common library instead in accordance to the diagram in doc/design/libraries.md. | |||
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: - 2021: f47dda2c58b5d8d623e0e7ff4e74bc352dfa83d7 - 2020: fa0074e2d82928016a43ca408717154a1c70a4db - 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
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 | |
There is no effect on the test results because tx3 and tx5 pay the say fee, but this was the intended configuration, as the comment suggests. | |||
2022-07-28 | [unit tests] individual RBF Rules in isolation | glozow | |
Test each component of the RBF policy in isolation. Unlike the RBF functional tests, these do not rely on things like RPC results, mempool submission, etc. |