Skip to content
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

fix: upgrade gno to support latest portal loop #95

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

n0izn0iz
Copy link
Contributor

@n0izn0iz n0izn0iz commented Sep 30, 2024

This upgrades the gno version to support portal-loop genesis

Before this PR, indexing the portal loop misses the genesis due to

2024-09-30T14:36:29.952+0200    ERROR   fetcher fetch/fetch.go:137      unable to fetch genesis data    {"error": "failed to fetch genesis results: unable to get block results, unable to unmarshal response bytes, amino: unrecognized concrete type full name vm.PkgExistError"}
github.com/gnolang/tx-indexer/fetch.(*Fetcher).FetchChainData
        /Users/norman/Code/gno-tx-indexer/fetch/fetch.go:137
main.(*waiter).wait.func2
        /Users/norman/Code/gno-tx-indexer/cmd/waiter.go:58
golang.org/x/sync/errgroup.(*Group).Go.func1
        /Users/norman/go/pkg/mod/golang.org/x/sync@v0.8.0/errgroup/errgroup.go:78

Signed-off-by: Norman Meier <norman@samourai.coop>
@n0izn0iz n0izn0iz requested a review from a team as a code owner September 30, 2024 12:35
@n0izn0iz n0izn0iz changed the title chore: upgrade gno fix: upgrade gno Sep 30, 2024
@n0izn0iz n0izn0iz changed the title fix: upgrade gno fix: upgrade gno to support latest portal loop Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

1 participant