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

Remove light client related code #1567

Closed
xlc opened this issue Oct 30, 2021 · 2 comments
Closed

Remove light client related code #1567

xlc opened this issue Oct 30, 2021 · 2 comments

Comments

@xlc
Copy link
Member

xlc commented Oct 30, 2021

paritytech/polkadot#4105

@zqhxuyuan
Copy link
Contributor

Do we have light-node related code? the only one I found on node/service is:
https://github.com/AcalaNetwork/Acala/blob/master/node/service/src/lib.rs#L352

	if matches!(parachain_config.role, Role::Light) {
		return Err("Light client not supported!".into());
	}

@xlc
Copy link
Member Author

xlc commented Nov 1, 2021

Oh looks like we never implemented it.

@xlc xlc closed this as completed Nov 1, 2021
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

No branches or pull requests

2 participants