Results 340 comments of Dan Gould

#901 does make me wonder what to do with v1. I feel like either their state should always be persisted, allowing the sender to broadcast original_psbt *after* returning a signed...

Marked as "good first issue" regarding notifying and updating other BIP 78 implementations

another unsafe workaround is to terminate directory TLS with a reverse proxy like nginx and hand packets directly to the directory, ignoring the use of an OHTTP relay.

Yes @Gmin2 this is exactly the problem. We desperately need a strategy there for reliability. Even if there are multiple relays, if there's no strategy to handle connection failure and...

@spacebear21 and I discussed getting this in before 0.23 but decided against it because it seems to involve a change to our persistence API

It would be better take this dependency as a feature option, even though it only gets used for wasm32-unknown-unknown, in order to minimize our dependency tree for most feature sets....

Yes we do want the target as well because otherwise this could compile for targets where the proposed solution would not work

Hey @bigspider are you asking in relation to a particular integration need, or just in general have noticed that no_std support is missing?

This is half true, if you only have the script hash you can't estimate the weight, presumably if your wallet is making p2sh outputs it also knows the script which...

In another channel, @nothingmuch suggested "sing the [set_partitions crate](https://docs.rs/set-partitions/latest/set_partitions/) to do a KISS implementation of cja partition enumeration, and validate it against its test suite" I believe that means implement...