Skip to content

Commit

Permalink
feat(primitives): add H128
Browse files Browse the repository at this point in the history
 * uses patch for now
  • Loading branch information
Rjected committed Oct 15, 2022
1 parent bdc38d8 commit 9e98b71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ members = [
"crates/db"
]
default-members = ["bin/reth"]

[patch."https://github.com/gakonst/ethers-rs"]
ethers-core = { git = "https://github.com/rjected/ethers-rs", branch = "add-h128" }
2 changes: 1 addition & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ pub type StorageValue = H256;
// NOTE: There is a benefit of using wrapped Bytes as it gives us serde and debug
pub use ethers_core::{
types as rpc,
types::{Bloom, Bytes, H160, H256, H512, H64, U256, U64},
types::{Bloom, Bytes, H160, H128, H256, H512, H64, U256, U64},
};

0 comments on commit 9e98b71

Please sign in to comment.