Skip to content
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

feat(derive): Add ChannelAssembler size limitation #700

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Oct 17, 2024

Overview

Note

Needs #702

Adds a check for maximum channel size to the ChannelAssembler stage, which enforces that the channel being built never exceeds MAX_RLP_BYTES_PER_CHANNEL. This update is according to the recent update to the Holocene spec here

Closes #698

@clabby clabby added K-feature Kind: feature A-derive Area: kona-derive crate H-holocene Hardfork: Holocene related labels Oct 17, 2024
@clabby clabby self-assigned this Oct 17, 2024
@clabby clabby force-pushed the cl/channel-assembler-size-limit branch 5 times, most recently from e52b256 to 7621068 Compare October 17, 2024 02:55
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.2%. Comparing base (e884f6e) to head (4050a5c).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby force-pushed the cl/channel-assembler-size-limit branch 5 times, most recently from 7621068 to 2e0752f Compare October 17, 2024 04:16
@clabby clabby changed the base branch from main to cl/fix-build October 17, 2024 04:16
@clabby clabby force-pushed the cl/channel-assembler-size-limit branch 6 times, most recently from 1fe0baa to 80fd9a0 Compare October 17, 2024 16:16
@clabby clabby changed the base branch from cl/fix-build to main October 17, 2024 16:17
@clabby clabby force-pushed the cl/channel-assembler-size-limit branch from 80fd9a0 to 4050a5c Compare October 17, 2024 16:44
@clabby clabby marked this pull request as ready for review October 17, 2024 16:53
@clabby clabby requested a review from refcell as a code owner October 17, 2024 16:53
@refcell refcell added this pull request to the merge queue Oct 17, 2024
Merged via the queue into main with commit 6b6a881 Oct 17, 2024
17 checks passed
This was referenced Oct 17, 2024
fakedev9999 pushed a commit to fakedev9999/kona that referenced this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-derive Area: kona-derive crate H-holocene Hardfork: Holocene related K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(derive): ChannelAssembler size limitations
2 participants