Skip to content

Commit

Permalink
Merge pull request bitcoin-dot-org#114 from cornelius/rpc-docs-0.21
Browse files Browse the repository at this point in the history
RPC docs 0.21
  • Loading branch information
Cobra-Bitcoin committed Apr 10, 2021
2 parents 379e18a + 8c6bab6 commit a5a8f1a
Show file tree
Hide file tree
Showing 144 changed files with 3,611 additions and 1,333 deletions.
1 change: 1 addition & 0 deletions helpers/rpc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
12 changes: 7 additions & 5 deletions helpers/rpc/TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# RPC helper To do

* Add RST
* Add basic renderer
* Try rendered result
* Add unit tests
* Refactor (share between backends, abstract rst page)
* Add command to add deprecation notice and deprecate getbalance, getunconfirmedbalance in 0.19

* Remove markdown support
* Remove renderer
* Remove helper subcommands which rely on markdown files

* Add command to add "see also" and add references, e.g. in importaddress, importmulti, importprivkey, importpubkey, importwallet, rescanblockchain, walletprocesspsbt

* Fix description
* gettxoutproof (first line cut off before "txids")
Expand Down
Loading

0 comments on commit a5a8f1a

Please sign in to comment.