ctb: Change getL2Output to getL2OutputAfter#4045
Conversation
🦋 Changeset detectedLatest commit: 5d0d69b The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 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 |
c378bdf to
0b8b2c5
Compare
0b8b2c5 to
d7794ab
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
d7794ab to
8af4da0
Compare
clabby
left a comment
There was a problem hiding this comment.
Looks good- will approve after the gas snapshot is updated.
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
a9ec30e to
071aa3f
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
071aa3f to
5d3a588
Compare
5d3a588 to
59c7d4f
Compare
59c7d4f to
67a48b0
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
67a48b0 to
09835a8
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
This change is semantcially clearer since the L2Output returned doesn’t always directly correspond to the output values of the given L2 block.
09835a8 to
5d0d69b
Compare
smartcontracts
left a comment
There was a problem hiding this comment.
Superseded by #4093
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
|
Going to close this in favor of #4093 |
Description
Renames
getL2OutputtogetL2OutputAfter, which is semantically more descriptive, and could prevent future issues due to misunderstandings.This change may break external code, and so is posted here for consideration and discussion.
Tests
Tests are updated.