Skip to content

Releases: elys-network/elys

v0.7.0

13 Jun 14:33
c33ff69
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Description

Elys's team is pleased to announce the release of version v0.7.0, which introduces several new features and enhancements. This release focuses on improving the functionality and performance of the platform while providing users with a more seamless and rewarding experience. The following changes have been made.

  • DEX Rewards per Pool Mechanism: Users can now earn rewards based on their participation in specific pools, incentivizing liquidity provision.
  • Oracle Module Integration: The Oracle module has been seamlessly integrated into the AMM module, providing real-time price feeds for accurate market data.
  • Incentive Module Documentation: The Incentive module has been extensively documented, offering comprehensive guidance on implementing and utilizing incentives effectively.
  • AMM Join and Leave Liquidity Pool: Users can easily join or leave liquidity pools within the AMM module, enhancing liquidity provision and trading efficiency.
  • Increased Test Coverage: The release includes additional unit tests, ensuring a reliable and stable platform experience.

We are also excited to announce a significant development in the Elys Network's infrastructure. In our continuous pursuit of improving performance and security, we have migrated away from Tendermint and transitioned to CometBFT, a robust Tendermint fork. CometBFT offers superior performance and enhanced security measures, providing a more efficient and reliable environment for our validators.

As part of this transition, we aim to optimize the network blocktime to ensure optimal efficiency. CometBFT empowers us to reduce the blocktime to as low as 2 seconds. However, to ensure a seamless transition and mitigate any potential challenges, we have decided to adopt an incremental approach. Initially, we will be reducing the blocktime to 4 seconds, closely monitoring the Testnet environment and actively seeking feedback from the validator community.

To facilitate this transition, we kindly request all validators to make certain manual changes on their end. Please follow the steps outlined below:

  1. Locate and access the ~/.elys/config/config.toml file on your validator node.
  2. Within the file, identify the line that reads: timeout_commit = "5s".
  3. Replace the existing value, 5s, with the new desired blocktime of 4s.
  4. Save the changes made to the config.toml file.
  5. Restart your validator node to ensure the changes take effect.

By implementing these modifications, the network's blocktime will effectively be reduced to 4 seconds, thereby increasing transaction throughput and overall network efficiency.

We appreciate your cooperation and understanding during this transition period. Your participation and valuable feedback play a pivotal role in shaping the future of the Elys Network. Should you encounter any difficulties or have any questions, please do not hesitate to reach out to our support team.

Thank you for your continued support and as always, we value and appreciate your feedback.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 May 14:42
ece5524
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Description

We are excited to announce the release of Elys Network v0.6.0. This version introduces an AMM module, enabling core AMM operations and introducing a new pool balancer design.

The update brings vital enhancements such as the introduction of a swap interface in the AMM module, a revised ante handler for commission and voting thresholds, and an implementation for uncommitted Eden calculation to enhance liquidity providers experience.

Additionally, the specifications for the molecule pool design have been added, a new incentive withdrawal message is now available, and a localnet testing environment has been set up to ensure seamless software upgrades.

Your feedback is always welcome.

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.4

12 May 08:08
70afa11
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

What's Changed

  • fix: remove panic when it is 0 reference count by @kenta-elys in #78

Full Changelog: v0.5.3...v0.5.4

v0.5.3

11 May 09:46
c1e4af3
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 May 08:52
2c8ee4c
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Description

We are excited to announce the release of Elys Chain version 0.5.2. This update brings significant changes and improvements.

First, we have updated the slashing parameters to ensure the security and integrity of the network during the testing period. Additionally, we have added version prefixes to binaries, making it easier for users to identify which version they are using with the auto-released binaries.

We have also fixed an issue with the incentive store and implemented a new gas fee distribution logic for the incentive module, ensuring that rewards are distributed fairly and transparently. Furthermore, we have completed the dockernet test environment, enabling developers to test their applications in a more robust and stable environment.

One major change in this release is that we have discontinued the use of the Cosmos SDK distribution module for transaction fees. Instead, we are now distributing transaction fees through the incentive module. This means that both delegators and LPs can claim their rewards from the incentive module, streamlining the process and making it easier for users to receive their rewards.

As always, we welcome your feedback and appreciate your continued support as we work to shape the future of blockchain technology. Thank you for being a part of our journey.

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

04 May 09:49
a688aef
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 May 09:05
8451802
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Apr 17:51
d6d7aa6
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Description

We are pleased to announce the release of version v0.4.0 of Elys Chain.

This latest release includes important changes such as moving from Tendermint to CometBFT, adding a new oracle source, updating mint parameters in config files, and creating a burner module with epoch hooks for burning tokens.

Additionally, we have made improvements to the oracle and added an incentive feature. This release also includes bug fixes and store upgrades for the incentive and burner module.

We value your feedback and appreciate your ongoing support as we strive to shape the future of blockchain technology. Thank you for being a part of our journey.

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

14 Apr 22:29
b478e03
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Description

Upgrade block height 116000
Upgrade Date: 17 April 2023

We are excited to announce the release of Elys Chain v0.3.1! This new version includes several significant improvements and features that we believe will further enhance your experience on our platform.

One of the most exciting updates is the release of the first iteration of our Incentive module. The Incentive module is designed to reward ecosystem participants, including liquidity providers (LPs), stakers, and Eden token holders. This module will periodically increase their uncommitted token balances, and it is integrated with the commitment module, updating accounting for both Eden tokens and Eden-Boost tokens.

We have also updated the commitment module to account for uncommitted tokens when canceling vesting.

Additionally, we have solved several building tool issues, such as binary installation and version alignment, and improved our documentation for our testnet network. These changes will make it easier for developers and users to interact with our platform.

As always, we look forward to your feedback. Thank you for your continued support as we work to build the future of blockchain technology.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Apr 16:22
ff0ef6b
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0