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

Minor post-merge cleanups #3945

Merged
merged 2 commits into from
Aug 10, 2022
Merged

Minor post-merge cleanups #3945

merged 2 commits into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. Minor post-merge cleanups

    #3944
    
    The use of nested `awaitWithRetries` calls would have
    resulted in an unexpected number of retries (3x3).
    We now use regular `await` in outer layer to avoid the problem.
    
    #3943
    
    The new code has an invariant that the `headMerkleizer` field in
    the `Eth1Chain` is always kept in sync with the blocks stored in
    the chain.
    
    This invariant is now enforced better by doing the necessary merkleizer
    updates in the `Eth1Chain.addBlock` function.
    zah committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6ba7fba View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    00cc0f5 View commit details
    Browse the repository at this point in the history