-
Notifications
You must be signed in to change notification settings - Fork 553
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
feat!: remove the ignite relayer
and tools
commands with all ts-relayer logic (backport #4076)
#4226
Merged
Merged
feat!: remove the ignite relayer
and tools
commands with all ts-relayer logic (backport #4076)
#4226
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3276327
feat!: remove the ignite `realyer` and `tools` commands with all ts-r…
Pantani fc77bab
fix merge conflicts
Pantani 9c8b8e4
fix changelog
Pantani e4726ed
Merge remote-tracking branch 'origin/release/v28.x.y' into mergify/bp…
Pantani da03607
Merge remote-tracking branch 'origin/release/v28.x.y' into mergify/bp…
Pantani 108f691
bump hermes version
Pantani aff22b8
bump hermes to future version for don't break the default plugin path
Pantani b0e91c4
remove unused commands
Pantani 327cadc
rollback integration/plugin/testdata/example-plugin/go.mod
Pantani 198f581
rollback ignite/internal/plugin/testdata
Pantani 1c7cc8e
rollback integration/plugin/testdata/example-plugin/go.mod
Pantani 24d6943
rollback hermes version for integration tests
Pantani f96425f
Merge branch 'release/v28.x.y' into mergify/bp/release/v28.x.y/pr-4076
julienrbrt 5e1a5a8
remove default plugins
Pantani e7569a8
skip TestEnsureDefaultPlugins.
Pantani 691491a
run make format
Pantani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
that version doesn't exist yet. Shall we use a commit for now?
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.
We may want ignite/apps#111 before tagging v0.2.4 and it needs v28.4.1 beforehand to be able to do so.
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.
I need to release the version
hermes/v0.2.4
based on ignite/apps#111 because we need to remove the relayer command from CLI and use it inside the Hermes app. If not the app will breakThere 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.
But I think I will remove the default apps now since the network is not working and the hermes needs the cycle dependency
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.
I think, so there will be like only 10 min where it won't work I guess. Makes sense.