chore(libmbx): fmt, clippy and deny list updated (#134)

* feat(db): Add mdbx-rs apache licenced code 55e234

* feat(db): replace mdbx with reth-mdbx, metadata changes

* chore(db): bump mdbx-sys to 0.12.1

* remove libmdbx from cargo deny

* cargo fmt

* cargo clippy

* one more clippy error
This commit is contained in:
rakita
2022-10-25 12:18:51 +02:00
committed by GitHub
parent 5c55c57c5e
commit 8ac5214fc6
18 changed files with 307 additions and 627 deletions

View File

@ -57,10 +57,6 @@ exceptions = [
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "more-asserts" },
# TODO: temporarily allow libmdx
{ allow = ["GPL-3.0"], name = "libmdbx" },
{ allow = ["GPL-3.0"], name = "mdbx-sys" },
# TODO: ethers transitive deps
{ allow = ["GPL-3.0"], name = "fastrlp" },
{ allow = ["GPL-3.0"], name = "fastrlp-derive" },