Skip to content

[Chainstate] Add support for an ephemeral MARF #6350

@jcnelson

Description

@jcnelson

In order to fully implement #6346, we need a ClarityBackingStore implementation with an ephemeral MARF. It can accept reads and writes, but the writes will never hit the disk and will be discarded once the implementation is dropped. This can be achieved without touching the MARF code proper; instead, we should create a wrapper around the MARF similar to ReadOnlyMarfStore<'_> and WritableMarfStore<'_>.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Status: 💻 In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions