Description
Proposal: https://testnet.ping.pub/elys/gov/264
We're thrilled to announce the launch of Elys Network v0.41.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- Add bot documentation and architecture by @amityadav0 in #684
- Fixing close position for non-zero exit fee pool by @avkr003 in #685
- [Bug]: incorrect commitments due to usdc price by @amityadav0 in #686
- Fix modules codecs by @Wgil in #690
- Standarize msg names by @Wgil in #694
- Update module codecs by @Wgil in #696
- Avkr003/minor fixes by @avkr003 in #697
- [Bug]: Position liquidation failure by @amityadav0 in #695
- Avkr003/leverage lp testing by @avkr003 in #689
- [oracle] [assetprofile]/create asset without gov proposal by @fenriz07 in #691
- Ci/update snap gen version by @cosmic-vagabond in #688
- delete gov proposals in oracle and assetprofile modules by @fenriz07 in #698
- ci: fix gov proposals in testnet by @cosmic-vagabond in #699
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-v0.41.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.41.0
make install
What's Changed
See the full changelog here