You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. I'm currently experiencing an issue with processing transactions in blocks due to a bug (likely mine).
The error message I'm receiving is "ERR re-enqueueing failed block err="failed to get transactions for block: error while unpacking message: no concrete type registered for type URL /ethermint.evm.v1.MsgEthereumTx against interface *types.Msg".
I've noticed that the first version of bigdipper is functioning well and I've identified that the problem lies in the fact that this @type is unfamiliar to bdjuno. Would it be possible for you to assist me with this matter? Thank you.
Based on the chain_id listed as "primo_1337-1" in the Genesis file, it seems that my blockchain is a custom blockchain. Is it a possibility that the message cannot be processed due to this custom blockchain?
I found the big dipper implementation and it works fine with this @type
Hello there. I'm currently experiencing an issue with processing transactions in blocks due to a bug (likely mine).
The error message I'm receiving is "ERR re-enqueueing failed block err="failed to get transactions for block: error while unpacking message: no concrete type registered for type URL /ethermint.evm.v1.MsgEthereumTx against interface *types.Msg".
I've noticed that the first version of bigdipper is functioning well and I've identified that the problem lies in the fact that this @type is unfamiliar to bdjuno. Would it be possible for you to assist me with this matter? Thank you.
Based on the chain_id listed as "primo_1337-1" in the Genesis file, it seems that my blockchain is a custom blockchain. Is it a possibility that the message cannot be processed due to this custom blockchain?
I found the big dipper implementation and it works fine with this @type
rpc: http://159.223.229.157:26657/
grpc: 159.223.229.157:9090/
grpc-web: 159.223.229.157:9091
Tendermint API: http://159.223.229.157:1317
The text was updated successfully, but these errors were encountered: