Skip to content

Tags: aergoio/aergo

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #369 from aergoio/develop

Merge for release v2.6.0

v2.6.0-rc1

Toggle v2.6.0-rc1's commit message
v2.6.0 release candidate 1

v2.5.2

Toggle v2.5.2's commit message
Release 2.5.2

Fix:

- Fix incompatibility of receipt and event format

Tools

aergocli

- Improved usability

v2.5.1

Toggle v2.5.1's commit message
Release 2.5.1

Bug Fixes:

    Resolved a bug that had the potential to cause a hard fork in more situations.

v2.5.0

Toggle v2.5.0's commit message
Release 2.5.0

Important Update:

    The internal state DB storage structure has recently undergone modifications, resulting in incompatibility with the previous version. To address this, please delete the existing data directory and synchronize again from scratch or execute it with a snapshot.
    Additionally, we would like to inform you that we have deprecated the existing encryption algorithm, SECIO, for the P2P protocol. The newly added encryption algorithm, NOISE, is now the default. This policy change is effective for both the mainnet and the testnet. While the current version still supports SECIO, enabling access to the mainnet and testnet with older versions, it's crucial to note that older server nodes will lose access once SECIO is deprecated.

Improvements:

    Improved internal status DB storage structure (please refer to the note above for compatibility issues).
    Updated dependencies of the P2P communication library and changed the default encryption algorithm (now deprecated).
    Added web3 API. (experimental)

Bug Fixes:

    Resolved a bug that had the potential to cause a hard fork in certain situations.

v2.6.0-dev1

Toggle v2.6.0-dev1's commit message
Developer release of v2.6.0

 It updates p2p network configuration.
 It is not compatible to v2.4.x and earlier.

v2.5.0-dev3

Toggle v2.5.0-dev3's commit message
2.5.0-dev3

Fix connecting with dns name

v2.5.0-dev2

Toggle v2.5.0-dev2's commit message
Dev2

Upgrade security protocol

v2.5.0-dev1

Toggle v2.5.0-dev1's commit message
Removing preload

v2.4.10

Toggle v2.4.10's commit message
Release v2.4.10

Improvements

- Internal refactoring

Bug Fixes

- Fixed many LuaJIT bugs (86 commits)
- Remove pprof

Tools