feat(provider): Add StorageProvider impl, table changes (#172)

* feat(provider): Add StorageProvider impl, table changes

* unwind header numbers by walker (#174)

* readme, fmt

* fix tests

* Update crates/interfaces/src/provider/db_provider/storage.rs

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>

* Update crates/interfaces/src/provider/db_provider/storage.rs

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
rakita
2022-11-08 15:55:45 +01:00
committed by GitHub
parent 1408309b74
commit 7ecbe01741
24 changed files with 376 additions and 108 deletions

View File

@ -8,7 +8,7 @@
## Build
To build this project we are currently using Rust nightly for GAT support, that is planed to release in rust 1.65 (4th Nov 2022). GAT's are used for the `Database` trait in `reth-interface`.
Rust minimum required version to build this project is 1.65.0 published 02.11.2022
## Docs