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

chore: bump hermes binary to v1.10.0 #114

Merged
merged 11 commits into from
Jul 5, 2024
Merged

chore: bump hermes binary to v1.10.0 #114

merged 11 commits into from
Jul 5, 2024

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented Jun 27, 2024

Description

  • Bump Hermes binary to v1.10.0;
  • Improve configure logs;
  • Set the channel-version flag for the hermes create channel command;

julienrbrt
julienrbrt previously approved these changes Jun 27, 2024
Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

utACK!

@julienrbrt
Copy link
Member

Can we add a changelog entry?

@Pantani Pantani changed the title chore: bump hermes binary chore: Bump hermes binary to v1.10.0 Jun 27, 2024
@Pantani Pantani changed the title chore: Bump hermes binary to v1.10.0 chore: bump hermes binary to v1.10.0 Jun 27, 2024
julienrbrt
julienrbrt previously approved these changes Jul 3, 2024
Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

lgtm!

@julienrbrt
Copy link
Member

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")
Copy link
Member

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?

Copy link
Collaborator Author

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

Copy link
Member

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 🙌

@Pantani Pantani enabled auto-merge (squash) July 5, 2024 23:34
@Pantani Pantani merged commit 3a96605 into main Jul 5, 2024
28 checks passed
@Pantani Pantani deleted the feat/bump-hermes-bin branch July 5, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants