rashad
rashad
- Currently on the fuel-indexer, when fetching transactions for a block, we're grabbing the transaction fragments, and then making requests to fuel-core via the GQL client, for each transaction fragment...
- On the indexer team we have a really really old bug/hack that we'd like to finally fix - https://github.com/FuelLabs/fuel-indexer/issues/408 - The issue is related to some dependency that the...
- We had an issue with errant symbols getting into WASM binaries due to upstream fuel-core dependencies - https://github.com/FuelLabs/fuel-indexer/issues/246 - We created a temporary hack to strip out these errant...
Indexing functionality ⛔️ = blocked - [ ] https://github.com/FuelLabs/fuel-indexer/issues/886 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/795 - [x] https://github.com/FuelLabs/fuel-indexer/issues/1098 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1063 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1383 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1382 - [x]...
- More details to come - @Br1ght0ne, when discussing with this with @Voxelot your name was brought up as a potential nix expert to consult with - We essentially have...
- This section would address the following documentation issues: - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1490 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1475 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1476 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1491 - [ ] https://github.com/FuelLabs/fuel-indexer/issues/1500 -...
- [Please see this Slack thread for context](https://fuellabs.slack.com/archives/C04BQKYTJQJ/p1701702826656989) - We confirmed that the error happened on `http://beta-4.fuel.network` as well - This means that `--replace-indexer` is not actually replacing the indexer...
- We ideally want to keep GraphQL usage on the web API - We're using GraphQL syntax to define our data models (regardless of the outcome of this issue) so...
- This is a request from SwayGang - If the SDK supports this via multiple targets, we should be able to support this - We'd have to update things to...
> This issue is written within the context of the indexer specifically but could be expanded to include other ecosystem projects (e.g., Fuel Client) that would benefit from simulated traffic...