change transaction value fields from u128 to a wrapper-type of U256 (#4439)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Roberto Bayardo
2023-10-04 05:07:44 -07:00
committed by GitHub
parent d3cc4cc643
commit 081d71e1a2
23 changed files with 204 additions and 63 deletions

1
Cargo.lock generated
View File

@ -6043,6 +6043,7 @@ dependencies = [
"rand 0.8.5",
"rayon",
"reth-codecs",
"reth-primitives",
"revm-primitives",
"secp256k1",
"serde",