revault / revault_tx

Script descriptors and transaction creation routines for Revault
BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

transactions: increase the Emergency transaction pre-signed feerate #109

Closed darosior closed 3 years ago

darosior commented 3 years ago

According to https://github.com/revault/practical-revault/pull/106

darosior commented 3 years ago

Actually i'm not sure the dust limit deposit is enough to cover for the UnvaultEmergency fees: it needs to pay the CPFP output + Unvault fees already. With a large number of stakeholders it might not be enough.

EDIT: hmm actually we test for 38 stakeholders in the unit tests already..

darosior commented 3 years ago

Updated with latest https://github.com/revault/practical-revault/pull/106 .

CI fuzzing fix in #108 which should land first.

darosior commented 3 years ago

Rebased on master just to make fuzzer CI happy