Skip to content

Further enhancements to Update and ChangeSet structures #1061

@evanlinjin

Description

@evanlinjin

Describe the enhancement

As suggested by @LLFourn:

  1. LocalUpdate should be moved to bdk Wallet.
  2. We shouldn't use LocalUpdate in electrum API (it doesn't need to be there IMO).
  3. Delete LocalChangeSet or move it to bdk Wallet. We should implement Append for tuples (A,B) where A: Append, B:Append and use this as our changeset in the examples instead of LocalChangeSet. i.e. we can just go type ChangeSet = (local_chain::ChangeSet, indexed_tx_graph::ChangeSet<...>)

Metadata

Metadata

Labels

new featureNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions