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
As a developer, I want state variables to match the latest specification so that implementing the spec is not confusing.
previous_epoch_start_shard
previous_shuffling_start_shard
current_epoch_start_shard
current_shuffling_start_shard
previous_calculation_epoch
previous_shuffling_epoch
current_calculation_epoch
current_shuffling_epoch
previous_epoch_seed
previous_shuffling_seed
current_epoch_seed
current_shuffling_seed
latest_index_roots
latest_active_index_roots
latest_penalized_balances
latest_slashed_balances
deposit_index
The text was updated successfully, but these errors were encountered:
Closed by #450
Sorry, something went wrong.
No branches or pull requests
Description
As a developer, I want state variables to match the latest specification so that implementing the spec is not confusing.
Acceptance Criteria
Other information
previous_epoch_start_shard
->previous_shuffling_start_shard
current_epoch_start_shard
->current_shuffling_start_shard
previous_calculation_epoch
->previous_shuffling_epoch
current_calculation_epoch
->current_shuffling_epoch
previous_epoch_seed
->previous_shuffling_seed
current_epoch_seed
->current_shuffling_seed
latest_index_roots
->latest_active_index_roots
latest_penalized_balances
->latest_slashed_balances
deposit_index
-> new (should be dealt with in Skip Invalid Deposits, Add Deposit Index Ordering - (Spec PR #589, #594) #404)The text was updated successfully, but these errors were encountered: