Releases: elys-network/elys
v1.6.1-rc0
Optional Upgrade
What's changed
- Updating chain TVL query to include total borrowed
v1.6.0
What's Changed
- Single sided liquidity add breaking/recovery by @amityadav0 in #1085
- replacing fmt.Errorf by @avkr003 in #1087
- Shares update by @amityadav0 in #1086
- Add pool health checker on stablestake unbonding by @amityadav0 in #1089
- Add new field in params to enable/disable by @amityadav0 in #1088
- fixing version upgrades by @avkr003 in #1090
- Swap fee exclusion when weight is improving by @amityadav0 in #1091
- reduce testnet upgrade height to 2 days by @avkr003 in #1092
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- ci: update mainnet deploy workflows by @cosmic-vagabond in #1074
- ci: update buffer time for deployment workflows by @cosmic-vagabond in #1075
- ci: use mainnet/testnet snapshots on create snapshot workflow by @cosmic-vagabond in #1076
- ci: use mainnet applied endpoint by @cosmic-vagabond in #1077
- [Bug]: Claim rewards when commitment is changed by @amityadav0 in #1078
- Buy orders error handling by @amityadav0 in #1081
- Delete orders by @amityadav0 in #1083
- chore: use errors.New to replace fmt.Errorf with no parameters by @RiceChuan in #1080
- Perpetual fees should stay in pool by @amityadav0 in #1079
- adding API queries by @avkr003 in #1082
New Contributors
- @RiceChuan made their first contribution in #1080
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Description
Proposals:
- TestNet: https://testnet.ping.pub/elys/gov/25
- MainNet: https://ping.pub/elys/gov/11
We're thrilled to announce the launch of Elys Network v1.4.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- ci: use correct keyring backend deployment by @cosmic-vagabond in #1068
- Create a new endpoint on chain that return list of latest asset prices by @amityadav0 in #1071
- chore: fix some typos and function names in comment by @fudancoder in #1070
- fix(tier): grpc codec issue with decimal field in response message by @cosmic-vagabond in #1072
- chore: update version by @cosmic-vagabond in #1073
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-v1.4.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 v1.4.0
make install
What's Changed
See the full changelog here
v1.3.0
v1.2.0
What's Changed
- allowing all messages to be expedited by @avkr003 in #1064
- Support expedited voting period in CI deployment workflow by @cosmic-vagabond in #1063
- fix(commitment): add missing msgs to codec by @cosmic-vagabond in #1066
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- APR fix by @amityadav0 in #1056
- chore: fix comment by @majorteach in #1059
- Airdrop claim by @amityadav0 in #1058
- fix: Display order price event attribute in JSON by @cosmic-vagabond in #1057
- KOL distribution by @amityadav0 in #1060
- Add deployment workflow for MainNet by @cosmic-vagabond in #1062
New Contributors
- @majorteach made their first contribution in #1059
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Description
Proposal: https://testnet.ping.pub/elys/gov/16
We're thrilled to announce the launch of Elys Network v1.0.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- Slippage amount and APR nan fixes by @amityadav0 in #1050
- add div by zero check by @99adarsh in #1051
- Increase coverage for Amm keeper and types package by @99adarsh in #1052
- Update chain ID references from 'elystestnet-1' to 'elysicstestnet-1'… by @cosmic-vagabond in #1049
- Update CancelPerpetualOrder to return all available balances to the o… by @cosmic-vagabond in #1053
- EdenB Burn fixes by @amityadav0 in #1054
- remove deprecated of package io/ioutil by @ChengenH in #1055
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-v1.0.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 v1.0.0
make install
What's Changed
See the full changelog here
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
v0.54.0
Description
We're thrilled to announce the launch of Elys Network v0.54.0! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- ci: bump snap gen version by @cosmic-vagabond in #1017
- ci: use new runner id by @cosmic-vagabond in #1018
- [Tier]: Add query for locked order balances by @amityadav0 in #1007
- [Estaking]: Remove legacy structure and code by @amityadav0 in #1008
- fix tradeshield execute-order cli by @99adarsh in #1013
- Fix Join amm pool method by @99adarsh in #1004
- Masterchef improvements and fixes by @amityadav0 in #1014
- Estaking simplify and handle errors by @amityadav0 in #1012
- docs: add x modules summary doc by @cosmic-vagabond in #1020
- docs: fix links by @cosmic-vagabond in #1021
- ci: manual devnet deploy by @cosmic-vagabond in #1024
- fix(amm): collect half weight breaking fee by @cosmic-vagabond in #1016
- [Commitment]: Enable vest now with governance proposal by @amityadav0 in #1026
- fix perpetual revenue distribution by @avkr003 in #1030
- ccv consumer module implementation by @avkr003 in #997
- fixing fees by @avkr003 in #1032
- Apr query fixes by @amityadav0 in #1031
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.54.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.54.0
make install
What's Changed
See the full changelog here