Dan Finlay
af8015c1c5
Version 3.8.2
7 years ago
Dan Finlay
e285f2cae9
Get duplicate UI template working
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Dan Finlay
91cd849e76
Began creating new UI template
7 years ago
Dan Finlay
2e7be151c5
Version 3.8.1
7 years ago
Dan Finlay
d7bcd9458f
Version 3.8.0
7 years ago
frankiebee
690685d20d
nonce-tracker: only check transactions that are not supposed to be ignored
7 years ago
frankiebee
0ee4502d71
calculate nonce based on local pending txs w/o error state.
7 years ago
frankiebee
4e0ec74bb7
Create a migration for setting tx's with the message 'Gave up submitting tx.' as failed
7 years ago
frankiebee
db2836a1ae
dont stop retrying brodcasting txs
7 years ago
Kevin Serrano
92da8bc578
Fix error message for invalid seed words.
7 years ago
Kevin Serrano
f9f0f6f9ef
Add infura network status to our UI state.
7 years ago
Kevin Serrano
b7f8657ab5
Add infura network status to our UI state.
7 years ago
frankiebee
92df9965eb
fix nonceTracker
7 years ago
frankiebee
fa8c74fe9b
add a test for #getNonceLock
7 years ago
Kevin Serrano
044c16219b
Fix badge number to include personal_sign
7 years ago
Thomas Huang
235cb1f2d7
Keeps dapp gas price if set
7 years ago
frankiebee
9c2ead3d52
put event back on the "blockTracker:/provider"
7 years ago
frankiebee
5f8e74e0aa
put the block listeners back on the provider
7 years ago
Dan Finlay
06f6aa7a00
Debounce background updates
...
Our background sometimes emits absurd quantities of updates very quickly.
This PR reduces the amount of inter-process traffic by ensuring the `sendUpdate` method does not fire more than every 200 ms.
Fixes #1621
7 years ago
Dan Finlay
48789f2a3d
Add ability to add tokens to token list
...
Fiex #1616
7 years ago
kumavis
27b874f2c4
transactions controller - add comments
7 years ago
frankiebee
2e5deef2b0
check nonce and balance when resubmiting tx
7 years ago
kumavis
b3492d9c17
transaction controller - use nonce-tracker
7 years ago
kumavis
dab2fccc78
introduce nonce-tracker
7 years ago
frankiebee
07539a63e4
remove unnecessary log
7 years ago
frankiebee
a10740af7e
add a check for weather a tx is included in a block when jumping blocks
7 years ago
frankiebee
6ae97290f0
check for the tx in the block that provider engine gives us
7 years ago
Dan Finlay
6fda78cd2b
Refresh token balance on network change
7 years ago
Dan Finlay
b7b9e0c1ac
Persist selected account tab
...
Also improve error handling with token balances.
7 years ago
Dan Finlay
0fd32e67d4
Do not mark slowly mined txs as failed.
...
Fixes #1567
Also seems to fix #1556
Also improves resubmit performance by only resubmitting on `latest`.
7 years ago
frankiebee
ec3383c162
rename continuallyResubmitPendingTxs to resubmitPendingTxs
7 years ago
Thomas Huang
ae7c296669
Fix networkState in chain id
7 years ago
frankiebee
96fa29ffbc
put tx resubmission on the block event
7 years ago
Dan Finlay
844159cb18
Version 3.7.8
7 years ago
kumavis
c0a023ffdb
default testnet - fix typo
7 years ago
Thomas Huang
13e6672028
Linting
7 years ago
kumavis
017c7c4c00
3.7.7
8 years ago
Kevin Serrano
203a573f3f
Use new URL for currency API from cryptonator.
8 years ago
Dan Finlay
838ffb62ee
Version 3.7.6
8 years ago
Dan Finlay
c92afef91d
Version 3.7.5
8 years ago
Kevin Serrano
2b7d842498
Update gasblocklimit params with every block.
8 years ago
Dan Finlay
611cb7ad93
Version 3.7.4
8 years ago
Kevin Serrano
82cbfaa826
Convert gasLimit to not use muln in BN
8 years ago
Dan Finlay
d59021f754
Version 3.7.3
8 years ago
Dan Finlay
76a78fdb3b
Version 3.7.2
8 years ago
Dan Finlay
7268fcb694
Revert inpage-provider
8 years ago
Dan Finlay
1dfc0f74bf
Correct inpage to be not modified
8 years ago
Dan Finlay
d8c94fca75
Add address image map to icon factory
...
Deriving from the new address image map repository I've added here:
https://github.com/MetaMask/ethereum-contract-icons
With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
8 years ago
Dan Finlay
ad40e4d260
Remove stream subprovider
...
Since the polling leak seems to be coming from elsewhere, and new bugs came from this, I'm rolling back this change so that we can push the other improvements sooner and fix the bug at its true root.
8 years ago