-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cosmos] Revisit the encoding limitation of the newer version of cosmos #1033
Comments
For reference, here is the error that forced us to move ![]() |
Quick update here. @tac0turtle from Binary Builders mentioned that Also, looks like @johnletey from Noble already looked into adding maps into @bryanchriswhite @red-0ne I'm going to leave a handful of TODOs in #1028 as we navigate around this while moving forward, but just wanted to communicate the situation, status and learnings as they keep coming in. |
@Olshansk I've worked with the Cosmos SDK team to get my commit linked above backported into Please bump |
Thanks @johnletey! @okdas from our team is going to handle this so I'll follow up then. Unrelated - lmk if you're going to be at ETH Denver. Would love to talk about getting native USDC payments for Pocket Network's Shannon upgrade in place! |
I will be! What is the best place to get in touch with you to coordinate! |
🔥 Ping me on telegram: https://t.me/@dolshansky |
…uber`'s fork (#1069) ## Summary Bumps `cosmossdk.io/client/v2` to `v2.0.0-beta.8`. As a side effect, we had to change `mockgen` to uber's fork and switch to `go run go.uber.org/mock/mockgen` instead of installing `mockgen` binary. ## Issue - Issue: #1033 ## Type of change Select one or more from the following: - [x] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [ ] Bug fix - [x] Code health or cleanup - [x] Documentation - [ ] Other (specify) ## Sanity Checklist - [x] I have updated the GitHub Issue `assignees`, `reviewers`, `labels`, `project`, `iteration` and `milestone` - [x] For docs, I have run `make docusaurus_start` - [x] For code, I have run `make go_develop_and_test` and `make test_e2e` - [x] For code, I have added the `devnet-test-e2e` label to run E2E tests in CI - [ ] For configurations, I have update the documentation - [ ] I added TODOs where applicable
@okdas Everything seems to be working and updated in #1086. Thanks @johnletey! |
Objective
Understand what limitations the newer version of Cosmos imposes on us and adapt appropriately.
Origin Document
Goals
Cosmos SDK
when it comesprotobuf
encodingonchain
state) and interfaces (gRPC
queries & transactions) inpoktroll
v0.52
,v0.2
and beyondDeliverables
onchain
structures to comply with:Non-goals / Non-deliverables
General deliverables
Creator: @Olshansk
Co-Owners: @red-0ne @bryanchriswhite
The text was updated successfully, but these errors were encountered: