kumavis
|
d39eb37042
|
Merge pull request #2699 from MetaMask/patch-2
Allow Dapps to Specify Nonce
|
7 years ago |
kumavis
|
a91200fd08
|
tx-controller - failed state is a finished state
|
7 years ago |
Dan Finlay
|
dc4e3ef241
|
Version 3.13.1
|
7 years ago |
Dan Finlay
|
9bb4df46ec
|
Bump changelog
|
7 years ago |
Dan Finlay
|
950ec9596c
|
Do not allow nonces larger than the next valid nonce
To avoid situations where a user signs a transaction that will become
surprisingly valid in the future.
|
7 years ago |
Dan Finlay
|
89e640afcb
|
Merge branch 'master' into patch-2
|
7 years ago |
Kevin Serrano
|
6553ba132d
|
Merge pull request #2654 from abitrolly/patch-2
Download State Logs with .json extension
|
7 years ago |
Kevin Serrano
|
35be563fbd
|
Merge pull request #2688 from MetaMask/AddPriceBump
Add 10% price bump minimum to retry attempts.
|
7 years ago |
vicnaum
|
553d713636
|
A more expressive way
replaced ifs with ? :
|
7 years ago |
Dan Finlay
|
c82fd990aa
|
Add 10% price bump to retry attempts.
Turns out geth requires at least a 10% price bump to replace txs:
9619a61024/core/tx_pool.go (L133)
|
7 years ago |
Dan Finlay
|
a2057a8d29
|
Merge pull request #2684 from MetaMask/RetryTransaction
Retry transaction
|
7 years ago |
Dan Finlay
|
706a07d0e9
|
Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction
|
7 years ago |
Dan Finlay
|
c391b25015
|
Version 3.13.0
|
7 years ago |
Alexander Tseung
|
b9f2f8c2a7
|
Show retry button on submitted transactions greater than 30 seconds, add hover styling
|
7 years ago |
Dan Finlay
|
b26c975294
|
Bump changelog
|
7 years ago |
Dan Finlay
|
73da8a5a4f
|
Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction
|
7 years ago |
Dan Finlay
|
0e25129028
|
Enforce retry tx at minimum gas of previous tx
|
7 years ago |
Alexander Tseung
|
6b3909547f
|
Fix styling of Retry buton
|
7 years ago |
Dan Finlay
|
31564e0a86
|
Fix retry action
|
7 years ago |
Dan Finlay
|
81fb9db1bc
|
View tx after editing state to unconfirmed
|
7 years ago |
Dan Finlay
|
97abbc5cbe
|
Fix action
|
7 years ago |
Dan Finlay
|
1bd5fc1ba4
|
Add development state
|
7 years ago |
Alexander Tseung
|
02736d2d36
|
Connect to redux for retryTransaction
|
7 years ago |
Alexander Tseung
|
500fbe450a
|
Add button to retry transaction
|
7 years ago |
Dan Finlay
|
6ff580584a
|
Add retry background method and action
|
7 years ago |
vicnaum
|
7854321fae
|
Fix for #2644 - Specified Nonce isn't used
Added nonceSpecified.
And a check if nonce was specified - then we should use the specified nonce instead of generating a new one.
|
7 years ago |
Frankie
|
a78cc013d1
|
Merge pull request #2670 from danjm/MM-2669-tx-retry-exponential-backoff
Exponentional backoff on transaction retry in pending-tx-tracker
|
7 years ago |
Dan
|
3356c15d04
|
Add tests for exponential backoff code in _resubmitTx
|
7 years ago |
Dan
|
af8fcb6777
|
Update resubmitPendingTxs tests.
|
7 years ago |
Dan
|
f58aae3f2b
|
firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta in _resubmitTx
|
7 years ago |
Dan
|
ea23da9e75
|
Correct note for updateTx after block-update event in transaction.js
|
7 years ago |
Dan
|
871d9fd9fb
|
Fix undefined latestBlockNumber in _resubmitTx
|
7 years ago |
Dan
|
ae2a4d78e8
|
Exponentional backoff on transaction retry in pending-tx-tracker
|
7 years ago |
William Chong
|
03f86acd60
|
fix #1398, prevent injecting xml without xml suffix
|
7 years ago |
Anatoli Babenia
|
a171b9b847
|
Download State Logs with .json extension
That doesn't fix #2095, but at least makes downloaded files
syntax-highlighted when opened in editors
|
7 years ago |
Thomas Huang
|
c30b543a80
|
Merge pull request #2630 from MetaMask/i2624-VersionedNotices
Versioned notices
|
7 years ago |
Dan Finlay
|
91817573c9
|
Bump changelog
|
7 years ago |
Dan Finlay
|
10459ebaf4
|
Remove debugger
|
7 years ago |
Dan Finlay
|
adc66974ff
|
Add markdown class to mascara ui markdown field
|
7 years ago |
Dan Finlay
|
9ca6f93eca
|
Bump version to 3.12.1
|
7 years ago |
Dan Finlay
|
f725bc6ab7
|
Fix test reference
|
7 years ago |
Dan Finlay
|
42108ba3bc
|
Make notice skipping async
|
7 years ago |
kumavis
|
23a5ea9321
|
Merge pull request #2627 from MetaMask/reload-fix
Fix dapp reload via obs-store@3
|
7 years ago |
Dan Finlay
|
9276fea6bc
|
Redundantly skip notices
|
7 years ago |
Dan Finlay
|
119c0fdecf
|
Make test more resilient
|
7 years ago |
Dan Finlay
|
6d63720f87
|
Remove duplicate button declaration
|
7 years ago |
Dan Finlay
|
4e6946f47c
|
Fix test selector
|
7 years ago |
Dan Finlay
|
8192c0b58c
|
Fix migration comment
|
7 years ago |
Dan Finlay
|
e35cd77eee
|
Accept all notices in integration tests
|
7 years ago |
kumavis
|
327651e7fb
|
Merge branch 'master' of github.com:MetaMask/metamask-plugin into reload-fix
|
7 years ago |