We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
start & run a new chain, then:
simd q upgrade plan
Results in the following error:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x5294214] goroutine 1 [running]: github.com/cosmos/cosmos-sdk/x/upgrade/client/cli.GetCurrentPlanCmd.func1(0xc001086580, 0x65b0cc8, 0x0, 0x0, 0x0, 0x0) /Users/cory/Code/cosmos/cosmos-sdk/x/upgrade/client/cli/query.go:50 +0x254 github.com/spf13/cobra.(*Command).execute(0xc001086580, 0x65b0cc8, 0x0, 0x0, 0xc001086580, 0x65b0cc8) /Users/cory/go/pkg/mod/github.com/spf13/[email protected]/command.go:842 +0x47c github.com/spf13/cobra.(*Command).ExecuteC(0xc000fa2840, 0x0, 0x0, 0xc001007f60) /Users/cory/go/pkg/mod/github.com/spf13/[email protected]/command.go:950 +0x375 github.com/spf13/cobra.(*Command).Execute(...) /Users/cory/go/pkg/mod/github.com/spf13/[email protected]/command.go:887 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/cory/go/pkg/mod/github.com/spf13/[email protected]/command.go:880 github.com/cosmos/cosmos-sdk/simapp/simd/cmd.Execute(0xc000fa2840, 0x5a6d8e0, 0xc001018e50) /Users/cory/Code/cosmos/cosmos-sdk/simapp/simd/cmd/root.go:82 +0x158 main.main() /Users/cory/Code/cosmos/cosmos-sdk/simapp/simd/main.go:11 +0x2a
The text was updated successfully, but these errors were encountered:
fixed in #8280
Sorry, something went wrong.
aleem1314
No branches or pull requests
Steps to reproduce:
start & run a new chain, then:
Results in the following error:
The text was updated successfully, but these errors were encountered: