Merged
Conversation
Member
Author
|
We may need to modify that tool as well: ...
🎉 map1 added.
create proto/example/example/v1/genesis.proto
create proto/example/example/v1/query.proto
create proto/example/example/v1/single_1.proto
create proto/example/example/v1/tx.proto
create x/example/keeper/genesis.go
create x/example/keeper/genesis_test.go
create x/example/keeper/keeper.go
create x/example/keeper/msg_server_single_1.go
create x/example/keeper/msg_server_single_1_test.go
create x/example/keeper/query_single_1.go
create x/example/keeper/query_single_1_test.go
create x/example/module/autocli.go
create x/example/module/simulation.go
create x/example/simulation/single_1.go
create x/example/types/codec.go
create x/example/types/genesis.go
create x/example/types/genesis_test.go
create x/example/types/keys.go
create x/example/types/messages_single_1.go
🎉 single1 added.
create proto/example/example/v1/type_1.proto
🎉 type1 added.
✘ Error while running command go tool github.com/bufbuild/buf/cmd/buf export /tmp/wccv/migration/v29.0.0/message/proto --output=/tmp/includeFolder2677632443: /tmp/wccv/migration/v29.0.0/message/proto/example/example/v1/tx.proto:23:17:method example.example.v1.Msg.Message1: unknown request type MsgMessage1
/tmp/wccv/migration/v29.0.0/message/proto/example/example/v1/tx.proto:23:39:method example.example.v1.Msg.Message1: unknown response type MsgMessage1Response
: exit status 100
Error: failed to execute ignite scaffold command: message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes: error while running command /tmp/bin/v29.0.0/ignite scaffold message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes --path /tmp/wccv/migration/v29.0.0/message: exit status 1
Usage:
gen-mig-diffs [flags]
Flags:
-f, --from string Version of Ignite or path to Ignite source code to generate the diff from
-h, --help help for gen-mig-diffs
-o, --output string Output directory to save the migration document (default "docs/docs/06-migration")
--repo-output string Output path to clone the Ignite repository
-s, --repo-source string Path to Ignite source code repository. Set the source automatically set the cleanup to false
--repo-url string Git URL for the Ignite repository (default "[email protected]:ignite/cli.git")
--scaffold-cache string Path to cache directory
--scaffold-output string Output path to clone the Ignite repository
-t, --to string Version of Ignite or path to Ignite source code to generate the diff to
failed to execute ignite scaffold command: message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes: error while running command /tmp/bin/v29.0.0/ignite scaffold message message1 f1:string f2:strings f3:bool f4:int f5:ints f6:uint f7:uints f8:coin f9:coins --module example --yes --path /tmp/wccv/migration/v29.0.0/message: exit status 1
exit status 1 |
Pantani
approved these changes
Jun 3, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes https://github.com/ignite/cli/actions/runs/15361542890