Kevin Serrano
|
c3d85c0a66
|
Bump Changelog
|
7 years ago |
Kevin Serrano
|
e682fb05fc
|
Add frontend validation to ensure that ether inputs are valid.
|
7 years ago |
frankiebee
|
8bd942d406
|
add tests for #_checkIfNonceIsTaken
|
7 years ago |
Kevin Serrano
|
92eb16fc11
|
Add frontend validation to check if send ether input is a valid number.
|
7 years ago |
Kevin Serrano
|
adf4b89804
|
Add additional test to ui utils to account for exact wei values.
|
7 years ago |
Kevin Serrano
|
3e562f1a1e
|
Add backend fix for util in normalizeethstringtowei.
|
7 years ago |
Kevin Serrano
|
414f89668e
|
Fix some silly linting issues.
|
7 years ago |
Kevin Serrano
|
3d627e869b
|
Add test for edge case.
|
7 years ago |
frankiebee
|
5efb0044d8
|
transactions:pending - only check nonces of transactions who's from adress match the txMeta
|
7 years ago |
greenkeeper[bot]
|
37789f2dba
|
chore(package): update vinyl-source-stream to version 2.0.0
|
7 years ago |
kumavis
|
023b5c84c4
|
deps - eth-json-rpc-filters@1.2.5
fix case sensitive address check in filters
|
7 years ago |
Kevin Serrano
|
06f496310c
|
Merge pull request #2793 from MetaMask/i2681-DoNotFailPending
Do not fail pending transactions after any amount of time
|
7 years ago |
Dan Finlay
|
33dbee3db9
|
Remove retryTimePeriod from tx controller
|
7 years ago |
Dan Finlay
|
24e10e874e
|
Bump changelog
|
7 years ago |
Dan Finlay
|
75b8baafb6
|
Stop failing pending transactions after any period of time
|
7 years ago |
Frankie
|
9940ea71df
|
Merge branch 'master' into tx-param-vaalidation
|
7 years ago |
Dan Finlay
|
cc7e85c078
|
Spelling
|
7 years ago |
frankiebee
|
9f08ada1a6
|
add to CHANGELOG.md
|
7 years ago |
frankiebee
|
f47e81e493
|
transactions - throw error if dapp provides txParams whos value has a decimal
|
7 years ago |
Thomas Huang
|
d3f5ad874e
|
Merge pull request #2763 from MetaMask/AddRecentBlocksController
Add Recent Blocks controller
|
7 years ago |
Dan Finlay
|
30b45c8a38
|
Do not log whole txs in recent block controller.
Only record gas prices, because that has a current use.
|
7 years ago |
Thomas Huang
|
80b8098a27
|
Merge pull request #2771 from MetaMask/i2173-UpdateTokenValues
Allow updating token details
|
7 years ago |
Dan Finlay
|
8cc7e47369
|
Bump changelog
|
7 years ago |
Dan Finlay
|
975f7279c7
|
Allow updating token details
Fixes #2173
|
7 years ago |
Dan Finlay
|
9bb701f063
|
Add failing test for updating token details
|
7 years ago |
Thomas Huang
|
84dece92a6
|
Merge pull request #2751 from MetaMask/i#2720
transactions:gas-utils - handle new type of estimateGas error
|
7 years ago |
Dan Finlay
|
10ff77477c
|
Add Recent Blocks controller
Tracks recent blocks, useful for estimating recent successful gas
prices.
|
7 years ago |
Thomas Huang
|
60081b88d6
|
Merge pull request #2757 from MetaMask/kumavis-patch-2
readme - fix "plugin" to "extension"
|
7 years ago |
kumavis
|
1fb57d8cb8
|
readme - fix "plugin" to "extension"
|
7 years ago |
frankiebee
|
0daeaeb4a8
|
Merge branch 'master' into i#2720
|
7 years ago |
Frankie
|
6861a218e7
|
Merge pull request #2755 from MetaMask/tests
Change `console.log` to `log.info` for configureInfuraProvider
|
7 years ago |
Thomas Huang
|
fb8744771a
|
Change console.log for opts in _configureInfuraProvider
|
7 years ago |
Thomas Huang
|
c6e7bc0a5d
|
Add exit flag to mocha to exit after tests run
|
7 years ago |
frankiebee
|
828734b977
|
transactions:gas-utils - handle new type of estimateGas error
|
7 years ago |
Thomas Huang
|
115c5e3a43
|
Merge pull request #2747 from MetaMask/Version-3.13.3
Version 3.13.3
|
7 years ago |
Thomas Huang
|
453bfd34e3
|
Merge pull request #2706 from danjm/MM-fix-buy-cancel-button
Fixes the cancel button in the buy screen to take the user home.
|
7 years ago |
Dan Finlay
|
622a1f7f4a
|
Version 3.13.3
|
7 years ago |
Thomas Huang
|
fb5edfe69e
|
Merge pull request #2662 from williamchong007/master
fix #1398, prevent injecting xml without xml suffix
|
7 years ago |
Thomas Huang
|
6843a79fe9
|
Merge pull request #2733 from MetaMask/i2380-ShowNoBalance
Show watched tokens with no balance
|
7 years ago |
Frankie
|
4301e6b2bd
|
Merge pull request #2744 from MetaMask/infura-block-tracker
re-add Infura block tracker provider
|
7 years ago |
kumavis
|
161aa66cb4
|
Revert "Revert "network - for infura networks use the infura block tracker provider""
This reverts commit 5df7dcd758 .
|
7 years ago |
kumavis
|
adb3de5283
|
Merge branch 'master' of github.com:MetaMask/metamask-plugin into infura-block-tracker
|
7 years ago |
kumavis
|
222e80dbbe
|
deps - bump eth-json-rpc-infura
|
7 years ago |
Thomas Huang
|
b33f516fb7
|
Merge pull request #2743 from MetaMask/revert-2741-infura-block-tracker
Revert "network - for infura networks use the infura block tracker provider"
|
7 years ago |
Frankie
|
5df7dcd758
|
Revert "network - for infura networks use the infura block tracker provider"
|
7 years ago |
Frankie
|
0935e22d30
|
Merge pull request #2741 from MetaMask/infura-block-tracker
network - for infura networks use the infura block tracker provider
|
7 years ago |
kumavis
|
3ebeec1818
|
Merge pull request #2740 from MetaMask/i#2729infura-chill-out
dont aggressively query account data
|
7 years ago |
kumavis
|
33e6befdaa
|
network - for infura networks use the infura block tracker provider
|
7 years ago |
frankiebee
|
da209a9cfd
|
dont aggresively query account data
|
7 years ago |
Dan Finlay
|
3456efa3f6
|
Bump changelog
|
7 years ago |