Description
We're thrilled to announce the latest version of Elys Network, v0.15.0, is now available! This update brings a host of enhancements and fixes that continue to improve our platform. Let's dive into what's new:
- Commitment v2 Refactoring: Major refactoring has been implemented in Commitment v2, led by @jelysn (#243).
- WASM Binding for Earn Program: Introducing new WASM bindings for the earn program, courtesy of @kenta-elys (#245).
- Updated Pool Health and Interest Calculations: Enhanced by @cosmic-vagabond, this update brings more accuracy to pool health and interest calculations (#246).
- Sub-Buckets Feature: A new feature for sub-buckets, developed by @kenta-elys, has been added (#247).
- Dynamic Base Currency: This feature, introduced by @cosmic-vagabond, allows for dynamic base currency adjustments (#249).
- Oracle Pool Slippage Handling Disabled: Add a 1-hour lockup on oracle pool LP and remove slippage on single sided liquidity addition, as updated by @jelysn (#248).
- Auth Queries as WASM Bindings: More functionality in WASM bindings with the addition of auth queries, thanks to @cosmic-vagabond (#250).
- Broker Messages for Margin: A new feature for broker messages related to margin, developed by @cosmic-vagabond (#251).
- Renaming Interest to Borrow Interest: To enhance clarity, the term 'interest' has been renamed to 'borrow interest' by @cosmic-vagabond (#252).
We extend our heartfelt thanks to our active community and users for their ongoing support and valuable feedback, playing a crucial role in our mission to build a robust and user-friendly network. As we look ahead, we are passionately committed to driving innovation and refining our technology.
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.15.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.15.0
make install
What's Changed
See the full changelog here