Hi! i’m trying to get messages from blocks like that
body: { "jsonrpc": "2.0", "method": "Filecoin.ChainGetMessage", "params": [{"/":"bafy2bzaceddgc622j4k4rusrblwhxu6ryhjcwiq546vifqspwterjhbswutw6"}], "id":0 }
but i always receive in response
{“jsonrpc”:“2.0”,“id”:0,“error”:{“code”:1,“message”:“blockstore: block not found”}}
I saw a question of a year ago with the same issue https://community.infura.io/t/filecoin-chaingetblockmessages-chaingetmessage-etc-block-not-found/2766 and i would like to know if i’m missing something or if such requests are not yet supported.
Thanks in advance