hyperledger / solang

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

Bump inkwell and other crates #1622

Closed seanyoung closed 5 months ago

seanyoung commented 5 months ago

Update crates dependencies and fix the CI problems.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 78 lines in your changes are missing coverage. Please review.

Comparison is base (0f032dc) 88.43% compared to head (24dcda9) 88.58%. Report is 2 commits behind head on main.

Files Patch % Lines
src/emit/instructions.rs 87.26% 34 Missing :warning:
src/emit/binary.rs 81.41% 21 Missing :warning:
src/emit/strings.rs 92.26% 14 Missing :warning:
src/emit/polkadot/storage.rs 98.78% 3 Missing :warning:
src/emit/expression.rs 99.68% 2 Missing :warning:
src/emit/solana/target.rs 99.66% 2 Missing :warning:
src/emit/polkadot/target.rs 99.72% 1 Missing :warning:
src/emit/soroban/target.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1622 +/- ## ========================================== + Coverage 88.43% 88.58% +0.15% ========================================== Files 150 150 Lines 68200 69335 +1135 ========================================== + Hits 60311 61420 +1109 - Misses 7889 7915 +26 ```

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