mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* 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>
20 lines
706 B
Markdown
20 lines
706 B
Markdown
# <h1 align="center"> reth </h1>
|
|
|
|
*Blazing-fast implementation of the Ethereum protocol*
|
|
|
|
[][gh-ci]
|
|
[][gh-deny]
|
|
[][codecov]
|
|
|
|
## Build
|
|
|
|
Rust minimum required version to build this project is 1.65.0 published 02.11.2022
|
|
|
|
## Docs
|
|
|
|
Contributor docs can be found [here](./docs).
|
|
|
|
[codecov]: https://app.codecov.io/gh/foundry-rs/reth
|
|
[gh-ci]: https://github.com/foundry-rs/reth/actions/workflows/ci.yml
|
|
[gh-deny]: https://github.com/foundry-rs/reth/actions/workflows/deny.yml
|