Releases: elys-network/elys
v0.3.1
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
- Feat/setup handlers by @cosmic-vagabond in #44
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore: 🤖 fix make install + version display by @cosmic-vagabond in #36
- Update readme.md - added quick access table by @ollieottersync in #42
- Fix: Cancel Vest by @AustinoBombino in #37
- Ci/actions cli by @cosmic-vagabond in #43
- Feat/incentive by @kenta-elys in #40
New Contributors
- @ollieottersync made their first contribution in #42
- @kenta-elys made their first contribution in #40
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- chore: 🤖 testnet mint params changes by @cosmic-vagabond in #35
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- chore: 🤖 update testnet params by @cosmic-vagabond in #34
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix: Vesting epoch logic from param by @AustinoBombino in #30
- docs: ✏️ add validator guide by @cosmic-vagabond in #31
- Chore/testnet config by @cosmic-vagabond in #33
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Description
We're excited to announce the release of Elys chain v0.2.0! This new version includes several exciting updates and features that we're thrilled to share with you.
The commitment module is now ready to handle deposits, withdrawals, commitments, uncommitments, and vesting of Eden tokens, allowing users to receive Elys tokens in their wallets.
We've also integrated the oracle module with Bandchain over IBC for price feeding. The oracle module now periodically requests prices for all symbols using the epoch module, and includes a mechanism for removing expired symbols if the price is too old. Additionally, we've introduced a price feeder interface for offchain agents to provide additional routes for price feeding.
Finally, we've updated the documentation for building the Elys chain binary from source, and added additional guidelines for validators.
We hope you enjoy these new features and improvements in Elys chain v0.2.0. As always, we welcome feedback and contributions from the community to help us continue building and improving the Elys chain.
What's Changed
- chore: 🤖 update config in prep of testnet and add testnet doc by @cosmic-vagabond in #8
- chore: 🤖 add new makefile to build binary and checksum by @cosmic-vagabond in #29
- Commitment Module by @AustinoBombino in #5
- Oracle v1 by @jelysn in #10
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Description
Elys v0.1.0 is now available, featuring several new functionalities and enhancements. Notably, this release introduces the Epoch module, adapted from EVMOS, which allows for efficient and flexible management of epoch-based events and operations.
In addition, the Tokenomics module has been added to the blockchain, providing a centralized repository of tokenomics parameters that can be leveraged by other modules on the chain. This facilitates more streamlined and consistent configuration of token-related features across the platform such as token supply, inflation and airdrops.
Furthermore, this release enables an Automated Release process and unit testing through GitHub CI, streamlining the development and deployment process for contributors and maintainers alike.
What's Changed
- ci: 🎡 add unit test workflow by @cosmic-vagabond in #2
- Epochs Module by @AustinoBombino in #1
- test: 💍 fix epoch unit test by @cosmic-vagabond in #3
- Feature/tokenomics module by @cosmic-vagabond in #4
- ci: 🎡 fix release workflow by @cosmic-vagabond in #6
- build(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 by @dependabot in #7
New Contributors
- @cosmic-vagabond made their first contribution in #2
- @AustinoBombino made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/elys-network/elys/commits/v0.1.0