feat: extract gas limit estimation to driver, add 20% buffer#2291
Conversation
🦋 Changeset detectedLatest commit: aca0684 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3a91cc6 to
2282622
Compare
|
Do you mind adding a changeset? Otherwise looks good to me |
Codecov Report
@@ Coverage Diff @@
## develop #2291 +/- ##
============================================
+ Coverage 80.08% 96.15% +16.07%
============================================
Files 77 51 -26
Lines 2460 1508 -952
Branches 450 229 -221
============================================
- Hits 1970 1450 -520
+ Misses 490 58 -432
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
a50031f to
3277883
Compare
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.
3277883 to
aca0684
Compare
### Description Updates the kona book with the indexed and polling traversal stages.
Description
On mainnet we are seeing out of gas 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.
Metadata