github elys-network/elys v0.11.0

latest releases: v0.41.1, v0.41.0, v0.40.0...
12 months ago

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

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

Full Changelog: v0.10.0...v0.11.0

Don't miss a new elys release

NewReleases is sending notifications on new releases.