Binary debugging objects as blockchain replay dumps etc.
Go to file
Jordan Hrycaj 7d6731929c
update
2023-02-02 11:47:11 +00:00
custom-network update 2022-09-13 16:51:39 +01:00
replay compile/run-nimbus-session to support gdb 2022-12-12 18:00:26 +00:00
scripts update 2023-02-02 11:47:11 +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.