v0.38.1
Description
Proposal: https://testnet.ping.pub/elys/gov/249
We're thrilled to announce the launch of Elys Network v0.38.1! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- [Leveragelp]: Claim rewards before closing by @amityadav0 in #636
- docs: improve AMM and Leverage LP docs by @cosmic-vagabond in #637
- [StableStake]: Update interest paid by @amityadav0 in #639
- Feat/add missing pool info by @cryptokage1996 in #638
- Hot fix by @amityadav0 in #641
- a new hotfix was added to update permissions to masterchef module by @fenriz07 in #642
- fix: throw error if asset price not set in leverage lp keeper position by @cosmic-vagabond in #643
- docs: improve module docs by @cosmic-vagabond in #640
- ci: use latest version of snap gen to fix bank default send enabled i… by @cosmic-vagabond in #645
- feat: adjust gas price to oracle price feed msgs by @cosmic-vagabond in #644
- ci: setup handler to clean up old states by @cosmic-vagabond in #647
- Migrate remaining functionalities from AH CW to Tier native module by @amityadav0 in #648
- chore: fix some comments for struct field by @cloudclaim in #649
- [LeverageLp]: Update liquidation algorithm by @amityadav0 in #646
- [Tier]: Add query to get consolidated price by @amityadav0 in #650
- [Commitment]: Add commitment vesting info query by @amityadav0 in #651
- Fix open position counter, Remove extra arg from
show-portfolio
by @amityadav0 in #652
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.38.1-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.38.1
make install
What's Changed
See the full changelog here