FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

bug: indexers fail due to incorrect instantiation of stubs in the API server. #1505

Closed lostman closed 7 months ago

lostman commented 7 months ago

Description

Reported by @chlenc https://github.com/FuelLabs/fuel-indexer/issues/1501#issuecomment-1843694800.

Failed to get WASM module toolchain version: Error while importing "env"."ff_find_many": incompatible import type. Expected Function(FunctionType { params: [I64, I32, I32], results: [I32] }) but received Function(FunctionType { params: [I64, I64, I32, I32], results: [I32] })