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

Make overseer handle optional in RPC client #14

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

nanocryk
Copy link
Contributor

It seems that the overseer handle from polkadot is related to collation and is obtained by starting an embeded relay chain node. However for RPC providers connecting to a Tanssi node through websockets there is no embeded relay chain node and thus no overseer handle available.

This PR makes the overseer handle optional in the RPC orchestrator interface implementation so that it can be provided or not depending on the needs. Trying to get the overseer handle if there is none will return an error.

@nanocryk nanocryk merged commit d4d1db3 into master Mar 11, 2024
8 checks passed
@nanocryk nanocryk deleted the jeremy-interface-optional-overseer branch March 11, 2024 14:56
girazoki added a commit that referenced this pull request Jun 3, 2024
Agusrodri added a commit that referenced this pull request Jun 6, 2024
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