Skip to content

Instantly share code, notes, and snippets.

@danielvladco
Last active November 18, 2022 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielvladco/e78b13a7b6da31179645da6371a2dcce to your computer and use it in GitHub Desktop.
Save danielvladco/e78b13a7b6da31179645da6371a2dcce to your computer and use it in GitHub Desktop.
Consensus and P2P tests on blockchains

Consensus and P2P tests on blockchains

Ethereum consensus spec tests

Relevant tests from different Ethereum clients implementation.

Hive tests: integration tests against Ethereum clients (includes devp2p tests)

Nevermind p2p tests

Teku p2p tests

Betsu p2p tests

Geth p2p tests / simulations

The p2p test of prysm Ethereum consensus implementation

Nimbus tests (not as much p2p tests but rather consensus tests)

Lighthouse tests

Nimbus tests (not so much p2p tests but rather generic tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment