志宇
志宇
Also could you please add a simple README for `bdk_testenv`? Thanks!
@notmandatory do you mind adding a more detailed explanation as to how this pushes us in a direction to have a higher-level method/methods for syncing a wallet?
That's a good point @LLFourn. Should be straightforward for Esplora then.
How about a callback method? ```rust pub fn reveal_next_spk_on_persist(&mut self, keychain: &K, persist: C) -> Result where C: FnMut(super::ChangeSet) -> Result { todo!() } ```
New discovery: The cli saw it as confirmed after I called `scan` after one additional confirmation.
May be fixed by this: https://github.com/bitcoindevkit/bdk/issues/1354
https://bitmask.app/ https://github.com/RGB-Tools/iris-wallet-android
@tnull so you want an older version of BDK to understand changesets that a newer version of BDK outputs. Can you elaborate why this would be useful? Thank you
I suggest we go ahead with this and do what is described in the ticket description.
Closing this for now as this deals with legacy code.