feat(trie): account & storage proofs (#5041)

This commit is contained in:
Roman Krasiuk
2023-10-17 10:28:05 +03:00
committed by GitHub
parent 3eb02656ca
commit 12ac1f153f
12 changed files with 560 additions and 263 deletions

View File

@ -1 +1,2 @@
msrv = "1.70"
ignore-interior-mutability = ["bytes::Bytes", "reth_primitives::trie::nibbles::Nibbles"]