You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0271]: type mismatch resolving `<HashMap<Nibbles, BranchNodeCompact, RandomState> as IntoIterator>::Item == (Nibbles, BranchNodeCompact)`
--> /Users/kimjonghyeon/.cargo/git/checkouts/reth-36d3ea1d1152b20c/320a0b9/crates/trie/common/src/updates.rs:208:9
|
208 | self.storage_nodes.extend(exclude_empty_from_pair(updated_nodes));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `nybbles::Nibbles`, found `alloy_trie::Nibbles`
|
= note: `alloy_trie::Nibbles` and `nybbles::Nibbles` have similar names, but are actually distinct types
error: could not compile reth-trie-common (lib) due to 17 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile odyssey v0.0.0 (/Users/kimjonghyeon/odyssey/bin/odyssey), intermediate artifacts can be found at /Users/kimjonghyeon/odyssey/target.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.
The text was updated successfully, but these errors were encountered:
error: could not compile
reth-trie-common
(lib) due to 17 previous errorswarning: build failed, waiting for other jobs to finish...
error: failed to compile
odyssey v0.0.0 (/Users/kimjonghyeon/odyssey/bin/odyssey)
, intermediate artifacts can be found at/Users/kimjonghyeon/odyssey/target
.To reuse those artifacts with a future compilation, set the environment variable
CARGO_TARGET_DIR
to that path.The text was updated successfully, but these errors were encountered: