Reece Williams
Reece Williams
From [Cosmos dev thread](https://discord.com/channels/669268347736686612/1230471697178820640), reference https://github.com/eco-stake/restake-ui/blob/9c28425db989689cc63b6625de367f14909cf01f/src/components/VoteForm.js#L9. Most likely missing registry encodings like novi had above Their solution: ```ts import { MsgVote } from "cosmjs-types/cosmos/gov/v1/tx"; const registry = new Registry(); registry.register("/cosmos.authz.v1beta1.MsgExec",...
cc @NoahSaso / @JakeHartnell All v1.1.0 is merged & workflows. Releases tested in my personal repo (https://github.com/Reecepbcups/ibc-apps/releases). _The 1.1.3 tag is just unique so I did not have to delete...
The remaining audit dep check is an upstream wasm import ``` ... which satisfies dependency `ed25519-zebra = "^3"` (locked to 3.1.0) of package `cosmwasm-crypto v1.5.5` ... which satisfies dependency `cosmwasm-crypto...
The team just updated main to SDK v50, if you want to rebase on that I am happy to approve myself to get in the updated docs If not I...
strides proto naming should be kept as they are the originator of the module. Similar to osmosis tokenfactory. changing proto namespace breaks all upstream tooling and apps and bots. Especially...
Thanks! I will review this once I talk with the stride team and also get them setup to coordinate. Ill review the diff from my v50 branch & this. I...
Reviewed and looks good! A few minor things I found in my diff review: https://github.com/Reecepbcups/ratelimitdif/pull/1 but I will handle in another PR. Thank you so so much for this addition!...
Assigned Nicolas from the osmosis team to take a look 🫡
@dferendo Thanks for the report. This change was not intentional as I can see. The only file that was modified with any reference to `abci.ResponseQuery` is: ``` git diff modules/async-icq/v7.0.0...
this PR here can just bump to 7.6.X & 199 be closed. It was specifically requested by the hub team is all to ensure it was compatible. They are on...