-
Notifications
You must be signed in to change notification settings - Fork 325
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
Archiver #41
Archiver #41
Conversation
11dfbb3
to
ba6ddde
Compare
* The data that makes up the rollup proof, with encoder decoder functions. | ||
*/ | ||
export class L2Block { | ||
public yeet?: Buffer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of having a yeet on the block? Is this to be set to all data yeeted in the block or what is the reasoning? Please comment it. Also, there can be multiple yeets for one block, so it might need some clarification there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change a lot and it's basically only a placeholder thing for now. I assigned it on a block because originally we also did that for offchainData
.
Description
Resolves:
#10
#11
#12
#13
#14
Checklist: