Skip to content

Introduce TransactionPool and PayloadBuilder #182

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

Merged
merged 8 commits into from
Apr 2, 2025
Merged

Conversation

frisitano
Copy link
Collaborator

No description provided.

Copy link

codspeed-hq bot commented Mar 31, 2025

CodSpeed Performance Report

Merging #182 will not alter performance

Comparing feat/payload-builder (57cebd9) with scroll (ae9506d)

Summary

✅ 77 untouched benchmarks

@frisitano frisitano requested a review from greged93 April 2, 2025 06:39
@frisitano frisitano marked this pull request as ready for review April 2, 2025 06:39
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! just a few typos and questions

Comment on lines +90 to +97
// Seal the block and return if hashes match
let block_hash = block.hash_slow();
if block_hash == expected_hash {
return block
.seal_unchecked(block_hash)
.try_recover()
.map_err(|err| NewPayloadError::Other(err.into()));
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this to handle the deprecation of clique?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is. I've opened an issue to productionise the ScrollEngineValidator #184

@frisitano frisitano merged commit e013f29 into scroll Apr 2, 2025
46 checks passed
@frisitano frisitano deleted the feat/payload-builder branch April 2, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants