Dan Finlay
71be537f1c
Version 3.14.2
7 years ago
Lazaridis
58a554b168
use the providers initial _blocktracker. fixes #2393
7 years ago
kumavis
94cd5b9df4
metamask mesh - inject mesh testing container
7 years ago
Dan Finlay
9f304e3026
Version 3.14.1
7 years ago
Dan Finlay
0608d1579f
Version 3.14.0
7 years ago
frankiebee
c3adbda5f5
remove RecentBlocks from disk
7 years ago
Bruno Barbieri
c1b7cfe91d
preserve other networks TXs
7 years ago
Bruno Barbieri
7dc1b09f94
use txMeta.txParams
7 years ago
Bruno Barbieri
03d17c75ae
wipe only transactions for current account
7 years ago
Bruno Barbieri
5f39844382
clean up
7 years ago
Bruno Barbieri
e6fda855a5
added reset account feature
7 years ago
frankiebee
28ee0aae91
creater migration to remove BlacklistController
7 years ago
frankiebee
f13ad6bd6a
remove BlacklistController from disk state
7 years ago
Dan Finlay
62b2ce5b69
Version 3.13.8
7 years ago
Kevin Serrano
19a379edba
Bump limit for event emitter warning.
7 years ago
Dan Finlay
5568053cd8
Version 3.13.7
7 years ago
kumavis
b91e2b5eb1
sentry - report failed txs
7 years ago
Dan Finlay
4b9c166a64
Version 3.13.7
7 years ago
kumavis
d7c8ec22a4
test - tx controller - fix txGasUtil reference
7 years ago
kumavis
96fc916024
Update transactions.js
7 years ago
frankiebee
234c2417ca
transactions - transtion approved transactions to failed transactions on boot
7 years ago
frankiebee
be8d924432
transactions - fail txs on boot who fail addTxDefaults
7 years ago
frankiebee
9f19fea8e0
transactions - wrap addTxDefaults in a try catch and re try addTxDefaults on boot if they did not complete
7 years ago
kumavis
1f5325804b
sentry - dedupe raven vendor
7 years ago
kumavis
daa62b507a
sentry - breakout raven setup and add release config
7 years ago
kumavis
52a1c954f1
sentry - update raven and add to ui
7 years ago
kumavis
7d1554b1c1
sentry - add raven + sentry reporting config
7 years ago
Dan Finlay
41fdff41cd
Version 3.13.5
7 years ago
Dan Finlay
8fb62b97c5
Create new flag for simple sends to avoid overloading other flag
7 years ago
Dan Finlay
cd7eaaa735
Set gas limit to 21k for recipients with no code
...
Fixes #2907
7 years ago
frankiebee
f0dd4f1923
transactions - emit 'newUnapprovedTx' before estimateGas finishes
7 years ago
Dan Finlay
7cb66ce4cb
Prefer passing a provider over an ethQuery instance
7 years ago
Dan Finlay
4a9dad7c40
Improve gas price estimation by backfilling recent-blocks
...
When first initializing, recent-block controller now back-fills up to
its desired history length. This makes estimated gas prices reflect a
longer recent history, even when first switching to a new network.
Fixes #2925
7 years ago
x86kernel
9c42216c4e
ci(ko/messages.json): add korean localization file
7 years ago
Dan Finlay
330ae02028
Version 3.13.4
7 years ago
Dan Finlay
d829fb91b8
Default to 1 gwei for empty blocks
7 years ago
Dan Finlay
0275231e13
Default gas estimate to 1 gwei for networks with no block activity
7 years ago
Dan Finlay
34826d18aa
Default to estimating 1 gwei for empty blocks.
...
To avoid estimating 0 gwei on low-traffic private networks.
7 years ago
kumavis
ab7701efb3
provider - infura - use infura REST api
7 years ago
kumavis
63ae7fb589
bugfix - transactions controller - breakout logic and fix order of operations bug
7 years ago
kumavis
9a8670309d
bugfix - transactions controller - breakout logic and fix order of operations bug
7 years ago
Thomas
39b700bf87
Account for 0x/empty string address and contract creation
7 years ago
Dan Finlay
aec24ec81e
Fix feature to work
7 years ago
Dan Finlay
447682d1fb
Linted
7 years ago
Dan Finlay
4bca98d588
Derive gas price estimate from previous transactions
...
Return the 50th percentile lowest gas price of the previous 20 blocks.
7 years ago
Kevin Serrano
20aa135ad8
Add fix for infinite spinner for incorrect seed phrase.
7 years ago
kumavis
3f6cef0b3f
tx-gas-utils - tx-param-validation - use more intuitive check
7 years ago
Kevin Serrano
414f89668e
Fix some silly linting issues.
7 years ago
frankiebee
5efb0044d8
transactions:pending - only check nonces of transactions who's from adress match the txMeta
7 years ago
Dan Finlay
33dbee3db9
Remove retryTimePeriod from tx controller
7 years ago