Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (31fcf5a 2023-05-19T00:04:19.980323193Z)
What command(s) is the bug in?
anvil
Operating System
Linux
Describe the bug
Steps to reproduce:
- Running a local node with
anvil
- Deploying a contract with arbitrary storage writes
- Getting the proof for one of the storage slots as
cast proof <contract> <slot>
The returning account and storage proof array elements have a wrong RLP encoding which cannot be decoded.
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (31fcf5a 2023-05-19T00:04:19.980323193Z)
What command(s) is the bug in?
anvil
Operating System
Linux
Describe the bug
Steps to reproduce:
anvilcast proof <contract> <slot>The returning account and storage proof array elements have a wrong RLP encoding which cannot be decoded.