use unionlabs::hash::H256 in evm-storage-verifier #3363
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
remove primitive-types usage in this crate and use the types from unionlabs instead: https://github.com/unionlabs/union/blob/main/lib/evm-storage-verifier/Cargo.toml#L12
this should be a pretty trivial swap, since
unionlabs::hash::Hash
implements rlp encoding:union/lib/unionlabs/src/hash.rs
Lines 567 to 586 in e652dd1
The text was updated successfully, but these errors were encountered: