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

Merged
merged 2 commits into from
Oct 1, 2024

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/[email protected]/errgroup/errgroup.go:78

Signed-off-by: Norman Meier <[email protected]>
@n0izn0iz n0izn0iz requested a review from a team as a code owner September 30, 2024 12:35
@n0izn0iz n0izn0iz requested review from jaekwon and thehowl 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
@zivkovicmilos zivkovicmilos self-requested a review October 1, 2024 08:41
Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the bump 🙏

@zivkovicmilos zivkovicmilos merged commit 1d25697 into gnolang:main Oct 1, 2024
4 checks passed
@zivkovicmilos zivkovicmilos deleted the upgrade-gno branch October 1, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants