You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
With self-funded Beacons, we also want to omit fulfillmentGasLimit (same reasons as api3dao/airseeker#447), but we don't want to call estimateGas() for each update because it's wasteful (they will all return the same value). As a solution, in cases that fulfillmentGasLimit is not defined and the transaction to be made is a single Beacon update, we can use the estimateGas() result we got from api3dao/airseeker#446
The text was updated successfully, but these errors were encountered:
bbenligiray
changed the title
Support undefined gas limit for self-funded Beacons
Optimize undefined gas limit for individual Beacon updates
Jul 17, 2023
Blocked by api3dao/airseeker#447 and api3dao/airseeker#446
With self-funded Beacons, we also want to omit
fulfillmentGasLimit
(same reasons as api3dao/airseeker#447), but we don't want to callestimateGas()
for each update because it's wasteful (they will all return the same value). As a solution, in cases thatfulfillmentGasLimit
is not defined and the transaction to be made is a single Beacon update, we can use theestimateGas()
result we got from api3dao/airseeker#446The text was updated successfully, but these errors were encountered: