q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
196 stars 85 forks source link

ci: incompatible solc and geth version #270

Closed q9f closed 1 month ago

q9f commented 3 months ago

latest solidity targets cancun but geth --dev is still on shanghai making the ci go red

either wait for geth release or patch ci (again) to use unstable master