Frankie
05e62cbc17
make CHANGELOG more human readable
8 years ago
Frances Pangilinan
10d9cf0912
Add to CHANGELOG.md
8 years ago
kumavis
e1d6a1ea94
changelog - add whitespace
8 years ago
kumavis
5ea7d738d2
changelog - inf reload detection hotfix
8 years ago
kumavis
6f8370fce8
changelog - add note on inf reload detection hotfix
8 years ago
Dan Finlay
3b68d9e1e7
Version 2.14.0
8 years ago
Kevin Serrano
8819475a2e
Add ability to show notices to user & get confirmation.
...
Implement generation of markdown for notice files.
Create npm command. Enhance notice generation.
Add test files to test multiple notices.
Add basic markdown support to notices.
Interval checks for updates.
Add extensionizer and linker
Add terms and conditions state file
Add link support to disclaimer.
Changelog addition.
8 years ago
Dan Finlay
4f3ba6e0b8
Bump changelog for removing morden
8 years ago
kumavis
84ff919f73
deps - bump provider-engine for bug fix
8 years ago
kumavis
3632173afa
changelog - "fix reload detection"
8 years ago
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
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
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