cuprate-hinto-janai/storage
Boog900 49d1344aa1
Storage: use saturating_add for cumulative_generated_coins (#275)
* use `saturating_add` for `cumulative_generated_coins`

* cargo fmt
2024-09-10 01:15:04 +01:00
..
blockchain Storage: use saturating_add for cumulative_generated_coins (#275) 2024-09-10 01:15:04 +01:00
database lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
service Storage: split the DB service abstraction (#237) 2024-08-05 21:47:30 +01:00
txpool lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +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.