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

Refactor indexL1InfoRoot to l1InfoTreeLeafCount #312

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

ignasirv
Copy link
Contributor

No description provided.

@@ -90,7 +90,7 @@ contract PolygonValidiumEtrog is PolygonRollupBaseEtrog, IPolygonValidium {
*/
function sequenceBatchesValidium(
ValidiumBatchData[] calldata batches,
uint32 indexL1InfoRoot,
uint32 l1InfoRootLeafcount,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
uint32 l1InfoRootLeafcount,
uint32 l1InfoRootLeafCount,

camelCase xD

Copy link
Contributor

Choose a reason for hiding this comment

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

this applies for all namings

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe it is better l1InfoTreeLeafCount ?
instead of root

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it is!

@ignasirv ignasirv changed the title Refactor indexL1InfoRoot to l1InfoRootLeafcount Refactor indexL1InfoRoot to l1InfoTreeLeafCount Aug 20, 2024
Copy link

sonarcloud bot commented Aug 20, 2024

@krlosMata krlosMata marked this pull request as draft August 20, 2024 16:08
@krlosMata krlosMata marked this pull request as ready for review August 20, 2024 16:08
Copy link
Contributor

@krlosMata krlosMata left a comment

Choose a reason for hiding this comment

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

😸

@invocamanman invocamanman merged commit 47b8920 into feature/ongoingPP Aug 29, 2024
6 checks passed
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