Describe the bug
we use this api to get txs /cosmos/tx/v1beta1/txs/block/13214281. But it return this error
{
"code": 3,
"message": "unable to resolve type URL /terra.wasm.v1beta1.MsgExecuteContract: tx parse error: invalid request",
"details": [
]
}
There are some MsgExecuteContract transactions in this block. It seems this api not support MsgExecuteContract transactions.
To Reproduce
call this api /cosmos/tx/v1beta1/txs/block/13214281
Context & versions
classic-core v2.1.1