revault/revault_tx

Exhaustive parsing checks

开放

#68 创建于 2021年2月27日

 (4 条评论) (0 个反应) (0 位负责人)Rust (7 个派生)auto 404
enhancementgood first issuehigh prio

仓库指标

星标
 (15 个星标)
PR 合并指标
 (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..

贡献者指南