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

Wrong version for the 0.8.19 binary #14075

Closed
istankovic opened this issue Mar 28, 2023 · 2 comments
Closed

Wrong version for the 0.8.19 binary #14075

istankovic opened this issue Mar 28, 2023 · 2 comments
Projects

Comments

@istankovic
Copy link

Running solc --version obtained via https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux
produces

solc, the solidity compiler commandline interface
Version: 0.8.18-ci.2022.12.9+commit.a9fe05e8.Linux.g++
@github-actions github-actions bot added this to Triage in Solidity Mar 28, 2023
@ekpyron
Copy link
Member

ekpyron commented Mar 28, 2023

I'm not sure what precisely you were running there, but https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux is the proper 0.8.19 release compiler

$ ./solc-static-linux --version
solc, the solidity compiler commandline interface
Version: 0.8.19+commit.7dd6d404.Linux.g++

I guess you must have run a compiler other than the downloaded one by mistake? Please, double-check!

Since this isn't reproducible, I'm closing the issue for now, but please reopen if you can confirm that this is actually the case.

@ekpyron ekpyron closed this as completed Mar 28, 2023
Solidity automation moved this from Triage to Done Mar 28, 2023
@istankovic
Copy link
Author

Ok, I just checked again and the binary at https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux is fine. I probably ran an older version I had lying around, sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Solidity
  
Done
Development

No branches or pull requests

2 participants