]> Untitled Git - bdk/commit
refactor!: `Box` changeset in `StoreErrorWithDump`
authorcodingp110 <codingp110@gmail.com>
Mon, 21 Jul 2025 16:27:06 +0000 (21:57 +0530)
committercodingp110 <codingp110@gmail.com>
Tue, 5 Aug 2025 05:34:07 +0000 (11:04 +0530)
commit418753f01eef29b1266cc3aefa512f90060a9797
tree9f3d95e77c83ad9882130794406204f94898fa52
parenta09f12a3fbc6775735f1480cdec985b58964ce2d
refactor!: `Box` changeset in `StoreErrorWithDump`

As mentioned in the corresponding issue, `Box`ing helps reduce memory
overhead while passing the enum around and also to limit the size of
enums with `StoreErrorWithDump` as a variant.

Breaking: The enum `StoreErrorWithDump` has been changed.
crates/file_store/src/store.rs