Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING3a13d305d291: Introduce and track a billable size in addition to real txn size
rABC3a13d305d291: Introduce and track a billable size in addition to real txn size
make VERBOSE=1 check && ./test/functional/test_runner.py --extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3589 Build 5253: Bitcoin ABC Buildbot (legacy) Build 5252: arc lint + arc unit
Event Timeline
src/test/transaction_tests.cpp | ||
---|---|---|
809 | The addition of GetBillableSize and that test could go in now if they were in their own diff. However there are vast changes to the mempool code coming with it. The changes to the mempool do not come up with a test. So I suggest GetBillableSize to be split in its own diff, and this one to be rebased on it. With the addition of a test for the mempool accounting, that second part should be good to go. |