Binary debugging objects as blockchain replay dumps etc.
Go to file
Jordan Hrycaj dff4a21f89
data dumps provided here not used anymore
2024-08-15 13:16:58 +01:00
scripts data dumps provided here not used anymore 2024-08-15 13:16:58 +01:00
src Added Kiln specs and Devnet5 replay dump 2022-03-10 15:55:27 +00:00
.gitignore Import blobs and some scripts from nimbus-eth1 2022-03-09 20:07:39 +00:00
README.md data dumps provided here not used anymore 2024-08-15 13:16:58 +01:00

README.md

Nimbus Blobs - Debugging data & Scripts

This module contains helpers for test driven development as

  • source code examples of how to produce and replay data dumps
  • miscellaneous helper scripts, typically for setting up temporary nodes

Caveat

This module is neither part of the Nimbus code, nor part of the automated continuous integration tests. It must not be assumed present by default.

So there must be no reference from the active Nimbus code or CI procedures into this module. Any code found here that might be handy in the Nimbus distribution must be copied.