Releases: cosmosquad-labs/squad
Releases · cosmosquad-labs/squad
v0.0.5-alpha
What's Changed
- fix: rename and fix logic of
RefundDepositRequestAndSetStatus
by @hallazzang in #122 - Fix a number of args for market-order cli command by @kogisin in #124
- fix: fix bugs found during testing by @hallazzang in #126
- feat: add
PriceStaying
direction and fix bug inEstimatedPriceDirection
by @hallazzang in #121 - fix: fix bugs found during testing by @hallazzang in #127
Full Changelog: v0.0.4-alpha...v0.0.5-alpha
v0.0.4-alpha
What's Changed
- tests: Add test for rebalancing, liquid validator status changes by @dongsam in #101
- feat: add constant mint module by @dongsam in #39
- refactor: to cosmosquad-labs/squad by @dongsam in #104
- feat: add LastBlockTime for minting inflation calculation by @dongsam in #108
- refactor: refactor
MsgSwapBatch
and matching logic by @hallazzang in #90 - fix: refine events by @hallazzang in #110
- test: add grpc tests by @kogisin in #81
- refactor!: apply unified naming convention for addresses by @hallazzang in #117
- feat: implement
InitGenesis
andExportGenesis
by @hallazzang in #78 - feat: add market order by @hallazzang in #116
- feat: add
MsgCancelAllOrders
msg by @hallazzang in #119
Full Changelog: v0.0.3-alpha...v0.0.4-alpha
App config
- AppName :
SquadApp
- binary daemon :
squad
- REST endpoint:
squad/{module}/v1beta1/endpoints
- bech32 prefix:
cosmos
- default bond denom:
stake
(Depend on Genesis param)
details on #103
v0.0.3-alpha
This release introduces PoC version for the liquid-staking and the liquidity module and it is solely for internal use.
What's Changed
- feat: apply native value for liquid gov by @dongsam in crescent-network/crescent#95
- feat: apply currentWeighted liquid unstaking and simple weight method by @dongsam in crescent-network/crescent#96
- refactor: update gRPC query endpoints by @hallazzang in crescent-network/crescent#92
- feat: add rebalancing logics by @dongsam in crescent-network/crescent#98
Full Changelog: crescent-network/crescent@v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
What's Changed
- feat: add
Disabled
field toPool
by @hallazzang in crescent-network/crescent#75 - refactor!: add
MsgCreatePair
and rename denom fields by @hallazzang in crescent-network/crescent#82 - refactor!: use
RequestStatus
andSwapRequestStatus
by @hallazzang in crescent-network/crescent#83 - fix: stakingKeeper referencing issue on app.go for ibc by @dongsam in crescent-network/crescent#88
- fix: fix bugs in OrderSources by @hallazzang in crescent-network/crescent#86
- fix: fix and update liquidstaking by @dongsam in crescent-network/crescent#85
Full Changelog: crescent-network/crescent@v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
This release introduces PoC version for the liquidity module and it is solely for the internal use. This version has concepts of an orderbook, tick system, and liquidity pool that uses a well-known model of Constant Product Formula.