revault/revault_tx

Exhaustive parsing checks

開放

#68 建立於 2021年2月27日

 (4 則留言) (0 個反應) (0 位負責人)Rust (7 個分叉)auto 404
enhancementgood first issuehigh prio

倉庫指標

星標
 (15 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Right now, we only sanity-check the PSBTs in from_psbt_serialized() are sane with regard to our internal assumptions (unwrap()s basically). This may be enough, but we may also want complete parsing checks to be sure that whether a transaction is parsed or created with the constructor it will hold to our requirements (eg, no dust amounts, sane feerate, etc..). This is quite some more hairy code though..

貢獻者指南