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 cli version for all apps #34

Merged
merged 5 commits into from
Dec 20, 2023
Merged

chore: bump cli version for all apps #34

merged 5 commits into from
Dec 20, 2023

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented Dec 12, 2023

Description

  • Bump ignite to v28;
  • Use only one tool.go file in the integration folder;
  • Fix Makefile commands;
  • Run make format;

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.

mostly lgtm!


## lint: Run Golang CI Lint.
lint:
@echo Running golangci-lint...
@go run github.com/golangci/golangci-lint/cmd/golangci-lint run --out-format=tab --issues-exit-code=0
@go list -f '{{.Dir}}/...' -m | xargs go run github.com/golangci/golangci-lint/cmd/golangci-lint run --out-format=tab --issues-exit-code=0
Copy link
Member

Choose a reason for hiding this comment

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

We can do golangci-lint run ./... <args>, which is easier to read.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I tried this way, but it always threw me an error after the command. I also added this way because other commands use the same pattern

go.work.sum Outdated Show resolved Hide resolved
@Pantani Pantani enabled auto-merge (squash) December 13, 2023 09:45
@Pantani Pantani requested a review from julienrbrt December 13, 2023 09:45
@Pantani Pantani changed the title chore: bump cli version chore: bump cli version for all apps Dec 18, 2023
@@ -8,9 +8,14 @@ The app adds `ignite relayer hermes` commands to allow IBC communication between

- Run both chain to be relayed.

- add the hermes relayer app:
- add the hermes relayer app from remote:
Copy link
Member

Choose a reason for hiding this comment

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

Maybe "install" instead of "add":

Suggested change
- add the hermes relayer app from remote:
- install the Hermes relayer app from a remote repository:

Comment on lines +16 to +18
- or clone the repo and add the hermes relayer app local:
```shell
ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes
Copy link
Member

Choose a reason for hiding this comment

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

Maybe something similar to this that uses "install" instead of "add":

Suggested change
- or clone the repo and add the hermes relayer app local:
```shell
ignite app install -g $GOPATH/src/github.com/ignite/apps/hermes
- or clone the repository and install the Hermes relayer app from a local directory:
```shell
ignite app install -g PATH/TO/LOCAL/apps/hermes

@Pantani Pantani merged commit 05f4a8e into main Dec 20, 2023
10 checks passed
@Pantani Pantani deleted the feat/bump-ignite branch December 20, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants