Skip to content

Conversation

sandreim
Copy link

@sandreim sandreim commented Apr 14, 2025

This PR currently is currently intended for testing in private testnet.

Changes:

  • enables usage of up to 3 cores per relay chain block.
  • enables RFC103 (experimental-ump-signal); this flag will be removed in patch release as soon as Polkadot enables RFC103

How to test:

  • Spin up a relay chain using stable2503 or later master build
  • Change relay chain configuration lookahead value to 3
  • Enable the following features on the relay chain (if not using test runtimes) using configuration.set_node_feature:
    • index 1: ElasticScalingMVP
    • index 3: CandidateReceiptV2
  • Set number of cores to 3 using configuration.set_coretime_cores
  • Register/onboard parachain
  • Assign 2 more cores by submitting two coretime.assign_core calls on the relay chain, see how below

Following call will assign core 1 to parachain 2000.
Screenshot 2025-04-14 at 15 52 51

Enable node feature:

Screenshot 2025-04-14 at 23 11 08

@sandreim
Copy link
Author

sandreim commented Apr 14, 2025

Added node side

Signed-off-by: Andrei Sandu <[email protected]>
alexggh added a commit to alexggh/paseo that referenced this pull request Apr 16, 2025
@moliholy moliholy marked this pull request as draft June 24, 2025 12:26
@moliholy
Copy link
Contributor

If this is just for private testnets for now I just converted it to draft to avoid accidental merging.

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.

2 participants