Bitcoin Core use the concept of virtual size to compute custom fees. We do not need to implement a ton of custom logic for our fee if we reuse that work.
Details
Details
- Reviewers
markblundeberg - Group Reviewers
Restricted Project - Commits
- rSTAGING87136e28b370: Reintroduce the concept of virtual size from core
rABC87136e28b370: Reintroduce the concept of virtual size from core
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- virtualsize
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6116 Build 10280: Bitcoin ABC Buildbot (legacy) Build 10279: arc lint + arc unit
Event Timeline
src/policy/policy.cpp | ||
---|---|---|
183 | Given that we're using custom logic here anyway by not using GetTransactionWeight, can we use a different term than "nWeight"? (weight is such a vague term; the core version of this function weights sigops into an already-weighted "weight units"). Suggestion: nSize, nBytes, nRealSize, nRawSize, ... |