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

added support for ranged compiler versions for install flag #85

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    2280d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff74580 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fixed keccak256 check on binaries (#90)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5aa3745 View commit details
    Browse the repository at this point in the history
  2. Update python version (#94)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0597389 View commit details
    Browse the repository at this point in the history
  3. 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
    elopez authored and Natalie Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    13451c5 View commit details
    Browse the repository at this point in the history
  4. add support for use within virtualenv (#86)

    0xalpharush authored and Natalie Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3f23b28 View commit details
    Browse the repository at this point in the history
  5. Github workflow python bump (#98)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ba01580 View commit details
    Browse the repository at this point in the history
  6. Update README.md (#101)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bd2ba53 View commit details
    Browse the repository at this point in the history
  7. Update README.md (#102)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ea70efd View commit details
    Browse the repository at this point in the history
  8. 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]>
    woodruffw and Natalie Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    807ab00 View commit details
    Browse the repository at this point in the history
  9. 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 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3de81f6 View commit details
    Browse the repository at this point in the history
  10. Update README.md (#103)

    kylebakerio authored and Natalie Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bbcf52b View commit details
    Browse the repository at this point in the history
  11. Returns true on install artifacts (#108)

    Nat Chin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    29d96ca View commit details
    Browse the repository at this point in the history