-
Notifications
You must be signed in to change notification settings - Fork 101
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
added support for ranged compiler versions for install flag #85
base: dev
Are you sure you want to change the base?
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2280d3c - Browse repository at this point
Copy the full SHA 2280d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff74580 - Browse repository at this point
Copy the full SHA ff74580View commit details
Commits on Jun 30, 2022
-
Fixed keccak256 check on binaries (#90)
Nat Chin committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 5aa3745 - Browse repository at this point
Copy the full SHA 5aa3745View commit details -
Nat Chin committed
Jun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 0597389 - Browse repository at this point
Copy the full SHA 0597389View commit details -
Fix multiple installations with
solc-select use
+--always-install
(#96) A single version string was passed to install_artifacts instead of a version list. This caused install_artifacts to install other versions contained in the requested version (e.g. 0.4.2 was installed as well when 0.4.25 was requested). Call the installation function with a list as intended, so that the correct version and that version only is installed now. Test case: * `rm ~/.solc-select -rf` * `solc-select use 0.4.25 --always-install` Fixes: #95
Configuration menu - View commit details
-
Copy full SHA for 13451c5 - Browse repository at this point
Copy the full SHA 13451c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f23b28 - Browse repository at this point
Copy the full SHA 3f23b28View commit details -
Github workflow python bump (#98)
Nat Chin committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for ba01580 - Browse repository at this point
Copy the full SHA ba01580View commit details -
Nat Chin committed
Jun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for bd2ba53 - Browse repository at this point
Copy the full SHA bd2ba53View commit details -
Nat Chin committed
Jun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for ea70efd - Browse repository at this point
Copy the full SHA ea70efdView commit details -
Add a
pip-audit
workflow (#104)* Add a `pip-audit` workflow * Fixing stale python CI version by dropping specific version * Wrap version in quotes * Unify python versions * Bumping setup and python versions for mac * Bypass setuptools for installation Co-authored-by: Natalie Chin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 807ab00 - Browse repository at this point
Copy the full SHA 807ab00View commit details -
Update workflows to test 3.7-3.11 python versions on Windows and Linux (
#107) * Update workflows to test 3.7-3.11 python versions * Run pip install . instead of setuptools
Nat Chin committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 3de81f6 - Browse repository at this point
Copy the full SHA 3de81f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcf52b - Browse repository at this point
Copy the full SHA bbcf52bView commit details -
Returns true on install artifacts (#108)
Nat Chin committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 29d96ca - Browse repository at this point
Copy the full SHA 29d96caView commit details