Description
We're excited to announce that the latest version of Elys Network, v0.19.0, is now live! This update brings a range of improvements and fixes that enhance the overall performance and functionality of the network. Here's what's new:
-
Fixed Swap Responses: We've resolved an issue with swap responses in snake case. More details can be found in PR #286.
-
Parameter Module Refactoring: Significant refactoring has been done to the parameter module for optimized performance. Check out the changes in PR #287.
-
Code Refactoring in Margin Module: Our margin module has been simplified for better efficiency. See the specific improvements in PR #289.
-
Partial Close Implementation Completion: We've completed the partial close implementation, enhancing our network's flexibility. Details are in PR #289.
-
New Query-Open-Estimation Feature: Introducing query-open-estimation for minimum collateral, estimated PnL, and liquidation price. Learn more in PR #289.
-
Wasm Binding Updates: Updates to Wasm bindings now include the creator parameter and Eden price exception handling in APR calculation. See PR #288 for full details.
-
Migration Logic Fix: We've fixed the migration logic for smoother transitions. For more information, visit PR #290.
We thank our community for their continuous support and feedback. Your contributions help us make Elys Network better each day.
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.19.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.19.0
make install
What's Changed
See the full changelog here