Description
We're thrilled to announce the release of Elys Network v0.11.0. This version brings some enhancements, fixes, and features aimed at improving the robustness and functionality of the network. Here's a summary of what has changed:
🚀 Features & Enhancements
-
Slippage Calculation Refactoring: We've transitioned to using an external liquidity ratio for slippage calculation. Thanks, @jelysn! PR #166
-
Slippage on Join/Exit Pool: Introduced slippage adjustments for join and exit operations in the oracle pool, thanks to @jelysn! PR #179
-
Oracle Query Proto Wrap: A new feature introduced by @cosmic-vagabond to enhance the querying capabilities for our CosmWasm contracts. PR #180
-
Zero Swap Fee: Now, when the weight is broken and the transaction is a recovery one, no swap fee will be charged. Great work, @jelysn! PR #181
-
Margin Migration: New margin migrations to include new changes to the margin parameters structure, developed by @cosmic-vagabond. PR #185
🐛 Bug Fixes
-
Localnet Testing Script: The issue with localnet testing script has been resolved by @cosmic-vagabond. PR #177
-
Makefile Helper Fix: A needed fix was made to the helper function in the
Makefile
, thanks to @cosmic-vagabond. PR #178
🛠 Chores
-
Account Pool: Work done on the account pool by @kenta-elys. PR #176
-
New Module: A new module got added to the setup handlers by @cosmic-vagabond. PR #183
-
Go-Releaser Settings: Updates to go-releaser settings courtesy of @cosmic-vagabond. PR #184
For a detailed list of changes, please refer to our Full Changelog.
Thank you for being a part of our community. We're committed to continuously improving Elys Network and look forward to hearing your feedback!
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.11.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.11.0
make install
What's Changed
- Slippage calculation refactoring to use external liquidity ratio by @jelysn in #166
- test: fix localnet testing script by @cosmic-vagabond in #177
- fix: helper by @cosmic-vagabond in #178
- add slippage on join/exit pool - oracle pool by @jelysn in #179
- Feat/oracle query proto wrap by @cosmic-vagabond in #180
- Zero swap fee when weight is broken & the tx is recovery tx by @jelysn in #181
- chore: account pool by @kenta-elys in #176
- chore: add new module to setup handler by @cosmic-vagabond in #183
- ci: update go-releaser settings by @cosmic-vagabond in #184
- feat: add margin migrator func by @cosmic-vagabond in #185
Full Changelog: v0.10.0...v0.11.0