-
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 |
---|---|---|
.. | ||
serializers | ||
blocks.go | ||
bridge_messages.go | ||
bridge_transactions.go | ||
bridge_transfers.go | ||
contract_events.go | ||
db.go | ||
logger.go | ||
mocks.go | ||
types.go |