Upgrade to solc v0.4.23
See original GitHub issueI know that the new version was just released today but I just wanted to check if there are any estimates on when a new version will be released supporting this. I ask because I have some frequently called functions that will cut gas costs in half with features in the new solc version.
We are also going to have a large set of contracts audited in 2 to 3 weeks. It would be great to be able to use the new features!
Side Note: Does anyone know if there are any breaking changes from solc@0.4.21
if I were to just install solc@0.4.22
directly in truffle?
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Installing the Solidity Compiler — Solidity 0.8.17 documentation
sudo add-apt-repository ppa:ethereum/ethereum sudo apt-get update sudo apt-get install solc. The nightly version can be installed using these commands:.
Read more >Install Old Solc Compiler Versions - Ethereum Stack Exchange
I maintain a Python library called py-solc-x that allows you to install and use multiple versions of solc at the same time.
Read more >py-solc - PyPI
Python wrapper around the solc Solidity compiler. Dependency. This library requires the solc executable to be present. Only versions >=0.4.2 are supported ...
Read more >ethereum/solidity - Gitter
hi, am trying to install Solidity compile 0.4.18 in Centos7 ... then truffle version I get Solidity v0.4.23 (solc-js) Was hoping for v0.4.24....
Read more >Remix - Solidity IDE - GitHub Pages
This instance of Remix you are visiting WILL NOT BE UPDATED. Please make a backup of your contracts and start using http://remix.ethereum.org.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@TovarishFin We opened PRs bumping
solc
this morning. There’s a small issue with0.4.22
breaking thetruffle-debugger
which we have to resolve, but goal is to publish a patch w/ 0.4.22 ASAP - in the next couple of days hopefully.Thanks all! Thanks @TovarishFin for opening. Upgraded in
4.1.7