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

Install Rollkit steps not working #223

Closed
Tracked by #200
PaulRBerg opened this issue Aug 17, 2023 · 4 comments · Fixed by #216
Closed
Tracked by #200

Install Rollkit steps not working #223

PaulRBerg opened this issue Aug 17, 2023 · 4 comments · Fixed by #216
Assignees

Comments

@PaulRBerg
Copy link
Contributor

PaulRBerg commented Aug 17, 2023

Context

Source: https://rollkit.dev/tutorials/gm-world#install-rollkit

Running go mod tidy produces the following error:

go: downloading github.com/rollkit/cosmos-sdk v0.46.13-rollkit-v0.9.0-no-fraud-proof
gm/app imports
	github.com/cosmos/cosmos-sdk/baseapp: reading github.com/rollkit/cosmos-sdk/go.mod at revision v0.46.13-rollkit-v0.9.0-no-fraud-proof: unknown revision v0.46.13-rollkit-v0.9.0-no-fraud-proof

You can see the full logs here.

Tasks

No tasks being tracked yet.

Environment

@PaulRBerg
Copy link
Contributor Author

PaulRBerg commented Aug 17, 2023

Nevermind, I ran each command individually rather than copy-pasting all four commands. After running them together, the download worked.

Nevermind, I spoke too soon:

go: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
go: github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3

Full logs here.

@PaulRBerg
Copy link
Contributor Author

PaulRBerg commented Aug 17, 2023

@PaulRBerg PaulRBerg reopened this Aug 17, 2023
@PaulRBerg
Copy link
Contributor Author

After running go clean -modcache and then using the updated command provided by @jcstein in this PR #216, I was still not able to get rid of the protobuf error. See the full logs here.

@jcstein
Copy link
Member

jcstein commented Aug 17, 2023

thanks for submitting these issues @PaulRBerg - taking a look into these and hope to have a resolution for you soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants