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

"Go version autonomy" for important packages used by the keeper, like go/types and go/format #2550

Open
thehowl opened this issue Jul 8, 2024 · 0 comments
Labels
📦 🤖 gnovm Issues or PRs gnovm related

Comments

@thehowl
Copy link
Member

thehowl commented Jul 8, 2024

See this PR review comment

With the go/types typechecker and go/format being used inside the VM keeper to check and format Go code, we have a high dependency of our consensus on the Go versions being used by the validators.

Eventually, we should look to have a Go-version-independent fork of both of these. The go type checker can probably eventually be removed if the Gno type checking reaches the same quality as the Go compiler/typechecker.

cc/ @moul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Triage
Development

No branches or pull requests

1 participant