paritytech / paritytech/testnet-manager
Support for external parachains
Open
Nobody has claimed this yet.
P2
R-testnets
- Dominant language
- Python
- Stars
- 18
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
In the same way that external validators are supported, we need to add support to onboard/offboard external parachains.
- Load external parachain list from a confimap that contains tuples: (parachain_name, parachain_rpc_endpoint)
- Add support for using the external parachain rpc endpoint to retrieve parachain info, head state and wasm required for on/off board operations
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing external-validator support, the configuration handling, and the on/offboard entry points. Trace how validator information is retrieved, then determine how the external parachain list and RPC endpoint should provide parachain info, head state, and WASM for both operations; done means both checklist items work for configured external parachains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100