hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.23k stars 206 forks source link

Fix broken build #1594

Closed seanyoung closed 8 months ago

seanyoung commented 8 months ago

For some reason, cargo is not pick the latest version of ethers-core. This breaks the build. Add a line to Cargo.toml fixes the problem.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (45f01b4) 87.65% compared to head (b7bf2af) 87.65%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1594 +/- ## ======================================= Coverage 87.65% 87.65% ======================================= Files 133 133 Lines 64300 64300 ======================================= Hits 56363 56363 Misses 7937 7937 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seanyoung commented 8 months ago

Fixed by https://github.com/hyperledger/solang/pull/1595