scripted-diff: Add missing spaces in RPCResult, Normalize type names #18098
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:1912-rpcDocFixes changing 8 files +315 −315-
MarcoFalke commented at 1:14 pm on February 9, 2020: member
-
scripted-diff: Add missing spaces in RPCResult, Fix type names
This makes the rendered diff smaller when the RPCResult is machine generated later on -BEGIN VERIFY SCRIPT- # Add space after dictionary key and before colon sed -i --regexp-extended -e 's/(^ +" +\\"[a-zA-Z_]+\\"): ?/\1 : /g' $(git grep -l '\\":') # Rename (array) to (json array) sed -i -e 's/ (array) / (json array) /g' $(git grep -l '(array)' ./src) # Rename (object) to (json object) sed -i -e 's/ (object) / (json object) /g' $(git grep -l '(object)' ./src) # Rename (bool) to (boolean) sed -i -e 's/ (bool) / (boolean) /g' $(git grep -l '(bool)' ./src) # Rename (int) to (numeric) sed -i -e 's/ (int) / (numeric) /g' $(git grep -l '(int)' ./src) -END VERIFY SCRIPT-
-
MarcoFalke added the label Docs on Feb 9, 2020
-
MarcoFalke added the label RPC/REST/ZMQ on Feb 9, 2020
-
DrahtBot commented at 2:55 pm on February 9, 2020: member
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Conflicts
Reviewers, this pull request conflicts with the following ones:
- #17812 (config, net, test: asmap functional tests and feature refinements by jonatack)
- #17566 (Switch to weight units for all feerates computation by darosior)
- #17034 (Bip174 extensions by achow101)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
-
Sjors commented at 12:16 pm on February 14, 2020: memberACK fad027fb0ce019f31b20861c37e802d4e29e6931
-
MarcoFalke referenced this in commit 263f53e2d0 on Feb 17, 2020
-
MarcoFalke merged this on Feb 17, 2020
-
MarcoFalke closed this on Feb 17, 2020
-
MarcoFalke deleted the branch on Feb 17, 2020
-
DrahtBot locked this on Feb 15, 2022
Labels
Docs
RPC/REST/ZMQ
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 12:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 12:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me