Commit graph

13 commits

Author SHA1 Message Date
Boog900
01b8cc910d
keep wording the same 2023-03-07 23:42:08 +00:00
Boog900
8844d23d2e
Change license to AGPL-3 or MIT depending on crate 2023-03-07 23:36:48 +00:00
649aac618c little changes
I'm still thinking how to refactor blockchainDB methods by using monero-rs impl.
Until i found a convienient solution, there will be small commit like this one.
2023-02-17 00:49:21 +01:00
54183bbb30 removed epee-serde 2023-02-14 18:36:17 +01:00
61050f6a0c added monero-epee-bin-serde 2023-02-13 22:55:11 +01:00
c6d1b62a35 just rwd monerod db schema 2023-02-13 22:21:46 +01:00
66f368683a superficial changes 2023-02-13 19:38:25 +01:00
5900bba11c forgot test enum 2023-02-12 15:47:45 +01:00
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
b03d791692 minor changes 2023-02-10 22:49:14 +01:00
f330c8a3be rustfmt finally here 2023-02-10 22:18:47 +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