Open mattverse opened 1 week ago
The pull request includes updates to the CHANGELOG.md
file, detailing changes related to state breaking, state compatible, and state machine breaking categories. Additionally, it introduces a new option to the Msg
service in multiple proto files, indicating that these services are now recognized as Cosmos message services. The changes primarily enhance the integration of various services with the Cosmos messaging framework without altering existing functionalities or message structures.
File Path | Change Summary |
---|---|
CHANGELOG.md |
Updated with new entries for state breaking, state compatible, and state machine breaking changes. |
proto/osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/gamm/poolmodels/balancer/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/gamm/poolmodels/stableswap/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/gamm/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/ibchooks/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/incentives/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/lockup/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/poolmanager/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/protorev/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/smartaccount/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/superfluid/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/tokenfactory/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/txfees/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
proto/osmosis/valsetpref/v1beta1/tx.proto |
Added service option option (cosmos.msg.v1.service) = true; to Msg service. |
CHANGELOG.md
, directly related to the entries made in this PR.x/gauges
module, aligning with updates in state machine breaking and state compatible categories.cometbft/cosmos-sdk
versions, directly related to version updates in this PR.cometbft
version and includes changelog entries reflecting similar updates in this PR.C:docs
, V:state/breaking
, A:no-changelog
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Important Notice
This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be updated to reflect the changes. Failing to do so might cause e2e to fail.
Please follow the instructions below:
Please let us know if you need any help.
Closes: #XXX
What is the purpose of the change
Taking over PR https://github.com/osmosis-labs/osmosis/pull/8689
Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)