1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
Commit Graph

3823 Commits

Author SHA1 Message Date
Thomas Huang
04011f9ea7 Multiple tokens shows the amount when greater than 1 2017-08-29 17:54:01 -07:00
kumavis
71de68fc13 Merge pull request #1985 from MetaMask/i1974-EnsureDeepCloneHistory
Add some tests to tx-state-history-helper
2017-08-28 12:04:54 -07:00
Dan Finlay
b97a65e1d1 Add some tests to tx-state-history-helper 2017-08-28 11:40:28 -07:00
Kevin Serrano
a812c02ed7 Merge pull request #1965 from MetaMask/inpage-provider-fixes
Various Inpage fixes
2017-08-28 11:36:36 -07:00
kumavis
76de053b0b Merge branch 'master' into inpage-provider-fixes 2017-08-28 11:29:47 -07:00
kumavis
6bff55ba2a inpage - add changelog note 2017-08-28 11:29:13 -07:00
kumavis
e294aa7e0d inpage - lint fix 2017-08-28 10:41:01 -07:00
Dan Finlay
34b327caf0 Merge pull request #1977 from MetaMask/Version-3.9.11
Version 3.9.11
2017-08-24 00:21:57 -07:00
Dan Finlay
72bccec440 Version 3.9.11 2017-08-24 00:16:19 -07:00
kumavis
9ce82640f2 Merge pull request #1973 from MetaMask/hotfix-migration019
hotfix - fail submitted txs whos nonce is out of bound
2017-08-24 00:15:24 -07:00
frankiebee
c2624dd1a0 fall back to latest if blockNumber is null 2017-08-24 00:02:06 -07:00
Dan Finlay
803e696cdc Make method return a number 2017-08-23 23:24:01 -07:00
Dan Finlay
17a71a9b4c Only cancel pending txs with non continuously high nonces 2017-08-23 23:13:42 -07:00
frankiebee
f42687d25f fix description 2017-08-23 22:53:29 -07:00
frankiebee
dadee1ed79 hotfix - fail submitted txs whos nonce is out of bound 2017-08-23 22:50:40 -07:00
kumavis
799c4cb690 Merge pull request #1971 from MetaMask/SetMaxRetryLimit
Set max retry limit
2017-08-23 22:41:51 -07:00
Dan Finlay
941e5ff125 Bump changelog 2017-08-23 22:29:28 -07:00
Dan Finlay
0ad310e096 Fail transactions after a day of retries 2017-08-23 22:29:08 -07:00
Dan Finlay
4de977e63e Merge pull request #1969 from MetaMask/i1966-IgnoreInvalidPendingNonces
I1966 ignore invalid pending nonces
2017-08-23 22:08:03 -07:00
Dan Finlay
ad40fc6b42 Bump changelog 2017-08-23 21:54:26 -07:00
Dan Finlay
c620123fab Enforce nonces as type string 2017-08-23 21:50:28 -07:00
Dan Finlay
a122ec1f8b Use toNumber method 2017-08-23 21:37:07 -07:00
Dan Finlay
55c1a259b1 Fix network nonce parsing 2017-08-23 21:14:46 -07:00
Dan Finlay
e057c37b33 Corrected test constraints 2017-08-23 21:03:29 -07:00
Dan Finlay
dae7c632d6 Add mysterious failing test 2017-08-23 21:01:42 -07:00
Dan Finlay
855f4eeacb Pass nonce tests 2017-08-23 20:43:47 -07:00
Dan Finlay
04d40b114d Got all tests but one passing 2017-08-23 20:11:37 -07:00
Dan Finlay
221575a191 Fix new test, break an older maybe wrong one 2017-08-23 20:04:03 -07:00
Dan Finlay
c4ab7a5779 Linted 2017-08-23 19:35:49 -07:00
Dan Finlay
5feda43360 Add failing test for newly identified error state
Reproduces #1966
2017-08-23 19:34:44 -07:00
Dan Finlay
1f0223d0a0 Simplify nonce calculation 2017-08-23 19:34:20 -07:00
kumavis
4019f318fe inpage provider - autoreload - improve readability 2017-08-23 16:44:57 -07:00
kumavis
44dc2ba712 inpage provider - only warn web3 usage once per session 2017-08-23 16:26:55 -07:00
kumavis
53e410167b inpage provider - sync rpc - default to null values 2017-08-23 16:13:33 -07:00
Dan Finlay
ebe8ceeba4 Merge pull request #1963 from MetaMask/Version-3.9.10
Version 3.9.10
2017-08-23 12:00:33 -07:00
Dan Finlay
df78020c18 Version 3.9.10 2017-08-23 11:51:10 -07:00
Dan Finlay
d836e281de Merge pull request #1945 from MetaMask/useLocalNonce
Use local nonce
2017-08-23 11:50:27 -07:00
Dan Finlay
09235a5924 Merge branch 'master' into useLocalNonce 2017-08-23 11:14:25 -07:00
Dan Finlay
1d7781da6b Bump changelog 2017-08-23 11:13:35 -07:00
Dan Finlay
b3b62d97a3 Merge branch 'master' into useLocalNonce 2017-08-23 11:12:46 -07:00
Dan Finlay
a1618ca1b4 Fix format of changelog 2017-08-23 11:12:44 -07:00
Kevin Serrano
86d3169423 Merge pull request #1960 from MetaMask/RemoveTxViz
Remove eth-tx-viz link from tx history icons
2017-08-23 10:29:20 -07:00
Dan Finlay
e0ccdcd6fd Remove eth-tx-viz link from tx history icons 2017-08-23 09:40:24 -07:00
kumavis
247965ebbe nonce-tracker - more debugging numbers for nonceDetails 2017-08-22 15:34:30 -07:00
kumavis
0a93b65a3d remove unused code 2017-08-22 15:06:54 -07:00
kumavis
fb2c6cc8ac nonce-tracker - use ethjs-query 2017-08-22 14:33:54 -07:00
kumavis
dc3e8d60ef nonce-tracker - fix var name 2017-08-22 14:24:09 -07:00
kumavis
6d596bd9e6 nonce-tracker - getlocalNextNonce - add entry to nonceDetails 2017-08-22 14:17:00 -07:00
kumavis
a7e3dc8327 nonce-tracker - simplify _getlocalNextNonce 2017-08-22 14:15:56 -07:00
kumavis
e43da3e4aa nonce-tracker - simplify getHighestNonce 2017-08-22 14:04:31 -07:00