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
2017-09-26 09:25:04 -07:00
Chi Kei Chan
bdd1e58e55
Return null if transaction.key is shapeshift
2017-09-26 09:15:14 -07:00
Dan
7102772c3a
Connect export key modal to state and enable actions.
2017-09-26 09:05:29 -07:00
greenkeeper[bot]
e52d52b22e
chore(package): update sinon to version 4.0.0
2017-09-26 08:22:48 +00:00
Chi Kei Chan
d1737777f0
Merge pull request #2157 from danjm/MM-57-use-gas-estimator
...
[NewUI] Estimate gasPrice and gasLimit in send screen.
2017-09-25 19:56:12 -07:00
Chi Kei Chan
0d4433ed58
Merge branch 'NewUI-flat' into MM-57-use-gas-estimator
2017-09-25 19:55:56 -07:00
tmashuang
ff6f7b52e4
Clean up transactionController tests
2017-09-25 19:47:03 -07:00
Dan
5f6ec6aa98
Remove unnecessary trailing comma.
2017-09-25 18:30:56 -07:00
Dan
56697ea9a4
Select all in to and from of send screens, instead of clearing on focus.
2017-09-25 18:30:56 -07:00
Dan
eae40e0544
Able to change selections in to and from fields of send and send token.
2017-09-25 18:30:56 -07:00
Dan
2c474b0d6e
Export private key modal body ui.
2017-09-25 18:29:43 -07:00
Dan
fc3e071ad6
Send token now estimates gas and price.
2017-09-25 22:09:10 -02:30
Dan
79bcb88db3
Refactor to store estimated gas and price in local state, return promise from actions.
2017-09-25 21:54:55 -02:30
Dan
88c4226bf1
Estimate gasPrice and gasLimit in send screen.
2017-09-25 21:54:55 -02:30
Dan
a1d87b821b
Update send token to handle errors onBlur events and prevent clicking send until all errors handled
2017-09-25 21:45:51 -02:30
Dan
171d38c8db
Handles errors with to field and renders warnings from backend in send token.
2017-09-25 21:19:30 -02:30
Dan Finlay
1968d61431
Make encryptor configurable for keyring-controller
2017-09-25 15:23:37 -07:00
Dan Finlay
feed9a5a17
Add mock random value generator
2017-09-25 14:45:28 -07:00
Dan Finlay
fd985e7ec1
Merge branch 'master' into AddBalanceController
2017-09-25 14:44:04 -07:00
Dan Finlay
674aac83ce
Make blockTracker an independent param
2017-09-25 14:39:54 -07:00
Dan Finlay
d9c92cdbd1
Merge branch 'AddBalanceController' of github.com:MetaMask/metamask-plugin into AddBalanceController
2017-09-25 14:37:11 -07:00
Dan Finlay
8cd7329c91
Implemented feedback
2017-09-25 14:36:49 -07:00
kumavis
9bbb0ca1ea
Merge pull request #2143 from MetaMask/Version-3.10.3
...
Version 3.10.3
2017-09-25 12:55:45 -07:00
Dan Finlay
dfbdb99858
Merge branch 'master' into AddBalanceController
2017-09-25 11:49:38 -07:00
kumavis
95afdfe368
Merge pull request #2145 from MetaMask/ConfigurableEncryption
...
Configurable encryption
2017-09-25 11:46:04 -07:00
Dan Finlay
40f1d08684
Made some requested changes
2017-09-25 11:42:08 -07:00
tmashuang
20fea3f1de
Remove pending updateAndApprovedTransaction test
2017-09-25 10:47:36 -07:00
Dan
0eeba3771c
Exports private key modal opens from dropdown.
2017-09-23 17:33:50 -07:00
frankiebee
4979f5902f
bump metamascara version
2017-09-22 20:04:58 -07:00
tmashuang
d4578836c9
Most of transaction controller tests
2017-09-22 16:15:18 -07:00
kumavis
87fc44c45a
Merge branch 'master' of github.com:MetaMask/metamask-extension into filter-fixes-moar
2017-09-22 15:24:26 -07:00
kumavis
8ad74cf93a
deps - bump filter deps and add random missing deps
2017-09-22 15:16:42 -07:00
Dan Finlay
443b1a8eb7
Remove keyring controller from project
2017-09-22 14:38:40 -07:00
Chi Kei Chan
e1077836ce
Add Confirm Send token screen
2017-09-22 14:38:17 -07:00
Dan
13f22ff6b0
get identities from getState() instead of passing from caller, only set new account label if label set.
2017-09-22 14:35:51 -07:00
Dan
a1d72a59fe
New account modal now allows for addition of account name.
2017-09-22 14:35:51 -07:00
Dan Finlay
aa2abc00eb
Merge branch 'AddBalanceController' into BreakOutKeyringController
2017-09-22 14:30:31 -07:00
Dan
e325e5e2f5
Default class params to empty string in readonly-input
2017-09-22 14:23:57 -07:00
Dan
48867d95fe
ReadOnlyInput component.
2017-09-22 14:23:57 -07:00
kumavis
dd45592641
metamask - use provider-engines block tracker
2017-09-22 14:22:07 -07:00
kumavis
15195bca75
deps - bump provider engine for block tracker
2017-09-22 14:20:44 -07:00
Dan Finlay
f128240e7f
Fix test references
2017-09-22 14:19:14 -07:00
Dan Finlay
128cf40f91
Fix accont-tracker merge bug
2017-09-22 14:16:19 -07:00
Dan Finlay
f01b0a818b
Fix account-tracker references
2017-09-22 14:13:56 -07:00
Dan Finlay
f9d2f523c6
Merge branch 'master' into AddBalanceController
2017-09-22 14:12:41 -07:00
Dan Finlay
d2a747e57e
Fix computed-balances controller reference
2017-09-22 14:06:54 -07:00
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.
2017-09-22 13:59:25 -07:00
kumavis
2ca2df1832
deps - bump eth-block-tracker
2017-09-22 13:58:46 -07:00
Dan Finlay
977405fc7d
Remove dead code from eth-store
2017-09-22 13:33:53 -07:00
Dan Finlay
08b36b9b58
Allow metamaskController to define keyring types
2017-09-22 13:29:13 -07:00