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
Chi Kei Chan
bdd1e58e55
Return null if transaction.key is shapeshift
7 years ago
Dan
7102772c3a
Connect export key modal to state and enable actions.
7 years ago
greenkeeper[bot]
e52d52b22e
chore(package): update sinon to version 4.0.0
7 years ago
Chi Kei Chan
d1737777f0
Merge pull request #2157 from danjm/MM-57-use-gas-estimator
...
[NewUI] Estimate gasPrice and gasLimit in send screen.
7 years ago
Chi Kei Chan
0d4433ed58
Merge branch 'NewUI-flat' into MM-57-use-gas-estimator
7 years ago
tmashuang
ff6f7b52e4
Clean up transactionController tests
7 years ago
Dan
5f6ec6aa98
Remove unnecessary trailing comma.
7 years ago
Dan
56697ea9a4
Select all in to and from of send screens, instead of clearing on focus.
7 years ago
Dan
eae40e0544
Able to change selections in to and from fields of send and send token.
7 years ago
Dan
2c474b0d6e
Export private key modal body ui.
7 years ago
Dan
fc3e071ad6
Send token now estimates gas and price.
7 years ago
Dan
79bcb88db3
Refactor to store estimated gas and price in local state, return promise from actions.
7 years ago
Dan
88c4226bf1
Estimate gasPrice and gasLimit in send screen.
7 years ago
Dan
a1d87b821b
Update send token to handle errors onBlur events and prevent clicking send until all errors handled
7 years ago
Dan
171d38c8db
Handles errors with to field and renders warnings from backend in send token.
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
tmashuang
20fea3f1de
Remove pending updateAndApprovedTransaction test
7 years ago
Dan
0eeba3771c
Exports private key modal opens from dropdown.
7 years ago
frankiebee
4979f5902f
bump metamascara version
7 years ago
tmashuang
d4578836c9
Most of transaction controller tests
7 years ago
kumavis
87fc44c45a
Merge branch 'master' of github.com:MetaMask/metamask-extension into filter-fixes-moar
7 years ago
kumavis
8ad74cf93a
deps - bump filter deps and add random missing deps
7 years ago
Dan Finlay
443b1a8eb7
Remove keyring controller from project
7 years ago
Chi Kei Chan
e1077836ce
Add Confirm Send token screen
7 years ago
Dan
13f22ff6b0
get identities from getState() instead of passing from caller, only set new account label if label set.
7 years ago
Dan
a1d72a59fe
New account modal now allows for addition of account name.
7 years ago
Dan Finlay
aa2abc00eb
Merge branch 'AddBalanceController' into BreakOutKeyringController
7 years ago
Dan
e325e5e2f5
Default class params to empty string in readonly-input
7 years ago
Dan
48867d95fe
ReadOnlyInput component.
7 years ago
kumavis
dd45592641
metamask - use provider-engines block tracker
7 years ago
kumavis
15195bca75
deps - bump provider engine for block tracker
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
kumavis
2ca2df1832
deps - bump eth-block-tracker
7 years ago