osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

v24: bump gogoproto to gogoproto v1.4.11 and golang.org/x/exp to latest #608

Closed p0mvn closed 1 month ago

p0mvn commented 1 month ago

Description

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.

I have...

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

julienrbrt commented 1 month ago

Lucky that you can do this, we can't do that on the main line v0.47.x (no api break introduction in patch releases). Do you have dependencies that already migrated to a later version of x/exp? If so, we may need to force the update to everyone in a later patch release.

p0mvn commented 1 month ago

Yep, mainly did this to experiment with flight recordings from exp in our off-chain server:

https://github.com/osmosis-labs/sqs/pull/216

Already tested, and it works great. Now, running a node to confirm no state breaks