-
Notifications
You must be signed in to change notification settings - Fork 4
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 hermes binary to v1.10.0 #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK!
Can we add a changelog entry? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
The unit tests are failing: https://github.com/ignite/apps/actions/runs/9749828095/job/26907870139?pr=114 |
@@ -16,18 +16,16 @@ type app struct{} | |||
|
|||
func (app) Manifest(context.Context) (*plugin.Manifest, error) { | |||
m := &plugin.Manifest{Name: "hermes"} | |||
m.ImportCobraCommand(cmd.NewRelayer(), "ignite") | |||
m.ImportCobraCommand(cmd.NewHermes(), "ignite relayer") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this require changes on cli main again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I reverted because we need to launch a CLI version without the builtin relayer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that makes sense. I think it's better like this as the app will stay compatible with v29 and v28. We should avoid breaking changes so it's great 🙌
Description
channel-version
flag for the hermes create channel command;