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

Optional serde feature #34

Merged
merged 13 commits into from
Dec 8, 2020
Merged

Optional serde feature #34

merged 13 commits into from
Dec 8, 2020

Conversation

ascjones
Copy link
Contributor

@ascjones ascjones commented Dec 7, 2020

Makes the serde dependency optional, as per the convention.

Integrating into the substrate runtime, we don't want or need a dependency on serde since it will be using SCALE encoding to marshal the metadata from the runtime.

@ascjones ascjones mentioned this pull request Dec 7, 2020
8 tasks
@ascjones ascjones requested review from dvdplm and Robbepop and removed request for dvdplm December 7, 2020 12:15
Copy link
Contributor

@dvdplm dvdplm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

It would be good to document the available features in the README though. Arguably out of scope, but while you're in there, perhaps?

@ascjones ascjones merged commit bb031f6 into master Dec 8, 2020
@ascjones ascjones deleted the aj-serde-feature branch December 8, 2020 10:58
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