Lloyd Fournier
Lloyd Fournier
> I think this is a great long-term solution. However, there is a lot of features that `reqwest` does nicely that pure `hyper` doesn't by itself. I.e. proxy stuff via...
If we wanted to take flexibility to the next level we could implement the HTTP protocol *sans-io* on the bdk_esplora side like: ```rust pub struct EsploraSyncSession { sync_request: SyncRequest }...
> > What is the current purpose of insert_tx and how does it compare to apply_unconfirmed_txs? I don't see insert_tx used anywhere internally. > > Also brought this up on...
So those commits fix the issue described in the title however there is a more fundamental issue mentioned by @stevenroose: > Yeah nothing missing. Few short points > I expect...
Sure I made an new issue: https://github.com/bitcoindevkit/bdk_wallet/issues/40
Sure just get the examples to work without it?
Concept ACK
Hmm I wonder what would happen if we just made updating the chain optional as part of `SyncRequest/SyncResult`?
Not sure if our architecture actually supports this kind of usage. The problem is how do you figure out when an output has been spent? The only way is that...
@notmandatory yeah cool I didn't know about this setting but that also works. I feel like the usage is a little niche: 1. You don't want to run an archival...