When I try to connect with RPC using fuel rust sdk, I am getting the following error while running the code
Error: io: Response errors; Unknown field "maxGas" on type "NodeInfo".; Unknown field "maxSize" on type "NodeInfo".; Unknown field "txPoolStats" on type "NodeInfo".
2 Likes
This kind of error usually shows up when there is a version mismatch between the Rust SDKs supported fuel-core release and the fuel-core version run by the node you are connecting to.
Are you experiencing this with your local tests or when connecting to test/mainnet?
Could you share what version of the sdk and fuel-core (if run locally) you are using?
1 Like