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(protocol): propose multiple blocks in one call #17787

Merged
merged 6 commits into from
Jul 13, 2024

Conversation

cyberhorsey
Copy link
Contributor

this pr allows you to propose multiple blocks in one call, three different ways:

  1. calldata (arrays of txLists and params as inputs to the function)
  2. multiple blocks per blob (by passing in offsets and lengths as members on the blockParams struct)
  3. as multiple blobs (by passing in blobIndex on the blockParams struct)

Copy link

openzeppelin-code bot commented Jul 12, 2024

feat(protocol): propose multiple blocks in one call

Generated at commit: cc9a696ea6037c2f4b6c68f352aaff33849d2b1e

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
2
0
8
42
54
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@cyberhorsey cyberhorsey merged commit 7451a5a into preconfirmations Jul 13, 2024
3 of 4 checks passed
@cyberhorsey cyberhorsey deleted the multiple_blocks_in_one_call branch July 13, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants