Steve Myers

Results 580 comments of Steve Myers

> @notmandatory Would you be okay with this, or is there something we haven't considered? ~~The reason I don't want to store the full descriptors in the wallet database is...

A small change but I think we should push to 2.0 milestone.

@LLFourn sorry about that, no need to create a new issue. I just saw the closed related issue and didn't see your first reopen for this one. @evanlinjin based on...

I agree this isn't a critical issue and should be pushed to the post 1.0.0 milestone.

@LLFourn I don't run into many cases where I autocomplete the crate directory name, while the crate names `bdk_*` are all over the code and autocompleted all the time. So...

Since it looks like still a bit of work today I'm moving this out of the alpha.1 milestone.

We are now using the `CombindedChangeSet` type for persisting `Wallet` data and that type implements `Default`, so all fields are optional or can be empty. I think this lets us...

Can you elaborate on why serialization schemes like bincode wouldn't work with the idea of making all fields, and new ones in particular, optional (or potentially empty)? doesn't any serialization...