-
Notifications
You must be signed in to change notification settings - Fork 31
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(consensus): add versioned constants to Consensus #3223
feat(consensus): add versioned constants to Consensus #3223
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e9d58e3
to
01b8533
Compare
f6f7f30
to
55013d2
Compare
01b8533
to
a454f2c
Compare
55013d2
to
1499408
Compare
a454f2c
to
6e52ae0
Compare
Benchmark movements: |
0981189
to
cd1a325
Compare
6e52ae0
to
8859ae8
Compare
8859ae8
to
d3ad325
Compare
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.
Reviewed 2 of 5 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ayeletstarkware)
crates/sequencing/papyrus_consensus_orchestrator/src/versioned_constants.rs
line 16 at r2 (raw file):
pub min_gas_price: u64, /// The maximum block size in gas units. pub max_block_size: u64,
Was this also discussed to be a version constant? I remember only the other 3.
Code quote:
max_block_size
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @alonh5)
crates/sequencing/papyrus_consensus_orchestrator/src/versioned_constants.rs
line 16 at r2 (raw file):
Previously, alonh5 (Alon Haramati) wrote…
Was this also discussed to be a version constant? I remember only the other 3.
I think so. That's what I wrote on Monday after the design review.
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ayeletstarkware)
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ayeletstarkware)
No description provided.