Merge pull request #2174 from MetaMask/i2162-TokenPrecision

Fix token precision bug
feature/default_network_editable
Thomas Huang 7 years ago committed by GitHub
commit d135c3c9ca
  1. 2
      CHANGELOG.md
  2. 2
      package.json

@ -2,6 +2,8 @@
## Current Master ## Current Master
- Fix bug that could mis-render token balances when very small. (Not actually included in 3.9.9)
## 3.10.3 2017-9-21 ## 3.10.3 2017-9-21
- Fix bug where metamask-dapp connections are lost on rpc error - Fix bug where metamask-dapp connections are lost on rpc error

@ -76,7 +76,7 @@
"eth-query": "^2.1.2", "eth-query": "^2.1.2",
"eth-sig-util": "^1.2.2", "eth-sig-util": "^1.2.2",
"eth-simple-keyring": "^1.1.1", "eth-simple-keyring": "^1.1.1",
"eth-token-tracker": "^1.1.3", "eth-token-tracker": "^1.1.4",
"ethereumjs-tx": "^1.3.0", "ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9", "ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
"ethereumjs-wallet": "^0.6.0", "ethereumjs-wallet": "^0.6.0",

Loading…
Cancel
Save