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

simplify eth2_network error handling #5765

Merged
merged 4 commits into from
Jan 19, 2024
Merged

simplify eth2_network error handling #5765

merged 4 commits into from
Jan 19, 2024

Commits on Jan 16, 2024

  1. simplify eth2_network error handling

    This PR gets rid of a bunch of redundant exception handling through
    async raises guarantees.
    
    More can be removed once libp2p gets properly annotated.
    
    Includes nim-eth bump for more accurate timeout handling
    arnetheduck committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    39376ce View commit details
    Browse the repository at this point in the history
  2. fix test

    arnetheduck committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    43a5413 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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