-
Kero authored
* indexer: update format string for uuid.UUID The relayEvent variable is of type uuid.UUID, but it's being formatted as an integer (%d). This will cause a runtime error. Use %s to format the UUID as a string. * indexer: constraint l2_block_headers.timestamp > 0 * indexer: doc bigint.Clamp assumption
873bc000
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
api | ||
api-ts | ||
bigint | ||
client | ||
cmd/indexer | ||
config | ||
database | ||
e2e_tests | ||
etl | ||
migrations | ||
node | ||
ops | ||
processors | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
indexer.go | ||
indexer.toml |