Describe the bug
User reports
When running any forge script, before the script even gets called, i get an actor not found error for some random address that i am unfamiliar with
Check if Forest works fine with the forge scripts.
To reproduce
https://github.com/Schwartz10/actor-not-found/blob/main/run-counter.sh
Expected behaviour
No errors.
Other information and links
This is not yet a confirmed bug; it needs to be reproduced. It might be that the Forest node was not configured properly.
Environment
containers:
- args:
- --chain
- mainnet
- --rpc
- "true"
- --rpc-address
- 0.0.0.0:1234
- --healthcheck-address
- 0.0.0.0:2347
- --metrics-address
- 0.0.0.0:6116
- --encrypt-keystore
- "false"
- --no-gc
command:
- forest
env:
- name: FOREST_CHAIN_INDEXER_ENABLED
value: "true"
- name: FOREST_JWT_DISABLE_EXP_VALIDATION
value: "true"
- name: FOREST_RPC_BACKFILL_FULL_TIPSET_FROM_NETWORK
value: "true"
image: ghcr.io/chainsafe/forest:v0.31.1
There's also a temporary endpoint running Forest and Lotus Gateway to check against.
curl --location 'https://filecoin.chain.love/public-forest/rpc/v1' \
--header 'Content-Type: application/json' \
--header 'kong-debug: 1' \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'
Describe the bug
User reports
Check if Forest works fine with the forge scripts.
To reproduce
https://github.com/Schwartz10/actor-not-found/blob/main/run-counter.sh
Expected behaviour
No errors.
Other information and links
This is not yet a confirmed bug; it needs to be reproduced. It might be that the Forest node was not configured properly.
Environment
There's also a temporary endpoint running Forest and Lotus Gateway to check against.