-
Notifications
You must be signed in to change notification settings - Fork 684
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
gensis-config: patching default RuntimeGenesisConfig
fixed
#6382
gensis-config: patching default RuntimeGenesisConfig
fixed
#6382
Conversation
/cmd prdoc --bump major --audience node_dev,runtime_dev |
/cmd prdoc --bump major --audience node_dev,runtime_dev |
Do we really need these two functions? IMO TLDR: I would just fix the |
Idea of removing But yes, we can change the behavior of polkadot-sdk/substrate/bin/utils/chain-spec-builder/src/lib.rs Lines 263 to 277 in a479161
We can also change behaviour of I just don't want to break downstream which potentially can use |
/cmd prdoc --bump major --audience node_dev |
Yeah I saw this.
I mean already break downstream by removing the function export from |
This reverts commit 26405a9.
This PR changes the behavior of
json_patch::merge
function which no longer removes any keys from the base JSON object.fixes: #6306