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

sc-cli's Cors is not available publicly #2885

Closed
nazar-pc opened this issue Jan 9, 2024 · 0 comments · Fixed by #2898
Closed

sc-cli's Cors is not available publicly #2885

nazar-pc opened this issue Jan 9, 2024 · 0 comments · Fixed by #2898

Comments

@nazar-pc
Copy link
Contributor

nazar-pc commented Jan 9, 2024

There are a few data structures in sc-cli for CLI purposes, many of which are in arg_enums module, but Cors data structure for some reason is only run_cmd and while it is technically public, it is not re-exported and thus is not actually reachable from the outside.

Should it be moved to arg_enums or be re-exported from run_cmd?

@ggwpez ggwpez added this to SDK Node Jan 9, 2024
@github-project-automation github-project-automation bot moved this to backlog in SDK Node Jan 9, 2024
github-merge-queue bot pushed a commit that referenced this issue Jan 11, 2024
@github-project-automation github-project-automation bot moved this from backlog to done in SDK Node Jan 11, 2024
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this issue Mar 25, 2024
bkchr pushed a commit that referenced this issue Apr 10, 2024
* Move generic CLI logic to separate crate

* Move and rename `CliChain` trait definition

Move it to `relay-substrate-client`

* Move generic cli logic to substrate-relay-helper

* Fix docs warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
Development

Successfully merging a pull request may close this issue.

1 participant