Description
We are thrilled to announce the release of Elys Network version 0.14.0. This new version introduces significant updates and enhancements. Below is the detailed changelog:
-
Stoploss Price on Leveragelp: Implemented by @jelysn. This feature introduces a stoploss price mechanism to the leveragelp, enhancing risk management capabilities. PR #238
-
Reduced Blocktime to 3 Seconds: Contributed by @cosmic-vagabond. This update significantly improves the network's efficiency by reducing the blocktime to just 3 seconds, resulting in faster transactions. PR #240
-
Commitment Module Enhancement + 1-Hour Lock Addition: Again by @jelysn. This enhancement to the commitment module, along with the addition of a 1-hour lock, offers improved security and functionality. PR #241
-
WASM Bindings: Introduced by @cosmic-vagabond. This feature adds WebAssembly (WASM) bindings, paving the way for more versatile and efficient smart contract development. PR #242
Fixes and Maintenance:
-
Denomination Checking Issue with Cancel Vest: Addressed by @kenta-elys. This chore update resolves an issue related to denomination checking in the cancel vest function. PR #239
-
Typos: Fixed by @omahs. This fix addresses various typos, improving the clarity and professionalism of our documentation and code. PR #237
These updates are a testament to our community's commitment to making Elys Network more robust, efficient, and user-friendly. We extend our heartfelt thanks to all contributors who have made this release possible.
Stay tuned for more updates as we continue to enhance the Elys Network. Happy coding!
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary elysd-v0.14.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.14.0
make install
What's Changed
Full Changelog: v0.13.0...v0.14.0