ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Update revm #1003

Closed g-r-a-n-t closed 4 months ago

g-r-a-n-t commented 4 months ago

What was wrong?

The test runner crate was using version 3 of revm, which caused CI issues.

How was it fixed?

Switched to the latest version of revm and made the test-runner compatible.

To-Do