Description
We're excited to announce the release of Elys Network v0.17.0, packed with improvements and new features! Here's what's new:
-
AMM & Margin Hook Fixes: Thanks to @kenta-elys, issues related to AMM & Margin hooks have been resolved. Check out the details in PR #267.
-
New Swap by Denom Msg: Enhance your user experience with the new swap functionality implemented by @cosmic-vagabond. Dive into PR #268 for more info.
-
Incentive Refactor: @kenta-elys has refactored the incentive structure in PR #269, streamlining processes.
-
Partial Close on Leveragelp: Thanks to @jelysn, you can now partially close on LeverageLP. Details in PR #270.
-
Discount Logic for Swap Msgs: @cosmic-vagabond brings a new feature: applying discount logic to swap messages. Explore it in PR #271.
-
Exception Handling in AMM Price Query: @kenta-elys has added robust exception handling in the AMM price query. See PR #273 for the technicalities.
Get the latest version and enjoy these fantastic updates. Your feedback is always welcome! 🚀🌐
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.17.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.17.0
make install
What's Changed
See the full changelog here