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

Archiver #41

Merged
merged 31 commits into from
Mar 16, 2023
Merged

Archiver #41

merged 31 commits into from
Mar 16, 2023

Conversation

benesjan
Copy link
Contributor

@benesjan benesjan commented Mar 13, 2023

Description

Resolves:
#10
#11
#12
#13
#14

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

@benesjan benesjan force-pushed the janb/archiver-viem branch from 11dfbb3 to ba6ddde Compare March 13, 2023 20:50
@benesjan benesjan changed the title Data Archiver Archiver Mar 15, 2023
@benesjan benesjan requested a review from PhilWindle March 15, 2023 18:27
* The data that makes up the rollup proof, with encoder decoder functions.
*/
export class L2Block {
public yeet?: Buffer;
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@PhilWindle PhilWindle merged commit 17d69f1 into master Mar 16, 2023
@benesjan benesjan deleted the janb/archiver-viem branch March 16, 2023 15:38
ludamad pushed a commit that referenced this pull request Jul 19, 2023
ludamad pushed a commit that referenced this pull request Jul 21, 2023
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.

4 participants