Dan Finlay
44a2f2ad9d
Version 2.13.11
8 years ago
kumavis
36c824889f
changelog - add sync rpc eth_uninstallFilter note
8 years ago
Dan Finlay
d9f8a8f9b2
Version 2.13.10
8 years ago
Kevin Serrano
6dad4f1f20
Phase out ethereumjs-util from encryptor module.
8 years ago
Kevin Serrano
17669e4af8
Make ropsten faucet button point at the correct url.
8 years ago
Kevin Serrano
88ed1f191f
Add to changelog.
8 years ago
Dan Finlay
aefc346a65
Bump changelog
8 years ago
Dan Finlay
1ddc7625e0
Version 2.13.9
8 years ago
Dan Finlay
6ae2400ef2
Fix custom provider menu item
...
The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
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
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
Dan Finlay
a4eadddd6b
Version 2.13.8
8 years ago
Kevin Serrano
205205f7cd
Add to changelog.
8 years ago
kumavis
1d0abc4771
changelog - update
8 years ago
Kevin Serrano
b6b4be61d9
Fix bug for increasing gas by 20 percent.
8 years ago
Dan Finlay
4a0197012e
Version 2.13.7
8 years ago
Dan Finlay
7068d2e71c
Adjust gas buffer to be 20% over estimate
8 years ago
Dan Finlay
6f39924e60
Increase gas buffer
...
Fixes #795
8 years ago
Dan Finlay
1896928562
Fix gas price buffering
...
Our gas price buffering logic had a bug, because bn.js has inconsistent behavior when using hex-prefixed output. The issue has been opened with them here:
https://github.com/indutny/bn.js/issues/151
We've corrected our usage in the mean time.
8 years ago
Dan Finlay
18cf635735
Fix github link on info page
8 years ago
Dan Finlay
b8acdfcab5
Version 2.13.6
8 years ago
Dan Finlay
b3613232a2
Rename wallet to account
...
Fixes #762
8 years ago
Dan Finlay
9b8c970706
Update web3.js version
8 years ago
Dan Finlay
bda64ab132
Fix delegate call analysis
...
Fixed reference allowing transactions to be analyzed for delegate call again.
8 years ago
Dan Finlay
f2497c5a97
Bump changelog
8 years ago
Frankie
7140c04ef9
Fix CHANGELOG
8 years ago
Frankie
4366f72fe1
Add unit test for isHex and add to CHANGELOG.md
8 years ago
Dan Finlay
f31fef034f
Fix changelog date
8 years ago
Dan Finlay
70f3d24e90
Version 2.13.5
8 years ago
Dan Finlay
cc23158bfe
Wait for first metamask data to establish ping-pong stream.
...
Prevents infinite reload loops when dapps take too long to load.
Fixes #746 .
8 years ago
Dan Finlay
91f43fa213
Increase gas estimate by 100000 wei
...
To prevent minor gas estimation errors, probably usually related to operating on dynamic state.
Fixes #738 .
8 years ago
Dan Finlay
5864044538
Version 2.13.4
8 years ago
Kevin Serrano
91a8977d27
Bump changelog.
8 years ago
Dan Finlay
e1ece0f0e3
Bump changelog
8 years ago
Frankie
97970e803d
Add to CHANGELOG
8 years ago
Kevin Serrano
89780bd22a
Modify changelog.
8 years ago
Kevin Serrano
40baf0b7de
Add to changelog.
8 years ago
Dan Finlay
6ee22e6688
Version 2.13.3
...
Bumps provider-engine to fix log query filtering bug.
8 years ago
Dan Finlay
769bd8e2ee
Removed hex prefix from private key export
...
For compatibility with Jaxx, MEW, and Geth.
Fixes #687
8 years ago
Dan Finlay
55364b6ee3
Bump changelog
8 years ago
Dan Finlay
c7d10affd5
Make seed word confirmation button font smaller
...
To avoid formatting glitches on some machines.
8 years ago
Dan Finlay
8ef7521675
Version 2.13.2
8 years ago
Dan Finlay
da611eb3a1
Improve popup behavior for parity errors
...
When we receive an invalid params error, instead of opening the popup and showing no tx, we now just forward that tx back to the UI code.
8 years ago
Frankie
f28de37a8c
Add to CHANGELOG
8 years ago
Dan Finlay
b6bbe2d7e8
Version 2.13.1
8 years ago
Dan Finlay
9d5cdbcbe6
Version 2.13.0
8 years ago
Dan Finlay
e197e3808f
Drop origin key from requests for Parity compatibility
8 years ago
Dan Finlay
4eef2c57cf
Show loading indication when selecting ShapeShift
8 years ago
Frankie
77ef71448d
Fix CHANGELOG.md and restructure onClick events
8 years ago
Frankie
bc33c88ae5
Add to CHANGELOG.md
8 years ago