v0.33.0
Description
Proposal: https://testnet.ping.pub/elys/gov/210
We're thrilled to announce the launch of Elys Network v0.33.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- chore: make struct comments match struct names by @bytesingsong in #551
- docs: add transferhook module specs by @cosmic-vagabond in #556
- docs: add oracle specs by @cosmic-vagabond in #553
- [Leverage LP] Fix: Get existing leverage position by @amityadav0 in #558
- docs: add accounted pool module specs by @cosmic-vagabond in #555
- docs: add toknomics module specs by @cosmic-vagabond in #549
- docs: add commitment module specs by @cosmic-vagabond in #547
- docs: asset profile module specs by @cosmic-vagabond in #548
- docs: add perpetual module specs by @cosmic-vagabond in #557
- docs: add stablestake module specs by @cosmic-vagabond in #554
- [Leverage LP]: Update an existing position stop loss price by @amityadav0 in #559
- ci: upload and restore cache to and fro r2 by @cosmic-vagabond in #542
- New gov proposal was added to update the burner module's params by @fenriz07 in #519
- Add parameters to update WASM module params through gov proposal by @fenriz07 in #518
- chore: make function comment match function names by @fudancoder in #566
- incentive APR query fix by @jelysn in #544
- Membership Tier Module by @amityadav0 in #552
- [Bug]: Fix calculate discount and add more tests by @amityadav0 in #570
- ci: use post-upgrade-snapshot-generator by @cosmic-vagabond in #571
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.33.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.33.0
make install
What's Changed
See the full changelog here