Page MenuHomePhabricator

Tweak UTXO weight based agreed suggested costs
AbandonedPublic

Authored by schancel on Jun 6 2018, 03:17.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Summary

Increase UTXO additional bytes by one order of magnitude. Decreases cost to 0.25 sat/byte for standard 2x2 transactions or any similar NxN transaction. However, creating a UTXO is now about 13 times as expensive. (34 bytes at 1 sat/byte vs 1824 @ 0.25 sat/byte)

Depends on D1486

Test Plan
make check && ./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
adjust-weight
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2998
Build 4090: Bitcoin ABC Buildbot (legacy)
Build 4089: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Jun 8 2018, 23:10
jasonbcox added a subscriber: jasonbcox.

Can you indicate that this diff depends on D1486 in the summary?

This revision now requires changes to proceed.Jun 8 2018, 23:10
This revision is now accepted and ready to land.Jul 18 2018, 21:40