Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated solc to v0.8.0. #169

Merged
merged 1 commit into from
Jan 7, 2021
Merged

Conversation

g-r-a-n-t
Copy link
Member

@g-r-a-n-t g-r-a-n-t commented Dec 18, 2020

What was wrong?

We were using an older version of solc for Yul compilation.

How was it fixed?

Went into solc-rust and updated the solidity submodule. There are still some things that I'd like to look into in solc-rust before opening a PR in that repo, so we're just using my personal fork for now.

Surprisingly, the solc-backend feature of the Fe compiler still works fine. I thought there would be atleast a couple breaking changes in libyul.

To-Do

  • OPTIONAL: Update Spec if applicable

  • Add entry to the release notes (may forgo for trivial changes)

  • Clean up commit history

@codecov-io
Copy link

codecov-io commented Dec 18, 2020

Codecov Report

Merging #169 (f7ff8e3) into master (ff79a05) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   77.93%   77.93%           
=======================================
  Files          45       45           
  Lines        3300     3300           
=======================================
  Hits         2572     2572           
  Misses        728      728           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff79a05...f7ff8e3. Read the comment docs.

@g-r-a-n-t g-r-a-n-t force-pushed the solc-update branch 2 times, most recently from 6fe3a55 to ac6d49a Compare December 18, 2020 00:24
@g-r-a-n-t
Copy link
Member Author

looks like I need to get g++ 0.8 to install

@g-r-a-n-t g-r-a-n-t merged commit 8b00838 into ethereum:master Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants