Dan Finlay
|
1da103a6ed
|
Merge pull request #4436 from MetaMask/bmd/update-zenhub-links
update helpscout links to zendesk
|
2018-06-01 16:12:00 -07:00 |
|
Dan Finlay
|
475bb1ca92
|
Merge pull request #4438 from wjmelements/yarn
Suggest Yarn for Node >= 10
|
2018-06-01 16:11:38 -07:00 |
|
kumavis
|
4be8e780cd
|
Merge pull request #4449 from MetaMask/Version-4.7.1
Version 4.7.1
|
2018-06-01 16:03:56 -07:00 |
|
Dan Finlay
|
8a2d75f3a6
|
Merge pull request #4450 from MetaMask/fix-migration-26
Fix return value of migration 26 when missing KC or PC
|
2018-06-01 16:00:52 -07:00 |
|
Dan Finlay
|
b1b90a6bb9
|
Version 4.7.1
|
2018-06-01 15:48:16 -07:00 |
|
Dan Finlay
|
fbcea7043f
|
Merge branch 'master' into develop
|
2018-06-01 15:47:28 -07:00 |
|
Whymarrh Whitby
|
1a18f03e2f
|
Fix return value of migration 26 when missing KC or PC
|
2018-06-01 15:46:31 -07:00 |
|
Whymarrh Whitby
|
60c06a6440
|
Adjust delays in new beta e2e tests
|
2018-06-01 13:31:21 -07:00 |
|
kumavis
|
1e6ff597e2
|
ci - breakout firefox helpers into scripts
|
2018-06-01 12:16:14 -07:00 |
|
kumavis
|
6d4e4b8157
|
ci - run e2e:beta tests
|
2018-06-01 12:16:14 -07:00 |
|
kumavis
|
003172231a
|
Merge pull request #4433 from MetaMask/i4431-error-throwing
End json-rpc-engine stack on error
|
2018-06-01 11:16:41 -07:00 |
|
bitpshr
|
ccae937f41
|
Properly end the middleware stack on RPC error
|
2018-06-01 12:57:57 -04:00 |
|
William Morriss
|
545043a364
|
recommend yarn for node >= 10
|
2018-05-31 19:01:25 -07:00 |
|
Bobby Dresser
|
966583026a
|
update helpscout links to zenhub
|
2018-05-31 15:26:04 -07:00 |
|
Alexander Tseung
|
fd98ed570e
|
Fix ellipses
|
2018-05-31 11:16:41 -07:00 |
|
Dan
|
701611e317
|
Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-estimation
|
2018-05-31 15:39:24 -02:30 |
|
Dan
|
2ca084b055
|
Remove .only
|
2018-05-31 15:31:50 -02:30 |
|
Dan
|
d12bb8c14f
|
Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask-extension into i3725-refactor-send-component-
|
2018-05-31 15:29:17 -02:30 |
|
Dan
|
5091b03e4b
|
Merge branch 'develop' into i3725-refactor-send-component-
|
2018-05-31 15:28:03 -02:30 |
|
Dan J Miller
|
15f4ce352d
|
Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-numeric-input
Replace currency-input.js with NumericInput
|
2018-05-31 15:09:13 -02:30 |
|
Alexander Tseung
|
cc73d869fe
|
Add new alert modals
|
2018-05-31 10:37:52 -07:00 |
|
Alexander Tseung
|
f4d833cb09
|
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
|
2018-05-31 10:37:52 -07:00 |
|
Dan
|
3745c1ea4f
|
Fix send amount field select in send-new-ui integration test.
|
2018-05-31 14:53:38 -02:30 |
|
Dan
|
990b69c655
|
Improve input width calculation in currency-display.js
|
2018-05-31 13:47:18 -02:30 |
|
Dan
|
704ba54bef
|
Fix send-new-ui gas fee display expectation.
|
2018-05-31 13:47:09 -02:30 |
|
Dan
|
d454b5de2b
|
Token name is not hidden in wallet if balance is exceptionally long.
|
2018-05-31 13:32:18 -02:30 |
|
Dan
|
67c74cd5b6
|
Fix currency display send integration tests.
|
2018-05-31 12:07:23 -02:30 |
|
Dan
|
1bde2892ec
|
Improve efficiency of estimateGasPriceFromRecentBlocks
|
2018-05-30 22:43:49 -02:30 |
|
kumavis
|
e2e4496c87
|
sentry - message rewrite - guard against missing message
|
2018-05-30 17:42:41 -07:00 |
|
Dan
|
0f3480a97f
|
Fix then-catch + error handling in import-account
|
2018-05-30 21:33:40 -02:30 |
|
kumavis
|
64aa56b5a6
|
test - send-utils.test - lint fix
|
2018-05-30 20:54:32 -02:30 |
|
Dan
|
5a842e440f
|
Gas estimation uses block gas limit as fallback if query.estimateGas returns an expected error.
|
2018-05-30 20:54:32 -02:30 |
|
Dan
|
0f20fce9b7
|
Auto update gas estimate when to changes.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
3d597cd1d2
|
Fix test to account for greater precision currency display.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
2eddb7b652
|
Support smaller decimals in currency-display
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
4f0b4eef50
|
Estimate gas using same algorithm as backend.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
166fda5877
|
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
17909465f2
|
getParamsForGasEstimate extracts symbol from token instead of just accepting symbol.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
6f633a97e1
|
Rename gas change actions.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
8b6d08a15d
|
Split out getGasEstimate logic from updateGasTotal
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
6d8344d0d0
|
Update amount error on update of send screen.
|
2018-05-30 20:51:46 -02:30 |
|
Thomas Huang
|
dc5477be3c
|
Merge pull request #4408 from MetaMask/v4.7.0rc2
Version 4.7.0 - rc2
|
2018-05-30 16:04:02 -07:00 |
|
kumavis
|
e59f606adb
|
4.7.0
|
2018-05-30 15:08:44 -07:00 |
|
kumavis
|
adfa033829
|
changelog - add note on brave
|
2018-05-30 15:07:46 -07:00 |
|
kumavis
|
39d22a4ddb
|
Merge pull request #4419 from MetaMask/deps-bump-keyring-controller
deps - bump eth-keyring-controller for bugfix
|
2018-05-30 14:57:44 -07:00 |
|
kumavis
|
b69da50095
|
deps - bump eth-keyring-controller for bugfix
|
2018-05-30 14:29:14 -07:00 |
|
Dan
|
1c3d2aa18b
|
Importing account by json and private key shows error and does not change account if no selectedAddress comes after import.
|
2018-05-30 17:00:50 -02:30 |
|
Csaba Solya
|
1dda0c6469
|
remove generating blocked accounts and use a config file instead
|
2018-05-30 21:15:59 +02:00 |
|
Alexander Tseung
|
389346913b
|
Prevent loading screen from overlaying the app bar (#4417)
|
2018-05-30 10:38:53 -07:00 |
|
kumavis
|
b5c91d240b
|
Merge pull request #4407 from MetaMask/e2e-test
Adds account in e2e test
|
2018-05-30 10:12:20 -07:00 |
|