Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
/ osmosis Public archive
forked from osmosis-labs/osmosis

Tags: meka-dev/osmosis

Tags

v8.x-fixed-proto

Toggle v8.x-fixed-proto's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
xla xla
Change proto service for Balancer Msg (osmosis-labs#1469)

Closes: [osmosis-labs#1185](osmosis-labs#1185)

With proto Msg service defined twice(both in Balancer proto and gamm package proto), this is currently causing problems in typescript proto generation.

As @ValarDragon mentioned in osmosis-labs#1208,
> They existed at the same import path, because due to interface serialization
depending on the amino route (which depended on the proto import path),
changing the import path requires a state migration thats a bit cumbersome to
do.

This PR solves this by making txs under the correct package, but leaving balacner pool proto definition under the legacy wrong one, `package osmosis.gamm.v1beta1`. Solving the problem this way allows us to solve without having to need state breaking changes or additional migration for existing pools.

In addition to solving the exisitng problem of duplicated Msg in one package, this PR also changes stableswap pool proto package to the correct package.

- Change proto package for balancer msg

  - Does this pull request introduce a new feature or user-facing behavior changes? maybe
  - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes
  - How is the feature or change documented? not applicable

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request osmosis-labs#1481 from osmosis-labs/mattverse/gov-…

…unpool

v8 Emergency proposals upgrade

v8.0.0-rc2

Toggle v8.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update whitelisted pool IDs (osmosis-labs#1486)

v8.0.0-rc1

Toggle v8.0.0-rc1's commit message
Set upgrade hegiht

v8.0.0-rc0

Toggle v8.0.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply suggestions from code review

Co-authored-by: Joe Abbey <[email protected]>

v7.3.0

Toggle v7.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: v7.3.0 changelog (osmosis-labs#1397)

* fix changelog

* fix link

v7.2.1

Toggle v7.2.1's commit message
update changelog

v7.2.0

Toggle v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: upgrade sdk to v0.45.0x-osmo-v7.7 (osmosis-labs#1241)

* chore: upgrade sdk to v0.45.0x-osmo-v7.7

* changelog

* changelog - v7.2.0

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
call EpochEnd event before increasing (osmosis-labs#1043) (osmosis-la…

…bs#1111)

(cherry picked from commit fb9cb2e)

Co-authored-by: Adam Tucker <[email protected]>

v7.0.4

Toggle v7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update changelog for v7.0.4 (osmosis-labs#1067)