Filecoin ChainGetBlockMessages ChainGetMessage etc., block not found?

Hi. Im trying get a filecoin message receipt, some problem happened.

My request command is here:

curl --location --request POST 'https://filecoin.infura.io/rpc/v0' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic MXFRaWlOTTVpbXJpRzhGWHFJRlRRdVduZ3BQOjUyZWIzMzNlOTU0ZTMzMTcyYjE0Zjg2NTc3NmQxZGM2' \
--data-raw '{
    "jsonrpc": "2.0",
    "method": "Filecoin.StateGetReceipt",
    "id": 1,
    "params": [
        {
            "/": "bafy2bzacebz7wl6u5tdl5jms75b6t6apioojyb4ipxtqznrvlolkruyrc3oqm"
        },[]
    ]
}'

My response json is here:

{"jsonrpc":"2.0","id":1,"error":{"code":1,"message":"failed to load message: blockstore: block not found"}}

Hi @gitslagga!

It looks like you’re trying to get archive data - we don’t currently support archive requests for Filecoin, but we’ll be sure to send out an update if that changes!

1 Like