Braqzen
Braqzen
Enums are documented to act as strings. I don't know if that's a good approach but at least the documentation is limited to enums that only use unit types. We...
It would be nice if the following issues are addressed either via type support in the indexer or documentation on usage. - [x] #1471 - [ ] #1472 - [x]...
When attempting to capture tuples there was an issue. I was informed that in order to capture a tuple it must be wrapped in a struct and its components to...
It has been brought to my attention that the indexer can only capture an event if it has an ID associated with it, potentially in the form of a struct....
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...
In the documentation there are sections which display the usage of sway structs that usually, if not exclusively, contain integers. There are snippets of code rather than complete examples from...
We provide a docker-compose.yml but do not inform the user of what to do with it, how to alter it etc. It would be useful to show the user the...
This type is supported by Sway but not by the indexer, and such is also undocumented. When I used it in a project the indexer failed to build as it...
When [starting a service](https://fuellabs.github.io/fuel-indexer/master/getting-started/quickstart.html#22-setup-a-database-and-start-the-indexer-service) a note states that a user may need to alter their flags to point at their postgres instance. An alternative approach of starting a docker container...
Section 2 informs us about `forc index` but there is no mention of how to install these components. The previous section tells us to install `fuelup` and then we move...