Releases: elys-network/elys
v2.2.0
What's Changed
- Parameter for min slippage by @amityadav0 in #1176
- fix: Partial vesting cancellation
- Update Ibc go to v8.6.1 and ibc hooks to v8.0.0
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
What's Changed
- ci: split testnet and release CI workflows by @cosmic-vagabond in #1094
- ci: use highstakes snapshots by @cosmic-vagabond in #1095
- ci: fix snapshot file path by @cosmic-vagabond in #1096
- Max leverage by @99adarsh in #1093
- Fix wrong comment by @longxiangqiao in #1101
- Adding single perpetual trigger by @avkr003 in #1105
- Auto cli by @99adarsh in #1084
- chore: fix some function names in comment by @fudancoder in #1106
- feat(tradeshield): simplify order price scheme by @cosmic-vagabond in #1097
- update tradeshield spot order tx by @99adarsh in #1115
- Add usdc fee collection event in Masterchef ABCI by @99adarsh in #1114
- Refactor weight breaking fee and fix exit flow by @amityadav0 in #1116
- fixing gov txs of leverage lp by @avkr003 in #1118
- leverage lp position health based on oracle price by @avkr003 in #1119
- Update devnet deploy by @fenriz07 in #1107
- [Stablestake]: Withdrawal limit by @amityadav0 in #1110
- Fee collection in amm by @amityadav0 in #1121
- preventing single token exit from amm by @avkr003 in #1111
- Update query for net stakings by @avkr003 in #1117
- Reduce recovery reward and return value by @amityadav0 in #1125
- Update interest computation formula by @amityadav0 in #1124
- check amm pool balance by @avkr003 in #1123
- Track eden and edenB by @amityadav0 in #1108
- fixing exit pool by @avkr003 in #1122
- removing automated chain upgrade by @avkr003 in #1128
- Add slippage to join pool flow by @amityadav0 in #1127
- devnet ci fix by @avkr003 in #1129
- fixing chain id for devnet by @avkr003 in #1130
- fixing deposit amount for devnet upgrade by @avkr003 in #1131
- adding fields to close estimation for leverage lp by @avkr003 in #1132
- Multi hop fee fixes by @amityadav0 in #1133
- Weight fixes for exit by @amityadav0 in #1134
- Fix limit price by @amityadav0 in #1136
- fee corrections and events by @avkr003 in #1135
- fixing leverage amount by @avkr003 in #1137
- removing devnet fix by @avkr003 in #1138
- Add trigger by @amityadav0 in #1139
- reducing lpSharesForRepay before exit for CheckAmmBalance check by @avkr003 in #1142
- [Amm]: Slippage bug by @amityadav0 in #1141
- Add exit slippage by @amityadav0 in #1143
- Add gas apr in query by @amityadav0 in #1140
- Apply swap fee to single sided asset join and exit by @amityadav0 in #1145
- Create query for EDEN and EDEN Boost supply by @amityadav0 in #1144
- upgrade name for testnet by @avkr003 in #1146
- fixing subtraction for leverage lp shares by @avkr003 in #1147
- fixing error and check max leverage ratio only after adding lp by @avkr003 in #1148
- making exit lockup time as module parameter by @avkr003 in #1149
- change initial to final weight by @amityadav0 in #1150
- removing validation for asset string in oracle prices by @avkr003 in #1151
- updating read me by @avkr003 in #1155
New Contributors
- @longxiangqiao made their first contribution in #1101
Full Changelog: v1.6.0...v2.0.0
v2.0.0-rc2
Description
Proposal: https://testnet.ping.pub/elys/gov/XXX
We're thrilled to announce the launch of Elys Network v2.0.0-rc2! This update is primarily focused on enhancements and codebase improvements. Here’s a brief overview of what’s new:
Changes
- item 1
- item 2
- item 3
- ...
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-v2.0.0-rc2-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 v2.0.0-rc2
make install
What's Changed
See the full changelog here
v2.0.0-rc1
What's Changed
- reducing lpSharesForRepay before exit for CheckAmmBalance check by @avkr003 in #1142
- [Amm]: Slippage bug by @amityadav0 in #1141
- Add exit slippage by @amityadav0 in #1143
- Add gas apr in query by @amityadav0 in #1140
- Apply swap fee to single sided asset join and exit by @amityadav0 in #1145
- Create query for EDEN and EDEN Boost supply by @amityadav0 in #1144
- upgrade name for testnet by @avkr003 in #1146
- fixing subtraction for leverage lp shares by @avkr003 in #1147
- fixing error and check max leverage ratio only after adding lp by @avkr003 in #1148
- making exit lockup time as module parameter by @avkr003 in #1149
- change initial to final weight by @amityadav0 in #1150
Full Changelog: v2.0.0-rc0...v2.0.0-rc1
v2.0.0-rc0
What's Changed
- ci: split testnet and release CI workflows by @cosmic-vagabond in #1094
- ci: use highstakes snapshots by @cosmic-vagabond in #1095
- ci: fix snapshot file path by @cosmic-vagabond in #1096
- Max leverage by @99adarsh in #1093
- Fix wrong comment by @longxiangqiao in #1101
- Adding single perpetual trigger by @avkr003 in #1105
- Auto cli by @99adarsh in #1084
- chore: fix some function names in comment by @fudancoder in #1106
- feat(tradeshield): simplify order price scheme by @cosmic-vagabond in #1097
- update tradeshield spot order tx by @99adarsh in #1115
- Add usdc fee collection event in Masterchef ABCI by @99adarsh in #1114
- Refactor weight breaking fee and fix exit flow by @amityadav0 in #1116
- fixing gov txs of leverage lp by @avkr003 in #1118
- leverage lp position health based on oracle price by @avkr003 in #1119
- Update devnet deploy by @fenriz07 in #1107
- [Stablestake]: Withdrawal limit by @amityadav0 in #1110
- Fee collection in amm by @amityadav0 in #1121
- preventing single token exit from amm by @avkr003 in #1111
- Update query for net stakings by @avkr003 in #1117
- Reduce recovery reward and return value by @amityadav0 in #1125
- Update interest computation formula by @amityadav0 in #1124
- check amm pool balance by @avkr003 in #1123
- Track eden and edenB by @amityadav0 in #1108
- fixing exit pool by @avkr003 in #1122
- removing automated chain upgrade by @avkr003 in #1128
- Add slippage to join pool flow by @amityadav0 in #1127
- devnet ci fix by @avkr003 in #1129
- fixing chain id for devnet by @avkr003 in #1130
- fixing deposit amount for devnet upgrade by @avkr003 in #1131
- adding fields to close estimation for leverage lp by @avkr003 in #1132
- Multi hop fee fixes by @amityadav0 in #1133
- Weight fixes for exit by @amityadav0 in #1134
- Fix limit price by @amityadav0 in #1136
- fee corrections and events by @avkr003 in #1135
- fixing leverage amount by @avkr003 in #1137
- removing devnet fix by @avkr003 in #1138
- Add trigger by @amityadav0 in #1139
New Contributors
- @longxiangqiao made their first contribution in #1101
Full Changelog: v1.6.0...v2.0.0-rc0
v1.6.1
v1.6.1-rc-1
What changed:
- Updating response for net stakings (total bonded - leveraged)
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