Add scrubber bip - #12
Conversation
|
Maybe put this in a "BIPs" folder? Since we also have concurrent psbt bip that would be good put in same folder. |
i suggest |
| ## Fields | ||
|
|
||
| We categorize PSBT fields from the [BIP 174 type registry](https://github.com/bitcoin/bips/blob/master/bip-0174/type-registry.mediawiki) by privacy sensitivity. Each table lists the registry name, key type, minimum PSBT version, and the BIP that introduces the field. |
There was a problem hiding this comment.
this doesn't address ordering, but i think it probably should
given that bip 174 already requires canonical compact int encoding i believe that apart from the ordering, there are no degrees of freedom in the psbt format itself that would result in serializer fingerprints
within each map, if all fields are sorted by type, and then keydata (already the case for psbt_v2 library's output)
if the maps are also sorted, then the output should become canonical
There was a problem hiding this comment.
Sorting section added. Thanks for pointing this out
bc1cindy
left a comment
There was a problem hiding this comment.
concecpt ACK, great work!
b40b036 to
a0de778
Compare
No description provided.