Commit graph

323 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
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
ad051d32cd Update readme.md 2023-02-08 23:29:38 +01:00
4e9e688a7f put blockchain_db into library 2023-02-08 23:03:15 +01:00
5e5170b750 outputs documented & defined error enum 2023-02-08 22:23:17 +01:00
Someone Else
7f827e0322
Create LICENSE 2023-02-08 19:30:15 +00:00
1be2788697 Merge branch 'main' of github.com:SyntheticBird45/cuprate 2023-02-08 18:56:30 +01:00
8145c77d06 more corrections & docs 2023-02-08 18:50:07 +01:00
Someone Else
12dec9d31e
Update readme.md 2023-02-08 13:57:10 +00:00
6b5d5a45f7 added .gitignore 2023-02-08 14:19:37 +01:00
10d44123d2 Update readme.md 2023-02-08 14:10:02 +01:00
1701d724dc forgot Cargo.toml 2023-02-08 13:54:55 +01:00
259bb9bd2b corrections and more docs 2023-02-08 13:15:24 +01:00
Someone Else
452b0fcbd9
Update readme.md
I'm not fluent in English, maybe sarcasm will be for another time
2023-02-08 09:28:11 +00:00
Someone Else
08ee17c152
Create LICENSE 2023-02-07 22:02:41 +00:00
Someone Else
ddebf6fb2c
Update readme.md 2023-02-07 21:50:54 +00:00
Someone Else
1542efb8d8
i think it's more appropriate 2023-02-07 21:47:23 +00:00
65664a2962 repo be like 2023-02-07 22:45:30 +01:00
Someone Else
c337de37ca
Update readme.md 2023-02-07 18:45:50 +00:00
Someone Else
452105d94c
fix the title.
oops
2023-02-07 14:45:18 +00:00
Someone Else
2c7cb27548
Initial commit 2023-02-07 14:44:32 +00:00