chore: ditch ignite in favor or makefile and bump packages #67
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.
This pull request includes several changes to the configuration, build process, and dependencies for the
ghostcloudproject. The most important changes are grouped into configuration updates, build process enhancements, and dependency updates.Configuration Updates:
.circleci/config.yml: Commented out themake govulncheckstep to temporarily disable it.Build Process Enhancements:
Makefile: Introduced new build tags, flags, and installation commands. Added support for building with ledger and cleveldb, and included protobuf generation steps.Dependency Updates:
go.mod: Updated the Go version to 1.23.8 and upgraded several dependencies, includingcosmos-sdk,cometbft,grpc, and others. [1] [2] [3] [4] [5]Minor Code Changes:
app/app.go: Added a call toWithQueryRouterforICAHostKeeperto set up the gRPC query router.Removal of Redundant Targets:
Makefile: Removed thenancytarget, which was used for dependency vulnerability scanning.