cuprate/storage/database/src
hinto-janai eead49beb0
lints: opt in manual lint crates (#263)
* cargo.toml: transfer existing lints

* rpc/interface: lints

* rpc/json-rpc: lints

* rpc/types: lints

* storage/blockchain: lints

* rpc/types: fix lints

* cargo.toml: fix lint group priority

* storage/blockchain: fix lints

* fix misc lints

* storage/database: fixes

* storage/txpool: opt in lints + fixes

* types: opt in + fixes

* helper: opt in + fixes

* types: remove borsh

* rpc/interface: fix test

* test fixes

* database: fix lints

* fix lint

* tabs -> spaces

* blockchain: `config/` -> `config.rs`
2024-09-02 18:12:54 +01:00
..
backend lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
config lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
constants.rs storage: split cuprate-blockchain <-> cuprate-database (#160) 2024-06-26 22:51:06 +01:00
database.rs storage: split cuprate-blockchain <-> cuprate-database (#160) 2024-06-26 22:51:06 +01:00
env.rs lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
error.rs storage: doc fixes (#228) 2024-07-12 22:15:02 +01:00
key.rs lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
lib.rs lints: opt in manual lint crates (#263) 2024-09-02 18:12:54 +01:00
resize.rs Replace OnceLock + fn with LazyLock (#256) 2024-08-20 22:53:32 +01:00
storable.rs std::mem::{size,align}_of -> {size,align}_of (#254) 2024-08-10 00:09:25 +01:00
table.rs storage: doc fixes (#228) 2024-07-12 22:15:02 +01:00
tables.rs storage: doc fixes (#228) 2024-07-12 22:15:02 +01:00
tests.rs storage: add key sorting (#198) 2024-07-01 20:24:48 +01:00
transaction.rs storage: doc fixes (#228) 2024-07-12 22:15:02 +01:00