Skip to content

Releases: crescent-network/crescent

v2.3.0

19 Oct 09:19
071de25
Compare
Choose a tag to compare

Release Notes

  • This release requires to use Go version 1.18 or higher.

What's Changed

  • feat: bump cosmos-sdk to v0.45.9 and use cosmos-sdk ics23 #377 #378 by @kingcre in #77
  • fix: lower the highest tick boundary for extra safety by @kingcre in #77

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

v2.2.0

15 Oct 00:31
3be17bc
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.

What's Changed

Full Changelog: v2.1.1...v.2.2.0

v3.0.0-rc3

06 Oct 16:09
78b679b
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release

What's Changed

  • fix: fix bug in AllocateRewards and add submit-proposal cmd #369 by @kingcre in #73

Full Changelog: v3.0.0-rc2...v3.0.0-rc3

v3.0.0-rc2

06 Oct 03:42
1f4b996
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release

What's Changed

  • docs: ameding equation on market maker scoring #357 by @crypin in #62
  • docs: fix mm paper example number #358 by @crypin in #64
  • fix: upgrade handler for v3 upgrade by @crypin in #63
  • feat: add last blocktime endpoint #361 by @crypin in #65
  • docs: update mm scoring paper by @queencre in #68
  • fix: reject same base/quote coin denom in MsgCreatePair #365 by @kingcre in #71
  • feat: add x/farm module #362 by @kingcre in #70
  • feat: add liquidfarming module #332 by @queencre in #72

Full Changelog: v3.0.0-rc1...v3.0.0-rc2

v3.0.0-rc1

07 Sep 10:22
2b8525a
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

What's Changed

  • fix: calculation bug of liquidstaking voting_power #346 by @crypin in #53
  • feat: add marketmaker module #321 by @crypin in #55
  • fix!: upgrade ibc-go for pool coin blacklisting #352 by @crypin in #56
  • feat: add market making order type #339 by @kingcre in #57
  • build!: release v3.0.0-rc1 by @queencre in #58
  • build: add v3 upgrade handler by @crypin in #59
  • feat: add MM order cli commands and update api docs #355 by @kingcre in #60
  • docs: add docs for the marketmaker module by @queencre in #61

Full Changelog: v2.1.1...v3.0.0-rc1

v2.1.1

29 Jul 09:12
e981a3c
Compare
Choose a tag to compare

This version is used in Crescent Network crescent-1 mainnet. It contains several bug fixes and improvements to the grpc query results without state breaking change.

What's Changed

  • refactor!: detailed configuration for order book responses #341 by @kingcre in #50
  • fix: bug some pool coins voting power omitted on voting_powers #342 by @crypin in #51
  • refactor: add price_unit_powers param to order books query #344 by @kingcre in #52

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

v2.1.0

18 Jul 09:52
89a6348
Compare
Choose a tag to compare

This version v2.1.0 will be used by the crescent-1 mainnet to v2.0.0 upgrade, please refer to this article for detailed upgrade instructions

What's Changed

  • env: add more workflow actions #301 by @queencre in #26
  • fix: fix to use query context #298 by @queencre in #25
  • fix: fix simulation for the claim module #292 #304 by @crypin in #28
  • fix: optimize CancelAllOrders gas usage, fix offer coin checking #296 #299 by @crypin in #29
  • docs: use Ignite CLI by @queencre in #30
  • feat: emit events for order trading volume by @queencre in #32
  • build!: bump cosmos-sdk to v0.45.3, go 1.17 by @crypin in #31
  • refactor!: use time-based queued staking and reserve unharvested rewards #305 by @crypin in #33
  • feat!: add mint pool address for mint module #316 by @crypin in #35
  • refactor!: refactor matching logic and add ranged liquidity pools #318 by @kingcre in #37
  • build!: release v2.0.0-rc1 by @crypin in #38
  • build: fix codecov excluding pb.go #324 by @crypin in #40
  • fix: bug in order book and pool orders calculation #323 by @kingcre in #39
  • fix: fix bug in matching logic #326 by @kingcre in #41
  • docs: add liquidity whitepaper (pool) #325 by @kingcre in #42
  • build: add dbbackend selecting tag on makefile by @crypin in #43
  • fix: return as many ticks as numTicks in MakeOrderBookResponse #333 by @kingcre in #44
  • docs: add liquidity module white paper (matching) #328 #337 by @crypin in #47
  • feat: improve PoolResponse from gGRPC queries #335 by @kingcre in #46
  • feat: add HistoricalRewards gRPC query endpoint #334 by @kingcre in #45
  • refactor!: refactor MakeOrderBookResponse #338 by @kingcre in #48
  • fix: limit the number of active pools in a pair #340 by @kingcre in #49

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

v2.0.0-rc3

06 Jul 07:49
85345e6
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

What's Changed

  • fix: fix bug in matching logic #326 by @kingcre in #41
  • docs: add liquidity whitepaper (pool) #325 by @kingcre in #42

Changelog: v2.0.0-rc2...v2.0.0-rc3
Full Changelog: v1.1.0...v2.0.0-rc3

v2.0.0-rc2

04 Jul 12:04
4260515
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

What's Changed

  • build: fix codecov excluding pb.go #324 by @crypin in #40
  • fix: bug in order book and pool orders calculation #323 by @kingcre in #39

Changelog: v2.0.0-rc1...v2.0.0-rc2
Full Changelog: v1.1.0...v2.0.0-rc2

v2.0.0-rc1

30 Jun 13:28
7782ae6
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

What's Changed

  • env: add more workflow actions #301 by @queencre in #26
  • fix: fix to use query context #298 by @queencre in #25
  • fix: fix simulation for the claim module #292 #304 by @crypin in #28
  • fix: optimize CancelAllOrders gas usage, fix offer coin checking #296 #299 by @crypin in #29
  • docs: use Ignite CLI by @queencre in #30
  • feat: emit events for order trading volume by @queencre in #32
  • build!: bump cosmos-sdk to v0.45.3, go 1.17 by @crypin in #31
  • refactor!: use time-based queued staking and reserve unharvested rewards #305 by @crypin in #33
  • feat!: add mint pool address for mint module #316 by @crypin in #35
  • refactor!: refactor matching logic and add ranged liquidity pools #318 by @kingcre in #37
  • build!: release v2.0.0-rc1 by @crypin in #38

Full Changelog: v1.1.0...v2.0.0-rc1