Commit graph

5 commits

Author SHA1 Message Date
fb05074a05 +docs, -fn, KeyValueDatabase trait + serde derive
Documented more functions to BlockchainDB, but I removed the ones that strictly concern
the database. These methods will be implemented under KeyValueDatabase trait.
Still needs to understand some things before starting to refactor blockchaindb functions.

Also enabled derive features for serde.
2023-02-11 18:59:55 +01:00
8ed2183a83 removed unused fn + clippy deny + Cargo
Removed some functions that'll be useless for blockchainDB. Docs the hardfork info ones.
Also set clippy to deny `expect()` and `panic!()` as /u/danda suggested on reddit.
Set blockchain_db in workspace dependencies + corrected the build rustflags.
2023-02-10 21:40:01 +01:00
4e9e688a7f put blockchain_db into library 2023-02-08 23:03:15 +01:00
1701d724dc forgot Cargo.toml 2023-02-08 13:54:55 +01:00
Someone Else
2c7cb27548
Initial commit 2023-02-07 14:44:32 +00:00