-
Notifications
You must be signed in to change notification settings - Fork 975
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
chore: bump celestia-app to v0.12.0-rc5 #1679
chore: bump celestia-app to v0.12.0-rc5 #1679
Conversation
c5bece3
to
581acd5
Compare
@evan-forbes, so this PR was also missing replacements for core and SDK |
whoops lol will go fix |
It's fixed |
But units are failing though |
Ok, it's a know flaky one, ready to go then |
I can go debug, it looks like |
|
sorry, github only showed me the first comment |
thanks for fixing! sorry about the silly mistakes |
Co-authored-by: Wondertan <hlibwondertan@gmail.com>
Overview
bumps to v0.12.0-rc5
fwiw, I ran into a kinda funny issue since the imports in the proto files changed. We can't regenerate the proto files until we call
go mod tidy
, but we can't callgo mod tidy
until we regenerate the proto files. For posterity, the only way to fix this is to manually edit the proto files to a point where we can callgo mod tidy
, then regenerate the protofiles.Checklist