I'm not sure whether this issue belongs on this repository or with Lotus, but since I'm using the Localnet setup from this repo I'll open it here. Let me know if I should move it to Lotus.
With the latest master of this repo (a2048ee8d580d16b17698358d0ade3f1285150ee) I am getting the following error when calling RPC method 'Filecoin.Version':
{"jsonrpc":"2.0","id":1,"error":{"code":1,"message":"unknown node type 0"}}
Steps to reproduce
Wait until started. Then in a separate terminal:
curl -X POST \
-H "Content-Type: application/json" \
--data '{ "jsonrpc": "2.0", "method": "Filecoin.Version", "params": [], "id": 1 }' \
'http://127.0.0.1:7777/rpc/v0'
Environment
Operating System: macOS Big Sur 11.1
Docker Version: Docker Desktop 3.1.0