• 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
bigint.go 841 Bytes