• Conner Fromknecht's avatar
    feat: only log batch tx size once · 961dfe25
    Conner Fromknecht authored
    Previously it was being logged every time we modified the gas price.
    Additionally, we log the raw byte length rather than tx.Size(). The
    latter returns a float value of type StorageSize, which explains why the
    metrics haven't been indicating actual byte values.
    961dfe25
service.go 6.9 KB