Skip to content

Releases: cosmosquad-labs/squad

v2.3.0

17 Oct 14:23
Compare
Choose a tag to compare

What's Changed

  • chore: bump SDK to v0.45.9 and remove its own ics23 package and use c… by @kogisin in #377
  • fix: lower the highest tick boundary for extra safety by @hallazzang in #378

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 Oct 06:32
Compare
Choose a tag to compare

Description

This release contains the "dragonberry" security release for the Dragonberry security advisory. It should be upgraded IMMEDIATELY by all validator and node operators as a rolling upgrade without organizing a chain halt. Validators can independently upgrade their binaries.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

11 Aug 09:09
1ce8138
Compare
Choose a tag to compare

What's Changed

  • refactor!: detailed configuration for order book responses by @hallazzang in #341
  • fix: calculation bug of liquidstaking voting_power endpoint by @dongsam in #342
  • refactor: add price_unit_powers param to order books query by @hallazzang in #344

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Jul 15:40
7ae07d3
Compare
Choose a tag to compare

What's Changed

  • fix: fix simulation for the claim module by @kogisin in #292
  • fix: fix to use query context by @kogisin in #298
  • env: add more workflow actions by @kogisin in #301
  • fix: optimize CancelAllOrders gas usage by @hallazzang in #296
  • fix: typo in labeler by @dongsam in #304
  • build!: bump cosmos-sdk to v0.45.3, go 1.17 by @dongsam in #303
  • fix: check if orderer has sufficient offer coin balances by @hallazzang in #299
  • docs: use Ignite CLI for Starport by @kogisin in #308
  • feat: emit events for order trading volume by @kogisin in #310
  • refactor!: use time-based queued staking and reserve unharvested rewards by @hallazzang in #305
  • feat!: add mint pool address for mint module by @dongsam in #316
  • refactor!: refactor matching logic and add ranged liquidity pools by @hallazzang in #318
  • build!: release v2.0.0-rc1 by @dongsam in #322
  • fix: bug in order book and pool orders calculation by @hallazzang in #323
  • build: fix codecov excluding pb.go by @dongsam in #324
  • fix: fix bug in matching logic by @hallazzang in #326
  • docs: add liquidity whitepaper (pool) by @jeonghoyeo7 in #325
  • docs: add liquidity module white paper (matching) by @hallazzang in #328
  • feat: add HistoricalRewards gRPC query endpoint by @hallazzang in #334
  • build: add dbbackend selection and bump tm-db by @dongsam in #327
  • feat: improve PoolResponse from gGRPC queries by @hallazzang in #335
  • docs: add links to the matching white paper by @hallazzang in #337
  • fix: return as many ticks as numTicks in MakeOrderBookResponse by @hallazzang in #333
  • refactor!: refactor MakeOrderBookResponse by @hallazzang in #338
  • fix: limit the number of active pools in a pair by @hallazzang in #340

Full Changelog: v1.1.0...v2.1.0

v1.1.0

18 Apr 01:58
9ba6081
Compare
Choose a tag to compare

What's Changed

  • fix: fix gas consumption issue for vote condition type by @kogisin in #294

Full Changelog: v1.0.0...v1.1.0

v1.0.0

12 Apr 12:20
dc3f40c
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

squad v1.0.0

v0.2.1-alpha

02 Mar 08:35
83616a4
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

What's Changed

  • feat: prevent delegate with locked balance, add create periodic vestiing acc tx by @dongsam in #206
  • improve spec and test of liquidstaking by @dongsam in #209
  • fix: register MsgServer in AppModule by @hallazzang in #210
  • refactor: code review suggestions-1 by @dongsam in #212
  • fix: apply suggestions code reivew 1 by @dongsam in #214
  • feat: add more functionalities to the amm package by @hallazzang in #218

Full Changelog: v0.2.0-alpha...v0.2.1-alpha

v0.2.0-alpha

21 Feb 09:23
40bd560
Compare
Choose a tag to compare
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

v0.1.0-alpha

09 Feb 13:39
5d05ed6
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

What's Changed

  • fix: withdraw, re-staking logic by @dongsam in #135
  • fix: refactor LiquidTokens add tests for liquidstaking by @dongsam in #136
  • refactor: liquidstaking by @dongsam in #143
  • feat: add skeleton for claim module by @kogisin in #147
  • refactor: tidy unused functions, update comments by @dongsam in #151
  • feat: add invariant checks for x/liquidity by @hallazzang in #140
  • feat: implement x/claim msg server and querier by @hallazzang in #154
  • feat: implement x/liquidity simulations by @hallazzang in #141

major changes

Full Changelog: v0.0.6-alpha...v0.1.0-alpha

v0.0.6-alpha

04 Feb 09:21
9318023
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.5-alpha...v0.0.6-alpha