a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.76k stars 269 forks source link

fix: use github for revm dependency #304

Closed ncitron closed 7 months ago

ncitron commented 7 months ago

closes #303

It turns out revm had some mishaps with their semver versioning, so for now we need to use github to point to 03.3 which will ensure all of revm's internal dependencies get resolved correctly.