bevel icon indicating copy to clipboard operation
bevel copied to clipboard

Enable bootnodes in Besu

Open sownak opened this issue 5 years ago • 1 comments

Description

As a developer I want to use bootnodes in Besu so that I do not have to use static-nodes always and adding a new node to existing Besu network becomes easier.

  1. Can be done after Issue #983 is completed.
  2. Can fix #824 as node discovery is not needed if bootnodes can be used directly with DNS names
  3. Add bootnodes section in network.yaml
  4. Test with fresh network creation as well as new node addition on existing network.

Acceptance Criteria

  1. Besu network is able to start using a single or multiple bootnodes from network.yaml
  2. Addition of new node works with bootnode configuration.
  3. Smartcontract can be deployed manually.

sownak avatar Sep 01 '20 13:09 sownak

Dependent on #824

TheJagpreet avatar May 24 '21 07:05 TheJagpreet