chore: fix references (#8820)

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
bocalhky
2024-06-14 14:27:02 +03:00
committed by GitHub
parent 68e902db2e
commit b7ce1de00e
2 changed files with 2 additions and 6 deletions

View File

@ -137,11 +137,9 @@ Crates related to building and validating payloads (blocks).
### Primitives
These crates define primitive types or algorithms such as RLP.
These crates define primitive types or algorithms.
- [`primitives`](../../crates/primitives): Commonly used types in Reth.
- [`rlp`](../../crates/rlp): An implementation of RLP, forked from an earlier Apache-licensed version of [`fastrlp`][fastrlp]
- [`rlp/rlp-derive`](../../crates/rlp/rlp-derive): Forked from an earlier Apache licenced version of the [`fastrlp-derive`][fastrlp-derive] crate, before it changed licence to GPL.
- [`trie`](../../crates/trie): An implementation of a Merkle Patricia Trie used for various roots (e.g. the state root) in Ethereum.
### Misc
@ -154,8 +152,6 @@ Small utility crates.
- [`metrics/metrics-derive`](../../crates/metrics/metrics-derive): A derive-style API for creating metrics
- [`tracing`](../../crates/tracing): A small utility crate to install a uniform [`tracing`][tracing] subscriber
[fastrlp]: https://crates.io/crates/fastrlp
[fastrlp-derive]: https://crates.io/crates/fastrlp-derive
[libmdbx-rs]: https://crates.io/crates/libmdbx
[discv4]: https://github.com/ethereum/devp2p/blob/master/discv4.md
[jsonrpsee]: https://github.com/paritytech/jsonrpsee/