Merge pull request #2401 from MetaMask/filter-fix-maybe

filters bug fix
feature/default_network_editable
Frankie 7 years ago committed by GitHub
commit 09e04606cd
  1. 1
      CHANGELOG.md
  2. 2
      package.json

@ -2,6 +2,7 @@
## Current Master
- Fix bug where log filters were not populated correctly
- Fix bug where web3 API was sometimes injected after the page loaded.
- Fix bug where first account was sometimes not selected correctly after creating or restoring a vault.
- Fix bug where imported accounts could not use new eth_signTypedData method.

@ -70,7 +70,7 @@
"eth-block-tracker": "^2.2.0",
"eth-contract-metadata": "^1.1.4",
"eth-hd-keyring": "^1.2.1",
"eth-json-rpc-filters": "^1.2.2",
"eth-json-rpc-filters": "^1.2.4",
"eth-keyring-controller": "^2.1.2",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",

Loading…
Cancel
Save