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

chore(rollup): store genesis state as a struct #12409

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

Maddiaa0
Copy link
Member

@Maddiaa0 Maddiaa0 commented Mar 3, 2025

Overview

Split out from work speeding up kind tests, this is much better suited as a struct as they are set together

Copy link
Member Author

Maddiaa0 commented Mar 3, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Maddiaa0 Maddiaa0 requested a review from LHerskind March 3, 2025 13:49
bytes32 _protocolContractTreeRoot,
bytes32 _genesisArchiveRoot,
bytes32 _genesisBlockHash,
address _ares,
Copy link
Contributor

Choose a reason for hiding this comment

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

The Big Lebowski Goodnight Sweet Prince GIF

bytes32 vkTreeRoot;
bytes32 protocolContractTreeRoot;
bytes32 genesisArchiveRoot;
bytes32 genesisBlockHash;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a ref to #8829 as the blockHash don't really need to be there.

@Maddiaa0 Maddiaa0 merged commit a4e1c70 into master Mar 3, 2025
7 checks passed
@Maddiaa0 Maddiaa0 deleted the md/genesis-config-struct branch March 3, 2025 14:38
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