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

Capturing array events #1474

Open Braqzen opened 11 months ago

Braqzen commented 11 months ago

It is unclear how an array may be logged and captured in the indexer.

When building there is a compilation error for an ABI implementation mismatch (although this may have been my own mistake after fatigue, nevertheless my opening sentence stands). This occurred when the arrays have been defined in the same way in Sway and in the indexer.

In part the following issue may be related. Ref #1475

ra0x3 commented 10 months ago

I have a feeling this might be related to https://github.com/FuelLabs/fuel-indexer/issues/1383 - but someone will have to double check