rust-payjoin
rust-payjoin copied to clipboard
Accomodate Updated BIP 78 Spec
BIP 78 got some fixes merged this morning
We must adjust to keep up to date as well as encourage other implementations to update since these are basically a relaxing of the rules.
Implementations that need updates:
- [x] rust-payjoin #505
- [x] BTCPayServer
- [x] https://github.com/btcpayserver/BTCPayServer.BIP78/pull/2
- [x] https://github.com/btcpayserver/BTCPayServer.BIP78/pull/3
- [ ] BitMask
- [ ] BlueWallet https://github.com/BlueWallet/BlueWallet/issues/7496
- [ ] Tracking in the
payjoin-clientlibrary: https://github.com/bitcoinjs/payjoin-client/pull/9
- [ ] Tracking in the
- [ ] Bull Bitcoin Mobile
- [ ] JoinMarket https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/1761
- [ ] Nolooking (or archive)
- [x] Mutiny (WONTFIX because the repo is archived)
- [ ] Sparrow
- [ ] Allow mixed input scripts
- [x] Allow UTXO fields to be filled in
- [ ] Wasabi https://github.com/WalletWasabi/WalletWasabi/issues/13652
Marked as "good first issue" regarding notifying and updating other BIP 78 implementations