• Conner Fromknecht's avatar
    feat: extract gas limit estimation to driver, add 20% buffer · aca0684e
    Conner Fromknecht authored
    On mainnet we are seeing out of exceptions with some frequency. In all
    of these cases it appears we are very, very close to being successful.
    This commit extracts the internal calls performed by RawTransact into
    the driver and then adds a buffer to limit the possibility of losing
    money on the reverting transactions, since these very large transactions
    are costly especially in the current fee market.
    aca0684e
driver.go 9.56 KB