Skip to content

Bootnodes addresses review #331

@lrubasze

Description

@lrubasze

Is your feature request related to a problem? Please describe.

Observed that:

  1. if bootnode_addresses are set with with_bootnodes_addresses() there are no address replacements (introduced here)
    eg. {{ZOMBIE:alice:multiAddress}} is not translated into proper address
    Similar replacements are performed for args

  2. bootnodes_addresses set for ParachainConfigBuilder are not taken into account eventually.
    In add_parachain() method we set bootnodes_addr = &vec![] (see this), despite input para_config could hold some values.

Describe the solution you'd like

  1. Implement replacements
  2. There is an option to set bootnodes_addresses at node/collator level so maybe it would make sense to get rid of with_bootnodes_addresses() for ParachainConfigBuilder?

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions