LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Update should be opaque #55

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

Originally I had the fields as pub because I thought it might be nice to be able to serialize/deserialize it. I think it's more important that we exlcude invalid states from this thing such as transactions being higher than the highest checkpoint etc.

Consider doing this at the same time as #54

LLFourn commented 1 year ago

Fixed by using SparseChain us the update struct.