Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add Helikon bootnodes. #689

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

kukabi
Copy link
Contributor

@kukabi kukabi commented Aug 12, 2024

Description

This PR adds the Helikon bootnodes to the Kilt Spiritnet chain spec. Helikon nodes can be monitored on both the Kilt Telemetry and the W3F Telemetry. You may test the bootnodes using the following command:

./kilt-parachain \
  --chain spiritnet \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8570/p2p/12D3KooWGaE81VE2rzD5TbeRqpTgQwh2sWXMVfMJLBMHQH8AfoXu"

and:

./kilt-parachain \
  --chain spiritnet \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8572/wss/p2p/12D3KooWGaE81VE2rzD5TbeRqpTgQwh2sWXMVfMJLBMHQH8AfoXu"

Thanks.

Metadata Diff to Develop Branch

Peregrine Diff
Spiritnet Diff

Checklist:

  • I have verified that the code works
    • No panics! (checked arithmetic ops, no indexing array[3] use get(3), ...)
  • I have verified that the code is easy to understand
    • If not, I have left a well-balanced amount of inline comments
  • I have left the code in a better state
  • I have documented the changes (where applicable)
    • Either PR or Ticket to update the Docs
    • Link the PR/Ticket here

Copy link
Member

@ggera ggera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ggera ggera requested a review from ntn-x2 August 13, 2024 14:30
@ggera ggera changed the title Add Helikon bootnodes. chore: Add Helikon bootnodes. Aug 13, 2024
@ntn-x2
Copy link
Member

ntn-x2 commented Aug 13, 2024

Hi @kukabi thanks for your contribution! Would you mind updating the branch against our develop HEAD?

@kukabi kukabi force-pushed the add-helikon-bootnodes branch from 1fff68d to 865a5fa Compare August 13, 2024 14:37
@kukabi
Copy link
Contributor Author

kukabi commented Aug 13, 2024

Thanks @ntn-x2! Just rebased against develop HEAD.

@ntn-x2 ntn-x2 merged commit 39b3a6f into KILTprotocol:develop Aug 13, 2024
5 of 8 checks passed
Ad96el pushed a commit that referenced this pull request Aug 20, 2024
## Description

This PR adds the Helikon bootnodes to the Kilt Spiritnet chain spec.
Helikon nodes can be monitored on both the [Kilt
Telemetry](https://telemetry.kilt.io/#/0x411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21)
and the [W3F
Telemetry](https://telemetry.w3f.community/#list/0x411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21).
You may test the bootnodes using the following command:

```
./kilt-parachain \
  --chain spiritnet \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8570/p2p/12D3KooWGaE81VE2rzD5TbeRqpTgQwh2sWXMVfMJLBMHQH8AfoXu"
```

and:

```
./kilt-parachain \
  --chain spiritnet \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8572/wss/p2p/12D3KooWGaE81VE2rzD5TbeRqpTgQwh2sWXMVfMJLBMHQH8AfoXu"
```

Thanks.

## Metadata Diff to Develop Branch

<details>
<summary>Peregrine Diff</summary>

```
```

</details>

<details>
<summary>Spiritnet Diff</summary>

```
```

</details>

## Checklist:

- [ ] I have verified that the code works
- [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use
`get(3)`, ...)
- [ ] I have verified that the code is easy to understand
  - [ ] If not, I have left a well-balanced amount of inline comments
- [ ] I have [left the code in a better
state](https://deviq.com/principles/boy-scout-rule)
- [x] I have documented the changes (where applicable)
* Either PR or Ticket to update [the
Docs](/~https://github.com/KILTprotocol/docs)
    * Link the PR/Ticket here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants