Description
Proposal: https://testnet.ping.pub/elys/gov/16
We're thrilled to announce the launch of Elys Network v1.0.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- Slippage amount and APR nan fixes by @amityadav0 in #1050
- add div by zero check by @99adarsh in #1051
- Increase coverage for Amm keeper and types package by @99adarsh in #1052
- Update chain ID references from 'elystestnet-1' to 'elysicstestnet-1'… by @cosmic-vagabond in #1049
- Update CancelPerpetualOrder to return all available balances to the o… by @cosmic-vagabond in #1053
- EdenB Burn fixes by @amityadav0 in #1054
- remove deprecated of package io/ioutil by @ChengenH in #1055
This release is part of our continuous effort to refine and optimize Elys Network. We appreciate the dedication and expertise of our contributors who help make Elys Network more robust and user-friendly.
Thank you for your ongoing support of Elys Network!
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v1.0.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 v1.0.0
make install
What's Changed
See the full changelog here