Dan Finlay
83880a5c92
Remove morden testnet provider
...
Instances configured to point at Morden will now point at Ropsten.
8 years ago
kumavis
ff94cf6d10
Merge pull request #918 from MetaMask/i915-txPermaCache
...
deps - bump provider-engine for bug fix
8 years ago
kumavis
84ff919f73
deps - bump provider-engine for bug fix
8 years ago
Dan Finlay
3d0129b753
Merge pull request #912 from MetaMask/kumavis-patch-1
...
changelog - "fix reload detection"
8 years ago
kumavis
3632173afa
changelog - "fix reload detection"
8 years ago
Dan Finlay
0e83b26710
Merge pull request #911 from MetaMask/i873-reloadBroken
...
Fix broken disconnect detector
8 years ago
kumavis
26b60f1b5a
inpage - correctly listen for incomming messages
8 years ago
Dan Finlay
46bb9558d5
Merge pull request #891 from MetaMask/Version-2.13.11
...
Version 2.13.11
8 years ago
Dan Finlay
44a2f2ad9d
Version 2.13.11
8 years ago
kumavis
323f3cb1a0
Merge pull request #884 from MetaMask/i883-sync-uninstallFilter
...
Add support for sync RPC uninstallFilter
8 years ago
kumavis
36c824889f
changelog - add sync rpc eth_uninstallFilter note
8 years ago
kumavis
c0a2eb146a
rpc - add sync uninstallFilter support
8 years ago
Dan Finlay
93bbe2c60d
Merge pull request #876 from MetaMask/Version-2.13.10
...
Version 2.13.10
8 years ago
Dan Finlay
d9f8a8f9b2
Version 2.13.10
8 years ago
kumavis
785fef3449
Merge pull request #872 from MetaMask/i868-estimateGasTooHigh
...
Improve gas estimation logic
8 years ago
kumavis
49a1f43736
Merge branch 'master' into i868-estimateGasTooHigh
8 years ago
kumavis
fa2f0dee28
idStore - fix estimateGas calculation
8 years ago
kumavis
b9d73a4b8f
Merge pull request #864 from MetaMask/new-faucet
...
Point to ropsten faucet
8 years ago
Dan Finlay
cffe0c27f3
Merge branch 'master' into new-faucet
8 years ago
Kevin Serrano
2df6ebbd10
Merge pull request #855 from MetaMask/i834-RopstenLinks
...
Add ropsten link support
8 years ago
Kevin Serrano
8d2afccdc0
Ropsten has sole access to the faucet.
8 years ago
Kevin Serrano
88ed1f191f
Add to changelog.
8 years ago
Dan Finlay
e2a9e1cd4a
Unify test wording
8 years ago
Dan Finlay
694f34ae9a
Add temporary morden explorer link support
8 years ago
Dan Finlay
daec4d5c36
Fix ropsten link test
8 years ago
Dan Finlay
aefc346a65
Bump changelog
8 years ago
Dan Finlay
3e4485d1cb
Merge branch 'master' into i834-RopstenLinks
8 years ago
Dan Finlay
7d38c4ccb6
Add ropsten link support
8 years ago
kumavis
1142d71048
Merge pull request #838 from MetaMask/Version-2.13.9
...
Version 2.13.9
8 years ago
Dan Finlay
1ddc7625e0
Version 2.13.9
8 years ago
Kevin Serrano
b4bee4fb59
Merge pull request #832 from MetaMask/i831-AddRopsten
...
Begin adding Ropsten support
8 years ago
Dan Finlay
e8a8302624
Begin adding Ropsten support
...
Ropsten links will still not work until Etherscan publishes their ropsten link format.
At that time we will need to update ui/lib/account-link.js
Otherwise, fixes #831
8 years ago
kumavis
37d836fa72
Merge pull request #819 from MetaMask/i791-FixLosingConnection
...
Increment tx ids to avoid collisions
8 years ago
Dan Finlay
8eb91e89bf
Increment tx ids to avoid collisions
...
Fixes #791
It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection.
This new id generation strategy creates a random ID, and increments it for each request.
In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big.
8 years ago
kumavis
b0ccde66f6
Merge pull request #814 from MetaMask/Version-2.13.8
...
Version 2.13.8: Faithful Serpent
8 years ago
Dan Finlay
a4eadddd6b
Version 2.13.8
8 years ago
kumavis
68d5b459ed
Merge pull request #811 from MetaMask/deadly-fix
...
Fix error display in confirmation screen
8 years ago
Kevin Serrano
acf02c9290
Merge branch 'deadly-fix' of github.com:MetaMask/metamask-plugin into deadly-fix
8 years ago
Kevin Serrano
205205f7cd
Add to changelog.
8 years ago
Kevin Serrano
d891869eff
First attempt at fixing errors in confirmation screen.
8 years ago
Kevin Serrano
26a548a7a3
First attempt at fixing errors in confirmation screen.
8 years ago
kumavis
115fdc36fe
Merge pull request #807 from MetaMask/cssIsAwesome
...
Fix funny looking errors in conf-tx
8 years ago
Frankie
b60f51dfc2
lint fix
8 years ago
Frankie
b60992b446
Fix funny looking errors in conf-tx
8 years ago
kumavis
f88079c6b9
Merge pull request #805 from MetaMask/i804
...
detect tx error - show warning and fix gasLimit
8 years ago
kumavis
1d0abc4771
changelog - update
8 years ago
kumavis
536cab0687
detect tx error - show warning and fix gasLimit
8 years ago
Kevin Serrano
3775a4bf79
Merge pull request #801 from MetaMask/deadly
...
Properly implement 20% gas bump
8 years ago
Kevin Serrano
e2b2083df0
remove gas field, due to alias redundancy.
8 years ago
Kevin Serrano
b6b4be61d9
Fix bug for increasing gas by 20 percent.
8 years ago