Steve Myers
Steve Myers
No problem, it's on my todo list to add an enhancement issue template. 😅
I believe the idea here is that the BDK wallet would be able to sync and spend UTXOs created when a LDK channel is closed. I'd also expect that UTXOs...
Some recommended user friendly DB libraries built on IndexedDB are mentioned here: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API#see_also
I don't have much experience with rust wasm and haven't used any rust wasm storage crates but it looks like `gloo_storage` has a straight forward key/value API which should be...
Thanks for the `no_std` update! one thing the team is working on, started in #535 is to decouple the bdk `Wallet` from the `Blockchain` and `Database` modules, this will make...
I like this approach, makes sense to me.
For context BDK currently defaults to `Shuffle` for input and output ordering, but based on the discussion from https://github.com/rust-bitcoin/rust-bitcoin/pull/810 I agree we should remove the BIP69 option. https://github.com/bitcoindevkit/bdk/blob/b1346d4ccf7b3c818ec73b4648825b1d20589de2/src/wallet/tx_builder.rs#L648-L663
> ... Before depreciating BIP69 I think we should make it possible to set the rng for shuffling so you still have a deterministic sorting option. I'd like this so...
@Eunoia1729 have you started looking into this issue? If so can you help @FadedCoder with testing/review for #556 ?
Depending on how things go with #680 we may be able to close this.