Hi guys, I just noticed the production version of Swaylend stopped passing any tx with the next error, but it worked well a few days ago well
Error: Unknown field "status" on type "Coin".: {"response":{"data":null,"errors":[{"message":"Unknown field \"status\" on type \"Coin\".","locations":[{"line":18,"column":3}]},{"message":"Unknown field \"status\" on type \"Message\".","locations":[{"line":28,"column":3}]},{"message":"Unknown field \"resourcesToSpend\" on type \"Query\". Did you mean \"coinsToSpend\"?","locations":[{"line":2,"column":3}]}],"status":200,"headers":{"map":{"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 coinStatus: status\n blockCreated\n}\n\nfragment messageFragment on Message {\n amount\n sender\n recipient\n data\n nonce\n messageStatus: status\n daHeight\n}","variables":{"owner":"0xf544349bc57a4fb57e9af1de2c4415a39b57856fe8c76263f040806095734ec1","queryPerAsset":[{"assetId":"0x0000000000000000000000000000000000000000000000000000000000000000","amount":"2"}],"excludedIds":{"messages":[],"utxos":[]}}}}
Is there any chain issue?
swaylend code GitHub - compolabs/sway-lend at beta-4
the contract was deployed on the beta-4
toolchain
Version of the fuel wallet: 0.13.0