• Kero's avatar
    indexer: update format string for uuid.UUID (#9772) · 873bc000
    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 Loading commit data...
blocks.go Loading commit data...
bridge_messages.go Loading commit data...
bridge_transactions.go Loading commit data...
bridge_transfers.go Loading commit data...
contract_events.go Loading commit data...
db.go Loading commit data...
logger.go Loading commit data...
mocks.go Loading commit data...
types.go Loading commit data...