revault/revault_tx

Exhaustive parsing checks

オープン

#68 opened on 2021/02/27

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (7 件のフォーク)auto 404
enhancementgood first issuehigh prio

Repository metrics

Stars
 (15 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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..

コントリビューターガイド