v0.55.0
Description
Proposal: https://testnet.ping.pub/elys/gov/11
We're thrilled to announce the launch of Elys Network v0.55.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- fix(estaking): prevent reward to invalid delegations by @cosmic-vagabond in #1034
- Add a new field for external incentives apr by @amityadav0 in #1033
- [Amm]: Add a New Field for Slippage and Weight Breaking Fee on Trades by @amityadav0 in #1035
- chore: fix some function names in comment by @hanghuge in #1038
- adding forge for mainnet by @avkr003 in #1041
- [Dev-19] Tier package keeper coverage was increased by @fenriz07 in #1006
- Ci/fix sut by @cosmic-vagabond in #1037
- [Amm]: Fix slippage amount by @amityadav0 in #1042
- Fix swap command and enhance balance handling by @cosmic-vagabond in #1043
- Enhance CreateSpotOrder to emit events and return OrderId on market b… by @cosmic-vagabond in #1045
- Avkr003/airdrop by @avkr003 in #1046
- Update release workflow to enable software upgrade proposal creation by @cosmic-vagabond in #1047
- Update CLI examples to use 'bob' as the default user and fix release … by @cosmic-vagabond in #1048
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.55.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.55.0
make install
What's Changed
See the full changelog here