feat(p2p): Include forkid file from apache licenced repo (#68)

* Start using reth-rlp
* Include apache licenced forkid file in primitives
* Move forkid to eth-wire
This commit is contained in:
rakita
2022-10-14 16:52:59 +02:00
committed by GitHub
parent 19d001fbdd
commit a644318c32
11 changed files with 963 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ name = "reth-rlp-derive"
version = "0.1.1"
license = "Apache-2.0"
edition = "2021"
description = "Procedural macros for fastrlp"
description = "Procedural macros for reth-rlp"
repository = "https://github.com/foundry-rs/reth"
[lib]

View File

@@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
auto_impl = "1"
bytes = { version = "1", default-features = false }
ethnum = { version = "1", default-features = false, optional = true }
ethereum-types = { version = "0.14", default-features = false, optional = true }
ethereum-types = { version = "0.13", default-features = false, optional = true }
reth-rlp-derive = { version = "0.1", path = "../rlp-derive", optional = true }
[dev-dependencies]