You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, install.py references Solidity v0.6.0 for installing binaries with a fixed variable. It would be great to have CURRENT_RELEASE dynamically fetch the most-recent binaries.
Specification
Create a function within install.py to fetch the current stable binary packages.
The text was updated successfully, but these errors were encountered:
Overview
Currently,
install.py
references Solidity v0.6.0 for installing binaries with a fixed variable. It would be great to haveCURRENT_RELEASE
dynamically fetch the most-recent binaries.Specification
Create a function within
install.py
to fetch the current stable binary packages.The text was updated successfully, but these errors were encountered: