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: v14.0.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.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 27, 2021

  1. Bump @metamask/contract-metadata from 1.27.0 to 1.28.0 (#540)

    Bumps [@metamask/contract-metadata](https://github.com/MetaMask/contract-metadata) from 1.27.0 to 1.28.0.
    - [Release notes](https://github.com/MetaMask/contract-metadata/releases)
    - [Commits](MetaMask/contract-metadata@v1.27.0...v1.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@metamask/contract-metadata"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    502bb26 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Make gweiDecToWEIBN util resilient against params with too many decim…

    …als (#544)
    
    * Make gweiDecToWEIBN util resilient against params with too many decimals
    
    * Handle special rounding cases when there are more than 10 decimals passed to gweiDecToWEIBN
    
    * Normalize invalid decimal responses from gasFeeEstimates api
    danjm committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    873c585 View commit details
    Browse the repository at this point in the history
  2. Release/14.0.1 (#545)

    * bump
    
    * update changelog
    
    * update changelog
    rickycodes committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7178bb1 View commit details
    Browse the repository at this point in the history
Loading