Closed mattverse closed 1 month ago
The pull request updates the CHANGELOG.md
to document recent changes, including new entries in the "State Breaking," "Config," and "State Compatible" sections. Additionally, it modifies proto/osmosis/lockup/tx.proto
by adding new message types and uncommenting an existing message. Similarly, proto/osmosis/protorev/v1beta1/tx.proto
sees the introduction of a new message and the deprecation of another while retaining it for backward compatibility. The overall structure of the protocol remains intact.
File | Change Summary |
---|---|
CHANGELOG.md |
Updated to include new entries in "Unreleased" section: "State Breaking," "Config," and "State Compatible." |
proto/osmosis/lockup/tx.proto |
Added MsgUnlockPeriodLock and MsgUnlockTokens messages; uncommented MsgSetRewardReceiverAddressResponse . |
proto/osmosis/protorev/v1beta1/tx.proto |
Added MsgSetPoolWeights message; deprecated MsgSetBaseDenomsResponse but retained for indexers. |
proto/osmosis/lockup/tx.proto
file in the main PR, specifically the addition of MsgUnlockPeriodLock
and MsgUnlockTokens
.proto/osmosis/lockup/tx.proto
file.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?
Oh were not backporting so my comment isn't important. Forgot were doing a release soon
Closes: #XXX
What is the purpose of the change
Re: https://github.com/osmosis-labs/osmosis/pull/8600
After some investigation, I've found out that the proto changes in gamm will require separate migration code ( see https://github.com/osmosis-labs/osmosis/blob/main/proto/osmosis/gamm/v1beta1/balancerPool.proto#L2-L5) for more details.
Will change the proto packages , run up a node to confirm that changing gamm package for proto in subsequent PR
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
)