Description
We are thrilled to announce the release of Elys Network v0.18.0! This version brings several key updates and fixes that enhance the stability and functionality of our network. Here's what's new:
🔧 Bug Fixes:
- Division by Zero Error Resolved: Thanks to @cosmic-vagabond, a crucial fix has been implemented to resolve the incentive ABCI division by zero error (PR #275) and some additional safe-guards were added around division operations (PR #283).
- Nil Discount Check: Another fix by @cosmic-vagabond ensures reliability by checking if the discount is nil (PR #276).
- Contract Address Checks in WasmBindings: Enhancing security, @cosmic-vagabond has added contract address checks to the wasmbindings code (PR #277).
✨ New Features:
- Custom Recipient for AMM Swap Functions: A new feature by @jelysn adds a custom recipient field to AMM swap functions, increasing flexibility for users (PR #278).
- Return Swap Fee and Available Liquidity: Now, users can see the swap fee and available liquidity, thanks to @cosmic-vagabond (PR #281).
- Incentive APR Feature: @kenta-elys introduces a feature for calculating the incentive APR, enhancing transparency for rewards (PR #280).
- AMM Update Pool Params Message: This update by @cosmic-vagabond allows for updating AMM pool parameters more efficiently (PR #282).
👏 A huge thanks to all contributors who made this release possible. Your dedication and hard work continue to drive the Elys Network forward.
🔗 Update your systems to Elys Network v0.18.0 today and experience these enhancements firsthand!
Stay tuned for more updates, and thank you for being part of the Elys Network community!
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.18.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.18.0
make install
What's Changed
See the full changelog here