Skip to content

Releases: PeggyJV/sommelier

Sommelier v8.0.3

13 Nov 16:09
1f5c6ce
Compare
Choose a tag to compare

[FAILED] Sommelier v8.0.2

13 Nov 15:29
8ceebb8
Compare
Choose a tag to compare

[FAILED] Sommelier v8.0.1

08 Nov 16:38
317fa79
Compare
Choose a tag to compare

Patch adding missing ibc-go v7 config in app.go.

[Deprecated] Sommelier v8.0.0

07 Nov 21:21
6156115
Compare
Choose a tag to compare

!!! Please use the v8.0.3 release as this binary is missing important ibc-go configuration and other bug fixes!!!

Sommelier v8.0.0

This upgrade moves Sommelier to major version 8.

Summary of changes

  • Add the addresses module for mapping cosmos/evm addresses
  • Update the cellarfees module to start fee auctions based on the accrued USD value of a particular denom
  • Update the auction module to allow a portion of SOMM proceeds earned by auctions to be burned
  • Upgrade the gravity module to v5
  • Update the incentives module to support validator-specific rewards subsidized by the community pool
  • Adds additional events to x/cork and x/axelarcork to allow tooling to more easily track the status of corks
  • Fixes ExportGenesis bug in x/axelarcork
  • Fixes some help text and argument parsing bugs for various CLI commands

Release 7.0.2

25 Oct 23:37
Compare
Choose a tag to compare

🚀🚀🚀

Release 7.0.1

09 Feb 15:18
25bf250
Compare
Choose a tag to compare

Update the gravity module to v4.0.1, which contains an update to the query server to no longer return TXs to the orchestrator that it will be unable to submit.

Release 7.0.0

04 Feb 20:01
edbad9d
Compare
Choose a tag to compare

Sommelier v7

Requires Go 1.19

Updates cosmos-sdk to v0.46.14, ibc-go to v6.2.0, and switches to cometbft for consensus.

New modules:

  • x/auction - dutch auctions of bridged cellar fee tokens for SOMM
  • x/axelarcork - add and manage cellars on EVMs that are not Ethereum mainnet
  • x/pubsub - decentralize strategists by allowing governance to manage permissioned publishers of cellar updates, and replace steward-registry with on-chain registration of validator CA certs and Steward URLs

Updated modules:

  • x/cellarfees - create auctions when fee thresholds have been met, and distribute the proceeds of those auctions to stakers over time
  • x/cork - improve the strategist experience on Ethereum mainnet
  • x/gravity - various small state-breaking improvements

To be used after the Sommelier v7 upgrade has passed. Requires Steward v4.0.0 as a sidecar.

Release 6.0.0

25 Apr 16:40
1b659af
Compare
Choose a tag to compare

Please note this release requires Go 1.18.

  • Upgrade to cosmos-sdk 0.45.10
  • Upgrade to ibc-go 3.4.0
  • Add support for interchain accounts by adding the ICA host module
  • Pin to a version of the gravity module with bugfixes for ledger support, setting delegate keys, and corresponding dependency upgrades

Release 5.0.0

18 Feb 02:18
7e2062d
Compare
Choose a tag to compare

This upgrade adds the incentives module and adds Ledger support for gravity bridge operations.

Release 4.0.3

11 Dec 23:45
318442d
Compare
Choose a tag to compare

Small bugfix to use the GRPC gateway properly to route Tendermint queries.