Compare

v2.0.3
change destination
3.0-stable
change source
  • Contributors
    1. Loading...
Author Commit Message Date Builds
Michael Witrant
Ignore order mismatch in custodian grants
Michael Witrant
Keep protocol v2 custodian grants order
Michael Witrant
Change version number to 3.0.1
Michael Witrant
Fix park rate decrease limit not always applied
Michael Witrant
Fix mismatching park rate between v2 and v3
Michael Witrant
Update version to 3.0.0
Michael Witrant
Allow unknown currencies in protocol v3
Michael Witrant
Log details when park rate results mismatch
Michael Witrant
Remove texts related to a single currency
Michael Witrant
Test multisig on new currencies
Michael Witrant
Test dynamic fees on new currencies
Michael Witrant
Test data feeds with new currencies
Michael Witrant
Make parking work on new currencies
Michael Witrant
Make liquidity info accept new currencies
Michael Witrant
Remove tests that are not relevant anymore
Michael Witrant
Add multi currency support to the vote tab
Michael Witrant
Make the unit switchable with a click on the logo Instead of the unit-colored button on the right, because some of the new colors do not look good on black.
Michael Witrant
Add new currencies to the GUI
Michael Witrant
Make tests start at current protocol by default
Michael Witrant
Add protocol v3 with new currencies
Michael Witrant
Add -initialunit option
Michael Witrant
Convert unit stylesheets to SASS
Michael Witrant
Make height test failure more explicit
Michael Witrant
Add awesome_print gem
Eleven
Fix the switch date delay
Michael Witrant
Update getprotocolvotes to Nu
Eleven
update getprotocolvote rpc and FormatProtocolVersion
Eleven
Provide getprotocolvote implementation
Michael Witrant
Add help message about -debugmint
Michael Witrant
Add -debugmint option
Michael Witrant
Update protocol version vote at startup
Michael Witrant
Warn the user on unknown protocol received If 20% of the last 2000 blocks have a protocol version vote above the latest protocol version known by the client, a warning is displayed in the status bar and the "errors" field of the getinfo RPC.
Michael Witrant
Import GenerateBlockVote from B&C Exchange
Michael Witrant
Use a different structure for protocol and user votes Since protocol voting the vote serialization doesn't include the version anymore. It's a problem for the user vote that is stored in the wallet because we must be able to load old votes during upgrades. This commit adds a new CUserVote structure that inherits CVote and adds a serialized version. In the future these two structures may differ more.
Michael Witrant
Import B&C Exchange protocol switch
Michael Witrant
Fix broken tests
Michael Witrant
Link to static miniupnp
Pavel Vasin
add support for miniupnpc api version 14 The value of new arg ttl is set to 2 as it's recommended default.
Michael Witrant
Disable UPNP by default
Michael Witrant
Fix UPnP library vulnerability
Michael Witrant
Fix vote test
Michael Witrant
Allow padding in normalized signatures
Michael Witrant
Reject lengths on more than 8 bytes
Michael Witrant
Add long signature fix unit tests
Michael Witrant
Normalize signature lengths Signature lengths stored on more than 4 bytes are accepted by OpenSSL 64 bits but rejected by OpenSSL 32 bits. The previous fix (9b40cd5b12b518a3a40d39016f30955a20ea0bf5) prevented that on the whole signature length but not on the R and S lengths. This patch normalizes all the lengths by parsing and rewriting the whole structure.