Description
We are thrilled to announce the release of Elys Network v0.20.0! This update brings a host of improvements and fixes that enhance the overall performance and functionality of our network. Here’s what’s new:
- Feat/incentive refactor (PR #291): A significant overhaul by @kenta-elys, refining our incentive mechanisms.
- Feat/incentive apr fix (PR #292): Another crucial update from @kenta-elys, addressing APR calculations in incentives.
- Feat/pool bindings (PR #293): @kenta-elys strikes again, introducing advanced bindings for our liquidity pools.
- Cleanup for audit (PR #294): A meticulous cleanup by @jelysn, ensuring our code is audit-ready.
- Feat/leverage (PR #295): Update the leverage module to include a new pool filter type, the borrow APR and some additional improvements implemented by @kenta-elys.
- Feat/incentive param (PR #296): @kenta-elys adds more flexibility to incentive parameters.
- Stablestake default params update and code cleanup (PR #297): @jelysn brings in default parameter updates for StableStake and a comprehensive code cleanup.
- Remove not required flags and files (PR #298): A streamlining effort by @jelysn, removing unnecessary components.
- fix: export and incentive migrator (PR #299): @cosmic-vagabond addresses critical issues in export functionality and incentive migration.
- fix: elys/usdc testnet pool weight (PR #300): A fix from @cosmic-vagabond, ensuring accurate weight calculations for the ELYS/USDC testnet pool.
This release is a collective effort of our brilliant team, aimed at making Elys Network more robust and user-friendly. We appreciate the dedication and hard work of our contributors and the continuous support from our community.
Thank you for being part of our journey.
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.20.0-darwin-all
for both amd64 and arm64.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/elys-network/elys
cd elys && git checkout v0.20.0
make install
What's Changed
See the full changelog here