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
When running
hermes clear packets --chain Oraichain --port transfer --channel channel-217 --packet-sequences 1551
the following error occurs
-- gRPC call send_tx_simulate failed with status: status: Unknown, message: "recovered: runtime error: invalid memory address or nil pointer dereference\nstack:\ngoroutine 7016177987 [running]:\nruntime/debug.Stack()\n\truntime/debug/stack.go:26 +0x5e\ngithub.com/cosmos/cosmos-sdk/baseapp.NewBaseApp.newDefaultRecoveryMiddleware.f
send_tx_simulate
(full log is here - https://gist.github.com/PFC-developer/bcb013540b9100d3bb5493219a5ee59f )
The text was updated successfully, but these errors were encountered:
This sounds like a bug on the chain side, not sure there is anything we can do in Hermes about that. Do you have the logs from the node?
Sorry, something went wrong.
No branches or pull requests
When running
the following error occurs
-- gRPC call
send_tx_simulate
failed with status: status: Unknown, message: "recovered: runtime error: invalid memory address or nil pointer dereference\nstack:\ngoroutine 7016177987 [running]:\nruntime/debug.Stack()\n\truntime/debug/stack.go:26 +0x5e\ngithub.com/cosmos/cosmos-sdk/baseapp.NewBaseApp.newDefaultRecoveryMiddleware.f(full log is here - https://gist.github.com/PFC-developer/bcb013540b9100d3bb5493219a5ee59f )
The text was updated successfully, but these errors were encountered: