We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Protocol Oxford might introduce a new set of features called 'Adaptive Issuance`, which when activated will rename a few protocol constants:
ratio_of_frozen_deposits_slashed_per_double_endorsement
percentage_of_frozen_deposits_slashed_per_double_attestation
double_baking_punishment
percentage_of_frozen_deposits_slashed_per_double_baking
for_double_endorsing
for_double_attesting
endorsing_reward_per_slot
attesting_reward_per_slot
missed_endorsements
missed_attestations
preendorsements_seen
preattestations_seen
endorsements_seen
attestation_seen
double_endorsing_evidences_seen
double_attesting_evidences_seen
The text was updated successfully, but these errors were encountered:
test: updated protocol constants test with oxfordnet
9b57e12
re #2594
2594 oxford protocol constants update (#2637)
58df70f
* test: updated protocol constants test with oxfordnet re #2594 * feat: added interface ConstantsResponseProto018 for oxfordnet
hui-an-yang
Successfully merging a pull request may close this issue.
Protocol Oxford might introduce a new set of features called 'Adaptive Issuance`, which when activated will rename a few protocol constants:
ratio_of_frozen_deposits_slashed_per_double_endorsement
intopercentage_of_frozen_deposits_slashed_per_double_attestation
double_baking_punishment
intopercentage_of_frozen_deposits_slashed_per_double_baking
for_double_endorsing
intofor_double_attesting
endorsing_reward_per_slot
intoattesting_reward_per_slot
missed_endorsements
intomissed_attestations
preendorsements_seen
intopreattestations_seen
endorsements_seen
intoattestation_seen
double_endorsing_evidences_seen
intodouble_attesting_evidences_seen
The text was updated successfully, but these errors were encountered: