Conversation
This reverts commit 3c5c7b1.
| pub enum Item { | ||
| Data(Vec<u8>), | ||
| Array(Vec<Item>), | ||
| Array(Vec<Self>), |
There was a problem hiding this comment.
why are this change needed, they don't seem related to the PR
There was a problem hiding this comment.
It is reported by clippy
|
This part needs updating as well: foundry-polkadot/crates/forge/src/runner.rs Line 447 in adb0ab7 forge test.
|
|
Ran this with the tests from #334 and can confirm they are passing with REVM as the backend. |
|
|
i assume that |
yes, but it still works. In next PR I will add selection for evm or pvm |
Related to: #294
Flags combination for the
forge testcommandTODO in next PRs: