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

test-runtime: json_patch dep removed #3062

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

michalkucharczyk
Copy link
Contributor

We don't need dependency on json_patch there is implementation of needed function in sc_chain_spec crate.
This PR makes this function publicly available and removes the dep.

@@ -338,6 +338,7 @@ pub use self::{
GenesisBlockBuilder,
},
genesis_config_builder::GenesisConfigBuilderRuntimeCaller,
json_patch::merge as json_merge,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe not most elegant solution, but I don't want to add crate for this single tiny merge function. Let me know if it is ok.

@bkchr bkchr added the R0-silent Changes should not be mentioned in any release notes label Jan 25, 2024
@bkchr bkchr enabled auto-merge January 25, 2024 12:55
@michalkucharczyk michalkucharczyk requested a review from a team January 25, 2024 13:05
@bkchr bkchr added this pull request to the merge queue Jan 25, 2024
Merged via the queue into master with commit 73fd8cd Jan 25, 2024
129 of 132 checks passed
@bkchr bkchr deleted the mku-json-patch-dep-removed branch January 25, 2024 15:52
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
We don't need dependency on `json_patch` there is implementation of
needed function in `sc_chain_spec` crate.
This PR makes this function publicly available and removes the dep.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants