bevel
bevel copied to clipboard
Enable bootnodes in Besu
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.
- Can be done after Issue #983 is completed.
- Can fix #824 as node discovery is not needed if bootnodes can be used directly with DNS names
- Add bootnodes section in network.yaml
- Test with fresh network creation as well as new node addition on existing network.
Acceptance Criteria
- Besu network is able to start using a single or multiple bootnodes from network.yaml
- Addition of new node works with bootnode configuration.
- Smartcontract can be deployed manually.
Dependent on #824