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: GNSPS/solidity-bytes-utils
base: 3222bc123642052b2dffb056b1f549ab62db2bce
Choose a base ref
...
head repository: GNSPS/solidity-bytes-utils
compare: e93b8674a3433e8ef75a6817f0755c5ba38c7007
Choose a head ref
  • 18 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 27, 2019

  1. v0.0.7 - Upgrade to Solidity v0.5.0 (#22)

    * (WIP) Upgrade to Solidity v0.5.0 (#21)
    
    * (refactor) Changed codebase to Solidity v0.5.0
    
    * Style changes
    * Added `memory` everywhere to bytes and strings
    * `target.call(data)` now returns a tuple
    
    * Adding note about compiler support in the README + typo fix
    
    * Replaced the ThrowProxy pattern for a better v0.5.x one
    
    ThrowProxy was giving problems while testing with the JS-VM with the Constantinople hard-fork. So I changed the tests to stop using that pattern and use function selectors since that's now a thing.
    
    It is cleaner now.
    
    * Update package-lock.json
    
    * Bump version to v0.0.7
    
    * Bump version in package-lock.json
    
    * Update dependency versions
    
    * Fix typo in package-lock.json
    GNSPS committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    14ca2bd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Implement toUintXX for 64, 96 and 128 bits (#25)

    * include toUintXX for 64, 96 and 128 bits
    
    * Update tests to follow same style as the others
    bh2smith authored and GNSPS committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    658e88b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db88c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de03428 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    GNSPS committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    541c524 View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.0.8

    GNSPS committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cd17878 View commit details
    Browse the repository at this point in the history
  6. v0.0.8 - Additional uint typecasting methods (#28)

    * Implement toUintXX for 64, 96 and 128 bits (#25)
    
    * include toUintXX for 64, 96 and 128 bits
    
    * Update tests to follow same style as the others
    
    * Fix README with correct example of import from NPM
    
    * Update dependencies
    
    * Bump version to 0.0.8
    
    Fixes #27
    GNSPS committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0061b62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f91a80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8183d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    e3d1f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f91f5d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    0cfd42f View commit details
    Browse the repository at this point in the history
  2. Revert "Publish to GitHub package manager"

    This reverts commit 0cfd42f.
    GNSPS committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1b55da7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Add eth lint (#30)

    * update pragma
    
    * add ethLint
    
    * fix solidity lint
    rotcivegaf authored and GNSPS committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    87e1c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    7727420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425edac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2792e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e93b867 View commit details
    Browse the repository at this point in the history