Update pending balance deposit processing#16
Closed
michaelsproul wants to merge 1 commit intoethDreamer:electra_devnet_1_process_operationsfrom
Closed
Update pending balance deposit processing#16michaelsproul wants to merge 1 commit intoethDreamer:electra_devnet_1_process_operationsfrom
michaelsproul wants to merge 1 commit intoethDreamer:electra_devnet_1_process_operationsfrom
Conversation
ethDreamer
pushed a commit
that referenced
this pull request
Feb 4, 2025
* Single-pass epoch processing (sigp#4483, sigp#4573) Co-authored-by: Michael Sproul <michael@sigmaprime.io> * Delete unused epoch processing code (sigp#5170) * Delete unused epoch processing code * Compare total deltas * Remove unnecessary apply_pending * cargo fmt * Remove newline * Use epoch cache in block packing (sigp#5223) * Remove progressive balances mode (sigp#5224) * inline inactivity_penalty_quotient_for_state * drop previous_epoch_total_active_balance * fc lint * spec compliant process_sync_aggregate (#15) * spec compliant process_sync_aggregate * Update consensus/state_processing/src/per_block_processing/altair/sync_committee.rs Co-authored-by: Michael Sproul <micsproul@gmail.com> --------- Co-authored-by: Michael Sproul <micsproul@gmail.com> * Delete the participation cache (#16) * update help * Fix op_pool tests * Fix fork choice tests * Merge remote-tracking branch 'sigp/unstable' into epoch-single-pass * Simplify exit cache (sigp#5280) * Fix clippy on exit cache * Clean up single-pass a bit (sigp#5282) * Address Mark's review of single-pass (sigp#5386) * Merge remote-tracking branch 'origin/unstable' into epoch-single-pass * Address Sean's review comments (sigp#5414) * Address most of Sean's review comments * Simplify total balance cache building * Clean up unused junk * Merge remote-tracking branch 'origin/unstable' into epoch-single-pass * More self-review * Merge remote-tracking branch 'origin/unstable' into epoch-single-pass * Merge branch 'unstable' into epoch-single-pass * Fix imports for beta compiler * Fix tests, probably
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Update the handling of pending balance deposits for the spec changes introduced in consensus-specs
v1.5.0-alpha.3:This is a bit less efficient than before, but I don't see a fundamentally faster way to do it.