cuprate/storage
hinto-janai aeb070ae8d
Replace OnceLock + fn with LazyLock (#256)
* `consensus/`

* `helper/`

* `test-utils/`

* `storage/`

* fix docs + tests + lints

* decomposed_amount: remove `LazyLock`

* clippy
2024-08-20 22:53:32 +01:00
..
blockchain Replace OnceLock + fn with LazyLock (#256) 2024-08-20 22:53:32 +01:00
database Replace OnceLock + fn with LazyLock (#256) 2024-08-20 22:53:32 +01:00
service Storage: split the DB service abstraction (#237) 2024-08-05 21:47:30 +01:00
txpool workspace: enforce crate/directory naming scheme (#164) 2024-06-24 02:30:47 +01:00
README.md repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01:00

storage

TODO: This subdirectory used to be database/ and is in the middle of being shifted around.

The old database/ design document is in cuprate-blockchain/ which will eventually be ported Cuprate's architecture book.