Kevin Serrano
e998d528f0
Merge branch 'master' into RemoveSlackLink
7 years ago
Kevin Serrano
6ca519e97c
Merge pull request #2183 from MetaMask/Fix2094
...
Fix 2094 related issues
7 years ago
Dan Finlay
651098c70d
Remove duplicate instantiation of account-tracker
7 years ago
Dan Finlay
2eca5455c0
Move obs store into account-tracker instead of inheriting
7 years ago
Dan Finlay
3bedcd3582
Restore blockGasLimit to account-tracker
7 years ago
Dan Finlay
b1daa5ae26
Merge pull request #2094 from MetaMask/AddBalanceController
...
Calculate balance based on pending txs
7 years ago
Dan Finlay
9e3648c668
Pass blocktracker to balances controller
7 years ago
Thomas Huang
d135c3c9ca
Merge pull request #2174 from MetaMask/i2162-TokenPrecision
...
Fix token precision bug
7 years ago
Dan Finlay
57b5f15265
Remove slack link
7 years ago
kumavis
50633fbba6
Merge pull request #2170 from MetaMask/greenkeeper/sinon-4.0.0
...
Update sinon to the latest version 🚀
7 years ago
Dan Finlay
5d300f146a
Add computed balance to mock state
7 years ago
Dan Finlay
b46cb3ecb5
Fix token precision bug
...
Had fixed this before in the dependency, but hadn't merged in that version bump yet :(
Fixes #2162
7 years ago
greenkeeper[bot]
e52d52b22e
chore(package): update sinon to version 4.0.0
7 years ago
Dan Finlay
1968d61431
Make encryptor configurable for keyring-controller
7 years ago
Dan Finlay
feed9a5a17
Add mock random value generator
7 years ago
Dan Finlay
fd985e7ec1
Merge branch 'master' into AddBalanceController
7 years ago
Dan Finlay
674aac83ce
Make blockTracker an independent param
7 years ago
Dan Finlay
d9c92cdbd1
Merge branch 'AddBalanceController' of github.com:MetaMask/metamask-plugin into AddBalanceController
7 years ago
Dan Finlay
8cd7329c91
Implemented feedback
7 years ago
kumavis
9bbb0ca1ea
Merge pull request #2143 from MetaMask/Version-3.10.3
...
Version 3.10.3
7 years ago
Dan Finlay
dfbdb99858
Merge branch 'master' into AddBalanceController
7 years ago
kumavis
95afdfe368
Merge pull request #2145 from MetaMask/ConfigurableEncryption
...
Configurable encryption
7 years ago
Dan Finlay
40f1d08684
Made some requested changes
7 years ago
Dan Finlay
f128240e7f
Fix test references
7 years ago
Dan Finlay
128cf40f91
Fix accont-tracker merge bug
7 years ago
Dan Finlay
f01b0a818b
Fix account-tracker references
7 years ago
Dan Finlay
f9d2f523c6
Merge branch 'master' into AddBalanceController
7 years ago
Dan Finlay
d2a747e57e
Fix computed-balances controller reference
7 years ago
Dan Finlay
11c8c07bfc
Refactor eth-store into account-tracker
...
EthStore was only being used for tracking account balances and nonces now, so I removed its block-tracking duties, renamed it account-tracker, and removed it as a dependency from `KeyringController`, so that KRC can go live on without a hard dep on it.
7 years ago
Dan Finlay
977405fc7d
Remove dead code from eth-store
7 years ago
Dan Finlay
4c971ebfd1
Define encryptor in constructor params instead of platform object
7 years ago
Dan Finlay
e9b7fd9018
Patch security update
7 years ago
Dan Finlay
b25d4d5cfb
Add platform docs including encryptor param
7 years ago
Dan Finlay
bd117d6b71
Merge branch 'master' into ConfigurableEncryption
7 years ago
Dan Finlay
e9043f22df
Allow custom encryptor to be passed to MetaMaskController and KeyringControllers.
7 years ago
kumavis
73d9434ad6
Merge pull request #2104 from MetaMask/AddPlatformGuide
...
Add guide to porting to new platforms
7 years ago
Dan Finlay
8a874824a8
Version 3.10.3
7 years ago
Frankie
9bd55f4897
Merge pull request #2129 from MetaMask/json-rpc-engine-bump
...
Json rpc engine bump
7 years ago
kumavis
3a3e1511e5
changelog - add note on filter fixes
7 years ago
kumavis
77e02d264a
Merge branch 'master' of github.com:MetaMask/metamask-plugin into json-rpc-engine-bump
7 years ago
kumavis
b979c6a2f3
deps - bump json-rpc-middleware-stream
7 years ago
kumavis
d2ded61cc9
deps - bump json-rpc-engine
7 years ago
Frankie
166bd55a43
Merge pull request #2126 from MetaMask/v3.10.2-1
...
v3.10.2
7 years ago
kumavis
0424ab3e48
v3.10.2 - changelog
...
add changelog
7 years ago
kumavis
51b40adecd
v3.10.2
...
published `v3.10.2` as an emergency rollback to `v3.10.0`
7 years ago
Frankie
7094d96529
Merge pull request #2121 from MetaMask/i2115-DoNotFailOnRetries
...
Do not mark a retry tx failed that has been broadcast successfully
7 years ago
Dan Finlay
92e738d17c
Bump changelog
7 years ago
Dan Finlay
2b7b1db851
Do not mark a retry tx failed that has been broadcast successfully
...
Fixes #2115
If a tx has been braodcast, the only failures we should accept are:
- Never mined
- On chain failure
We had a section of code that would mark a tx failed during any unknown error during a retry.
Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
7 years ago
Frankie
6204afb156
Merge pull request #2119 from MetaMask/mascara-tests2
...
tests - integration - re-add mascara to normal run
7 years ago
kumavis
eaa85f283d
tests - integration - re-add mascara to normal run
7 years ago