]> Untitled Git - bdk/commit
refactor(persist): rename PersistBackend to Persist, move to chain crate
authorSteve Myers <steve@notmandatory.org>
Fri, 31 May 2024 19:27:32 +0000 (14:27 -0500)
committerSteve Myers <steve@notmandatory.org>
Thu, 13 Jun 2024 17:40:49 +0000 (12:40 -0500)
commitaa640ab2770bea19259eedea6882b202a5845f35
tree7ef21234e6d8f09836465de60a0cb755ee88612a
parent1c593a34eeed98c580c993a06495d5a1be61f7af
refactor(persist): rename PersistBackend to Persist, move to chain crate

Also add refactored StagedPersist to chain crate with tests.
crates/chain/Cargo.toml
crates/chain/src/lib.rs
crates/chain/src/persist.rs [new file with mode: 0644]