v0.2.0-alpha
Pre-release
Pre-release
Major changes ( containing state breaking changes )
- added claim module as MVP level
- mint module params for inflation schedules
- added endpoints for states, voting_power on liquidstaking module, fix bugs
- added indexes and endpoints on liquidity module
What's Changed
- fix: bug liquidstaking, refactor, add test cases, script by @dongsam in #157
- fix: last liquid unstaking case, truncate DivideByCurrentWeight by @dongsam in #165
- fix: last liquid unbonding and crumb handling by @dongsam in #167
- fix: send dust to dust collector and fix bugs by @hallazzang in #155
- fix: improve matching speed and separate amm package by @hallazzang in #163
- feat: fit price into ticks in msg server by @hallazzang in #171
- fix: split validation logic and check lowest/highest possible price by @hallazzang in #174
- fix: apply code review on liquid staking by @dongsam in #173
- feat: add RandomInt and RandomDec helper by @hallazzang in #179
- Add command line interface by @kogisin in #180
- refactor!: rename msgs and fields by @hallazzang in #178
- feat: add states endpoint by @dongsam in #184
- fix: move DustCollectorAddress into params by @hallazzang in #186
- fix: fix matching logic and further simplify logic by @hallazzang in #187
- fix: fix and refactor voting power calc on tally by @dongsam in #189
- refactor: improve code quality by @hallazzang in #191
- fix: fix bug in matching price calculation by @hallazzang in #193
- feat: add simulation on liquidstaking, improve logics by @dongsam in #192
- feat: cli order command accepts "buy", "sell" order direction by @hallazzang in #194
- feat: add OrdersByOrderer query and related indexes by @hallazzang in #200
- fix: event, direct withdrawn case on liquid unstaking, spec by @dongsam in #199
- fix: preserve CurrentEpoch after all farmers has unstaked by @hallazzang in #190
- �Add
claim
module by @kogisin in #183 - test: add x/liquidity tests by @hallazzang in #196
Full Changelog: v0.1.0-alpha...v0.2.0-alpha