Open PFC-developer opened 1 week ago
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 )
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?
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 )