Conversation
🦋 Changeset detectedLatest commit: e533645 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 |
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
b0f1ab8 to
366eeb0
Compare
|
What do you think about also renaming |
|
I like the idea here |
|
Looks like a new gas snapshot is necessary |
366eeb0 to
151b501
Compare
What name do you have in mind? |
151b501 to
384ff8d
Compare
smartcontracts
left a comment
There was a problem hiding this comment.
Nice, good changes.
Whoops missed the fact that CI is failing
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
384ff8d to
029f163
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
029f163 to
8fc9265
Compare
8fc9265 to
20131bd
Compare
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
20131bd to
359be35
Compare
|
@Mergifyio refresh |
✅ Pull request refreshed |
What does that do @tynes ? |
It makes mergify look at the PR again, helps to get it on the merge train |
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
6cd958d to
e3f0d76
Compare
protolambda
left a comment
There was a problem hiding this comment.
LGTM. You may need to update the bindings or gas-snapshot later, depending on the merge order with the other PRs in review currently.
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
Please enter the commit message for your changes. Lines starting
This is more accurate than saying 'L2 output' which is better applied to the full unhashed data structure
e3f0d76 to
8966409
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
- Eliminated chain_dbs_map.clone() before constructing ReorgHandler in Service::init_l1_watcher(). - The map is created for the spawned task and not used elsewhere, so it can be moved safely. - This reduces allocations and minor overhead without changing behavior. Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
Description
The main changes are:
sequencertoproposerproposeinstead ofappendoutputRootinstead ofl2Outputwhen referring to thebytes32hash of the Output