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: MetaMask/eth-sig-util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: MetaMask/eth-sig-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 7 commits
  • 23 files changed
  • 6 contributors

Commits on Apr 21, 2022

  1. Fix lint rules for tests (#245)

    * Fix lint rules for tests
    
    The lint configuration for tests was wrong (the file glob had the wrong
    file extension), so none of the test lint rules or globals were being
    set correctly. This has been fixed, and all rule violations have been
    fixed.
    
    There were a number of workarounds used in the tests for the globals
    `expect` and `it` not being recognized by the linter. These workarounds
    have now been removed as well, since globals are now correctly set.
    
    * Preserve restricted matchers unrelated to snapshots
    Gudahtt authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    cde38f7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Update to latest typedoc version (#249)

    A fork of `typedoc` was being used because it included an enhancement
    to how destructured parameters are interpreted [1]. This enhancement
    has since been merged and published as v0.22.5 [2], so we don't need to
    use the fork anymore.
    
    [1]: TypeStrong/typedoc#1704
    [2]: https://github.com/TypeStrong/typedoc/releases/tag/v0.22.5
    Gudahtt authored May 13, 2022
    Configuration menu
    Copy the full SHA
    e293ea9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Bump Node to v14 (#263)

    bowensanders authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e33457f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Replace heavy crypto packages for lighter noble implementations via u…

    …pgrading `ethereumjs-util` to latest (now called `@ethereumjs/util`) (#260)
    
    * upgrade ethereumjs-util to latest (@ethereumjs/util) and adapt accordingly
    
    * fix types
    
    * wip
    
    * fix something
    
    * swap out TextEncoder for Buffer.from
    
    * fix number hashing
    
    * fix more tests
    
    * add comments
    
    * all tests passing
    
    * cutting out ethereumjs-abi
    
    * add jsdocs
    
    * fully remove old secp256k1 from dependency tree via ethereum-cryptography 0.1.3"
    
    * progress?
    
    * idk
    
    * tests passing
    
    * move ethereumjs-abi methods to their own file
    
    * switch out toBuffers for typed specific buffer converts
    
    * add tests for ethereumjs-abi-util functions
    
    * lower test threshhold
    
    * lint
    
    * fix tests
    adonesky1 authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9f01c9d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Sep 13, 2022

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

Commits on Sep 15, 2022

  1. 5.0.0 (#268)

    * 5.0.0
    
    * update changelog
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Alex <adonesky@gmail.com>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    17ca412 View commit details
    Browse the repository at this point in the history
Loading