Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Maintenance of bootnode endpoints - gatotech#2689

Merged
bkchr merged 2 commits into
paritytech:masterfrom
miloskriz:master
Jun 21, 2023
Merged

Maintenance of bootnode endpoints - gatotech#2689
bkchr merged 2 commits into
paritytech:masterfrom
miloskriz:master

Conversation

@miloskriz

Copy link
Copy Markdown
Contributor

Dear team, hello!

Please consider the following changes to the bootnode information for the chains indicated below:

  • Asset Hub Polkadot: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.
  • Asset Hub Kusama: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.
  • Asset Hub Westend: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.
  • Bridge Hub Polkadot: Addition of new bootnode support from gatotech.
  • Bridge Hub Kusama: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.
  • Bridge Hub Westend: Addition of new bootnode support from gatotech.
  • Collectives Polkadot: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.
  • Collectives Westend: Update of url + port for gatotech's bootnode. Removal of unsecure websocket endpoint.

All of these changes have been thoroughly tested using:

# Asset Hub Polkadot
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain statemint --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33110/p2p/12D3KooWKgwQfAeDoJARdtxFNNWfbYmcu6s4yUuSifnNoDgzHZgm"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain statemint --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35110/wss/p2p/12D3KooWKgwQfAeDoJARdtxFNNWfbYmcu6s4yUuSifnNoDgzHZgm"

# Asset Hub Kusama
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain statemine --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33210/p2p/12D3KooWRMUYeWMPkadDG8baX9j1e95fspfp8MhPGym5BQza7Fm5"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain statemine --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35210/wss/p2p/12D3KooWRMUYeWMPkadDG8baX9j1e95fspfp8MhPGym5BQza7Fm5"

# Asset Hub Westend
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain westmint --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33310/p2p/12D3KooWMSW6hr8KcNBhGFN1bg8kYC76o67PnuDEbxRhxacW6dui"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain westmint --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35310/wss/p2p/12D3KooWMSW6hr8KcNBhGFN1bg8kYC76o67PnuDEbxRhxacW6dui"

# Bridge Hub Polkadot
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-polkadot --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33130/p2p/12D3KooWCnFzfEdd7MwUNrrDv66FuS2DM5MGuiaB4y48XS7qNjF6"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-polkadot --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35130/wss/p2p/12D3KooWCnFzfEdd7MwUNrrDv66FuS2DM5MGuiaB4y48XS7qNjF6"

# Bridge Hub Kusama
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-kusama --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33230/p2p/12D3KooWFQFmg8UqAYLDNc2onySB6o5LLvpbx3eXZVqz9YFxAmXs"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-kusama --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35230/wss/p2p/12D3KooWFQFmg8UqAYLDNc2onySB6o5LLvpbx3eXZVqz9YFxAmXs"

# Bridge Hub Westend
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-westend --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33330/p2p/12D3KooWJHG6qznPzTSEbuujHNcvyzBZcR9zNRPFcXWUaoVWZBEw"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain bridge-hub-westend --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35330/wss/p2p/12D3KooWJHG6qznPzTSEbuujHNcvyzBZcR9zNRPFcXWUaoVWZBEw"

# Collectives Polkadot
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain collectives-polkadot --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33120/p2p/12D3KooWGZsa9tSeLQ1VeC996e1YsCPuyRYMipHQuXikPjcKcpVQ"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain collectives-polkadot --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35120/wss/p2p/12D3KooWGZsa9tSeLQ1VeC996e1YsCPuyRYMipHQuXikPjcKcpVQ"

# Collectives Westend
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain collectives-westend --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/33320/p2p/12D3KooWMedtdBGiSn7HLZusHwafXkZAdmWD18ciGQBfS4X1fv9K"
polkadot-parachain --no-hardware-benchmarks --no-mdns --chain collectives-westend --reserved-only --reserved-nodes "/dns/boot-cr.gatotech.network/tcp/35320/wss/p2p/12D3KooWMedtdBGiSn7HLZusHwafXkZAdmWD18ciGQBfS4X1fv9K"

Note: Bootnode support via previous endpoints will continue to be provided for a while even after this request is merged into a new binary version, to allow the networks to progressively upgrade to the new endpoints.

Many thanks!! have a lovely week ahead!!

Best regards

Milos

@miloskriz

miloskriz commented Jun 5, 2023

Copy link
Copy Markdown
Contributor Author

Dear all:

Just a note to indicate that the above bootnodes' support from gatotech was originally added in PR #2237.

Cheers!...

@ggwpez ggwpez added B0-silent Changes should not be mentioned in any release notes A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Jun 21, 2023
@ggwpez ggwpez requested a review from a team June 21, 2023 14:06
@bkchr bkchr merged commit 6159188 into paritytech:master Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants