Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
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-json-rpc-provider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: MetaMask/eth-json-rpc-provider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 20, 2023

  1. deps: Switch from json-rpc-engine to @metamask/json-rpc-engine (#16)

    * deps: @metamask/safe-event-emitter@^2.0.0->^3.0.0
    * deps: migrate from json-rpc-engine to @metamask/json-rpc-engine
    legobeat authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b6d1502 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. 1.0.1 (#18)

    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    3 people authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e75769e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Retract v1.0.1 (#18) (#19)

    v1.0.1 contains two changes that should have been considered
    semver-major:
    
    - Type-interface incompatability with previous version (MetaMask/json-rpc-engine#139)
    - Introduced dependency `@metamask/json-rpc-engine` indicates a minimum
      supported Node.js version of 16. This prevents the module from
      installing on some package manager configurations, like default
      yarn classic.
    
    This will be re-released as v2.0.0.
    legobeat authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    279222c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. BREAKING: Update minimum Node.js version to 16 (#20)

    Required by update of `@metamask/json-rpc-engine` (#16)
    legobeat authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    74cc342 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 2, 2023

  1. BREAKING: Update minimum Node.js version to 16 (#23)

    Required by update of `@metamask/json-rpc-engine` (#16)
    legobeat authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cb59e13 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. 2.0.0 (#21)

    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    3 people authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    19eb1b3 View commit details
    Browse the repository at this point in the history
Loading