fix[dtl]: represent gas limit as a string to avoid issues with large gas limits#969
fix[dtl]: represent gas limit as a string to avoid issues with large gas limits#969
Conversation
🦋 Changeset detectedLatest commit: 12c2d09 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
Codecov Report
@@ Coverage Diff @@
## develop #969 +/- ##
========================================
Coverage 82.21% 82.21%
========================================
Files 48 48
Lines 1895 1895
Branches 303 303
========================================
Hits 1558 1558
Misses 337 337 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
So far so good - does this also need changes on the rollup client?
I believe this is the change: It does seem to be working in the integration tests so perhaps its not needed? |
|
@smartcontracts Could you add a changeset? |
tynes
left a comment
There was a problem hiding this comment.
Do not merge without a changeset
Running some load tests right now, will get a changeset here in about 10 mins |
Description
Represents gas limit as a string within
DecodedSequencerBatchTransactions in order to avoid issues where particularly large gas limits would crash the DTL.