Hi guys, never encountered that one before. Is it some versioning error? I’ll paste fuelup show
at the end. I’m running fuel-core on 127.0.0.1:4000.
The error:
swapMachine.ts:504 Error: Unknown field "fuelBlockSpend" on type "Message".:
{"response":
{"data":null,"errors":[{"message":"Unknown field \"fuelBlockSpend\" on type \"Message\".","locations":[{"line":29,"column":3}]}],"status":200,"headers":{"map":{"content-length":"129","content-type":"application/json"}}},"request":{"query":"query getResourcesToSpend($owner: Address!, $queryPerAsset: [SpendQueryElementInput!]!, $excludedIds: ExcludeInput) {\n resourcesToSpend(\n owner: $owner\n queryPerAsset: $queryPerAsset\n excludedIds: $excludedIds\n ) {\n ...coinFragment\n ...messageFragment\n }\n}\n\nfragment coinFragment on Coin {\n utxoId\n owner\n amount\n assetId\n maturity\n status\n blockCreated\n}\n\nfragment messageFragment on Message {\n amount\n sender\n recipient\n data\n nonce\n daHeight\n fuelBlockSpend\n}","variables":
{"owner":"0x6125c574cc5ea59b852e047ff189b769d00aa72edb3090786aba4ee551640fc6","queryPerAsset":[{"assetId":"0x0000000000000000000000000000000000000000000000000000000000000000","amount":"200000100"}],"excludedIds":{"messages":[],"utxos":[]}}}}
Sorry for the terrible formatting.
fuelup show
:
fuelup show
Default host: aarch64-apple-darwin
fuelup home: /Users/maurice/.fuelup
installed toolchains
--------------------
beta-3-aarch64-apple-darwin
latest-aarch64-apple-darwin
latest-2023-01-18-aarch64-apple-darwin
test (default)
active toolchain
-----------------
test (default)
forc : 0.35.3
- forc-client
- forc-deploy : 0.35.3
- forc-run : 0.35.3
- forc-doc : 0.35.3
- forc-explore - not found
- forc-fmt : 0.35.3
- forc-index - not found
- forc-lsp : 0.35.3
- forc-tx : 0.35.3
- forc-wallet : 0.2.0
fuel-core : 0.17.3
fuel-indexer - not found