rust-lightning/lightning
Elias Rohrer d1405f38bc
Add KVStore interface trait
We upstream the `KVStore` interface trait from LDK Node, which will
replace `KVStorePersister` in the coming commits.

Besides persistence, `KVStore` implementations will also offer to `list`
keys present in a given `namespace` and `read` the stored values.
2023-09-07 22:49:21 +02:00
..
src Add KVStore interface trait 2023-09-07 22:49:21 +02:00
Cargo.toml Bump crate versions to 0.0.116 release 2023-07-21 20:42:13 +00:00