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/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.2.0
Choose a base ref
...
head repository: MetaMask/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 6 contributors

Commits on Jul 23, 2021

  1. Add EIP1559 support including speedUpTransaction and `stopTransacti…

    …on` (#521)
    
    Co-authored-by: andrepimenta <andrepimenta7@gmail.com>
    Co-authored-by: Alex Donesky <adonesky@gmail.com>
    3 people committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7fa3e23 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Remove uneccessary calls to Collection.set in contoller messenger (#532)

    The unrestricted controller messenger implementation contained a couple of unnecessary calls to Collection.set. This PR removes them.
    
    Every removed / changed instance consisted of mutating the object value (actually also collections) of some key in a collection, and then setting the key to the same object value. Mutating the object value of a collection does not affect the collection's reference to said object, so those calls were unnecessary.
    rekmarks committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    74b8951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d3ddf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e6c09 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Bug: Mainnet NFT Autodetect API (#536)

    * updated api maximum for collectibles fetch
    
    * consolidated if statement
    
    * updated mock test data
    
    * added logic to fetch all users collectables
    sethkfman committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    39fbbe9 View commit details
    Browse the repository at this point in the history
  2. 14.0.0 (#539)

    * 13.3.0
    
    * Update CHANGELOG.md
    
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    
    * update CHANGELOG
    
    * update CHANGELOG
    
    * update to major version bump with breaking change
    
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    adonesky1 and Gudahtt committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    59af00c View commit details
    Browse the repository at this point in the history
Loading