Binary debugging objects as blockchain replay dumps etc.
Go to file
Jordan Hrycaj 1fe5799f51
Update node setup scripts
2022-03-25 11:02:29 +00:00
custom-network Update node setup scripts 2022-03-25 11:02:29 +00:00
replay Update Kiln replay data 2022-03-25 11:02:15 +00:00
scripts Update node setup scripts 2022-03-25 11:02:29 +00: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 fix typos 2022-03-09 20:16:28 +00:00

README.md

Nimbus Blobs - Debugging data & Scripts

This module contains helpers for test driven development as

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

Usage

Typically, this module is intended to live paralell to the nimbus-eth1 file system under the name nimbus-eth1-blobs. This makes a reliable rule for TDD scripts and tests.

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.