FuelLabs/fuel-indexer
*Archived* 🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
RustNOASSERTION
Pinned issues
Issues
- 0
RUSTSEC-2024-0375: `atty` is unmaintained
#1530 opened by github-actions - 0
- 0
RUSTSEC-2024-0363: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#1528 opened by github-actions - 1
Investigate `nix` usage for `forc index`
#1499 opened by ra0x3 - 0
RUSTSEC-2021-0127: serde_cbor is unmaintained
#1527 opened by github-actions - 0
RUSTSEC-2024-0336: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input
#1526 opened by github-actions - 1
Add a CI test to ensure the contract ID in fuel-indexer-test indexer manifest matches the contract ID of fuel-indexer-test contract
#1451 opened by lostman - 0
- 0
enhancement: add fuel indexer reset-database
#1517 opened by lostman - 0
chore: remove --embedded-database
#1513 opened by lostman - 0
- 0
RUSTSEC-2024-0320: yaml-rust is unmaintained.
#1525 opened by github-actions - 0
- 0
- 0
Upgrade to beta-5 network
#1494 opened by ra0x3 - 5
How to find and remove entity by id?
#1501 opened by chlenc - 0
Empty value of entity after writing with `.save()` and reading with `::find()`
#1518 opened by chlenc - 8
Fail indexer deploy | thread 'main' panicked at plugins/forc-index/src/utils.rs:104:1
#1512 opened by PaulZhemanov - 3
Add support for `.delete()` in `Entity`
#1511 opened by ra0x3 - 6
How to store I64 on indexer
#1500 opened by chlenc - 0
bug: Sqlx(PoolTimedOut) when running multiple indexers
#1507 opened by lostman - 0
bug: indexers fail due to incorrect instantiation of stubs in the API server.
#1505 opened by lostman - 0
Add a `How it works` section
#1492 opened by ra0x3 - 4
- 7
Add support for multiple contract ABIs
#1491 opened by ra0x3 - 0
Documentation doesn't explain APIs for storage
#1490 opened by dmihal - 1
- 1
Errors "expected `AssetId`, found `[u8; 32]` arguments to this function are incorrect" and "Unrecognized primitive type: `str`." during `forc index build`
#1484 opened by chlenc - 0
enhancement: find_many order_by improvements
#1485 opened by lostman - 8
Resolve Sway contract `configurables` name collision issues
#1487 opened by ra0x3 - 3
b256 usage
#1477 opened by Braqzen - 3
Extend enum support beyond strings with the unit type
#1473 opened by Braqzen - 0
Epic: Sway Primitive Type Support
#1470 opened by Braqzen - 1
Tuple support
#1476 opened by Braqzen - 1
Wrapping all types in structs
#1475 opened by Braqzen - 4
Build fails on Mac M1
#1465 opened by hummusonrails - 1
Capturing array events
#1474 opened by Braqzen - 0
`Enity::find` panics
#1480 opened by ra0x3 - 0
`u16` scalar usage in the indexer
#1471 opened by Braqzen - 0
Implement `.find_many()` on `Entity`
#1467 opened by ra0x3 - 0
Documentation for all primitive Sway types
#1478 opened by Braqzen - 1
Add support for aggregate GraphQL queries
#1468 opened by deekerno - 0
Docker container documentation
#1479 opened by Braqzen - 0
`u256` support
#1472 opened by Braqzen - 0
- 0
Quickstart: state that a docker contain can be used to start an indexer service
#1464 opened by Braqzen - 0
Small updates to `forc index status`
#1463 opened by ra0x3 - 1
Add a `--network` flag to `fuel-indexer`
#1455 opened by ra0x3 - 0
In Quickstart, recommend a docker Postgres container be used if `--embedded-database` fails
#1452 opened by ra0x3 - 0
Make many-to-many entity saving more idiomatic
#1453 opened by ra0x3