paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

Introduce `RpcParams` in sc-cli #5601

Closed liuchengxu closed 2 weeks ago

liuchengxu commented 3 weeks ago

This PR is a pure refactoring by consolidating all the RPC related parameters into a dedicated RpcParams struct, allowing us at subcoin to build a custom run cmd without the need to duplicate code.

paritytech-cicd-pr commented 3 weeks ago

The CI pipeline was cancelled due to failure one of the required jobs. Job name: test-linux-stable-int Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7266427

liuchengxu commented 3 weeks ago

@bkchr Could you also have a look at this small PR?