issues
search
LLFourn
/
bdk_core_staging
Staging area for bdk_core initial development
15
stars
12
forks
source link
Design and implement data persistence
#59
Closed
evanlinjin
closed
1 year ago
evanlinjin
commented
1 year ago
It should be easy to serialize the state of each of our components
We should have nice APIs for common DB backends for storing and restoring
TxGraph
and
SparseChain
.
Perhaps you might want to also store your derivation index.
Try and use commit structure to make it fast to update the DB.
LLFourn
commented
1 year ago
Fixed. "commit structure" point is in #70
TxGraph
andSparseChain
.