Skip to content

WIP: [TM-370] Private chain experiments

Roman Melnikov requested to merge rvem/tm370-private-chain-experiments into master

Description

In this MR scripts for running private blockchain are added.

For now, doc highly likely has some typos and mistakes. Also, the scripts also probably have some bugs.

The current version of scripts was tested on Ubuntu.

The following plans are:

  • Get rid of bugs. (hopefully)
  • Test scripts on Fedora.
  • Add nix expression based on (tezos-packaging)[https://github.com/serokell/tezos-packaging] for building patched binaries.
  • Add public cache for tezos-packaging to provide painless way without building gcc's and ocaml compilers from scratch.

The last two points are probably will be done not in the scope of this MR.

Related issue(s)

https://issues.serokell.io/issue/TM-370

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports