Skip to content

Commit a5a8f1a

Browse files
Merge pull request #114 from cornelius/rpc-docs-0.21
RPC docs 0.21
2 parents 379e18a + 8c6bab6 commit a5a8f1a

File tree

144 files changed

+3611
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+3611
-1333
lines changed

helpers/rpc/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__

helpers/rpc/TODO.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# RPC helper To do
22

3-
* Add RST
4-
* Add basic renderer
5-
* Try rendered result
6-
* Add unit tests
7-
* Refactor (share between backends, abstract rst page)
3+
* Add command to add deprecation notice and deprecate getbalance, getunconfirmedbalance in 0.19
4+
5+
* Remove markdown support
6+
* Remove renderer
7+
* Remove helper subcommands which rely on markdown files
8+
9+
* Add command to add "see also" and add references, e.g. in importaddress, importmulti, importprivkey, importpubkey, importwallet, rescanblockchain, walletprocesspsbt
810

911
* Fix description
1012
* gettxoutproof (first line cut off before "txids")

0 commit comments

Comments
 (0)