Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize undefined gas limit for individual Beacon updates #448

Open
bbenligiray opened this issue Jul 17, 2023 · 1 comment
Open

Optimize undefined gas limit for individual Beacon updates #448

bbenligiray opened this issue Jul 17, 2023 · 1 comment
Labels
enhancement New feature or request Operations
Milestone

Comments

@bbenligiray
Copy link
Member

Blocked by #447 and #446

With self-funded Beacons, we also want to omit fulfillmentGasLimit (same reasons as #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 #446

@metobom metobom added this to the Phase 2 milestone Jul 17, 2023
@bbenligiray bbenligiray changed the title Support undefined gas limit for self-funded Beacons Optimize undefined gas limit for individual Beacon updates Jul 17, 2023
@bbenligiray
Copy link
Member Author

@metobom Let's also drop this from Phase 2 to high priority Post-phase 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Operations
Projects
None yet
Development

No branches or pull requests

2 participants