This will be useful for making the coinchooser not produce transactions that are larger than the 100kB relay policy.
Depends on D14431
Differential D14424
[electrum] implement size computation for TxOutput PiRK on Aug 29 2023, 10:32. Authored by
Details
This will be useful for making the coinchooser not produce transactions that are larger than the 100kB relay policy. Depends on D14431 python test_runner.py
Diff Detail
Event Timeline
Comment Actions Add a compact_size_nbytes function with link to the spec. Fix test completeness: limit script size to MAX_SCRIPT_SIZE, test the new function on all possible boundary values
|