Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SmartContractSecurity/SWC-registry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs
Choose a base ref
...
head repository: SmartContractSecurity/SWC-registry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 4, 2019

  1. Merge pull request #27 from SmartContractSecurity/docs

    Added the logic to preview documentation with read-docs
    s0b0lev authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    81dd356 View commit details
    Browse the repository at this point in the history
  2. Changed the package version [skip ci]

    ersul4ik
    ersul4ik committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    581df9c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Specify encoding for open file

    E       UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in
    position 2534: illegal multibyte sequence
    
    When opening a file, a decode error occurred. So I specified the
    encoding type as utf8 in the open function. :)
    ttamna committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    490615c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from ttamna/master

    Specify encoding for open file
    s0b0lev authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    00ebc51 View commit details
    Browse the repository at this point in the history
  3. Changed the package version [skip ci]

    ersul4ik
    ersul4ik committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    182d56b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Update README.md

    s0b0lev authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    14f1106 View commit details
    Browse the repository at this point in the history
  2. Changed the package version [skip ci]

    ersul4ik
    ersul4ik committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    5014705 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    06b5762 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. update pytest version

    JoranHonig committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d48fc4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b15e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from SmartContractSecurity/update_swc_definition

    Update the swc definition to the current version 20-01-2020
    JoranHonig authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6766b98 View commit details
    Browse the repository at this point in the history
  4. Changed the package version [skip ci]

    ersul4ik
    ersul4ik committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7a0b93d View commit details
    Browse the repository at this point in the history
Loading