aboutsummaryrefslogtreecommitdiff
path: root/doc/REST-interface.md
Commit message (Collapse)AuthorAgeFilesLines
* Address test todos by removing -txindex to nodes.Amiti Uttarwar2019-02-171-1/+2
| | | | Originally added when updating getrawtransaction to stop searching unspent utxos.
* Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli2019-01-221-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | 42ff30ec6 [Docs] add short documentation for /rest/blockhashbyheight (Jonas Schnelli) 579d418f7 [QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT> (Jonas Schnelli) eb9ef04c4 REST: add "blockhashbyheight" call, fetch blockhash by height (Jonas Schnelli) Pull request description: Completes the REST interface for trivial block exploring by adding a call that allows to fetch the blockhash in the main chain by a given height. Tree-SHA512: 94be9e56718f857279b11cc16dfa8d04f3b5a762e87ae54281b4d87247c71c844895f4944d5a47f09056bf851f4c4761ac4fbdbaaee957265d14de5c1c73e8d2
| * [Docs] add short documentation for /rest/blockhashbyheightJonas Schnelli2019-01-211-0/+5
| |
* | doc: /rest/block responds with 404 if block does not existJoão Barbosa2019-01-161-0/+1
| |
* | doc: Explain empty result of /rest/headersJoão Barbosa2019-01-161-0/+1
| |
* | doc: Add external interface consistency guaranteesMarcoFalke2018-10-301-0/+6
|/
* Fix typos and cleanupDimitris Apostolou2018-03-021-1/+1
| | | | [ci-skip]
* Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ↵Wladimir J. van der Laan2017-09-061-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | testnet 18332 ce3baa193 changed regtest RPCport to 18443 to avoid conflict with testnet 18332 (Ferdinando M. Ametrano) Pull request description: using the same JSON-RPC default port for both testnet and regtest prevents running both at the same time on the same machine. Since RPCport=P2Pport-1 for both mainnet and testnet, and regtest P2Pport being 18444, 18443 is proposed for regtest RPCport Documentation has been updated (or created where missing); manpages doc/man/bitcoin*.1 could include information for regtest too Tree-SHA512: d42185f7ef54dc918ece19b543c8681d08bb9c5a971394e21f2d9a1091734b091b08df69fab622c207b46f402cf9323ded5b7a33fbd0af722388930169124e7f
| * changed regtest RPCport to 18443 to avoid conflict with testnet 18332Ferdinando M. Ametrano2017-08-041-1/+2
| |
* | Merge #10680: Fix inconsistencies and grammar in various filesMarcoFalke2017-08-161-6/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 1d8df0141 Fix MD formatting in REST-interface.md and spelling mistake in test_runner.py (MeshCollider) 41f3e84aa Fix inconsistencies and grammar in various files (MeshCollider) Pull request description: Just a simple fix of some inconsistent capitalization, formatting and grammar in a few files (no code changes) Tree-SHA512: 60b12a5a5c69a1af4a25b7db0b32ed806ed62ad2966cee08b3792a7cfa7f51848fd485349b4c09e60a7eedfdf55ee730c51daa066d6e226ae404c93342bf3e13
| * Fix MD formatting in REST-interface.md and spelling mistake inMeshCollider2017-07-011-6/+6
| | | | | | | | test_runner.py
* | REST/RPC example updateMichael Rotarius2017-06-301-12/+16
|/
* Add default port numbers to REST docdjpnewton2016-08-241-0/+2
|
* Implement REST mempool API, add test and documentation.Pavel Janík2015-08-141-0/+14
|
* Documenting pruned, pruneheight and softforks in getblockchaininfoSimon Males2015-07-191-0/+2
|
* Include pruned state in chaininfo.jsonSimon Males2015-07-181-0/+1
|
* doc: Remove recommendation to add old repos for libd4.8*tailsjoin2015-07-151-7/+4
| | | | | | | It is unreasonable to ask to change the global package configuration just to build a package. Not only that, this is potentially harmful to the system. Also do a few punctuation fixes in REST-interface.md.
* [REST] add JSON support for /rest/headers/Jonas Schnelli2015-07-051-3/+1
|
* [REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli2015-05-271-2/+2
| | | | | | Remove possibility to send json encoded parameters to `/rest/getutxos/` to avoid possible DoS scenarios. The JSON output option is untouched.
* [Docs] fix and improve REST documentationJonas Schnelli2015-05-181-5/+31
| | | | | | - fix bad formatting of getutxos - added getztxos example - fix different command syntax
* Merge pull request #5420Wladimir J. van der Laan2015-05-061-0/+7
|\ | | | | | | | | 6b4feb8 [QA] rest.py RPC test: change setgenerate() to generate() (Jonas Schnelli) 97ee866 [REST] getutxos REST command (based on Bip64) (Jonas Schnelli)
| * [QA] rest.py RPC test: change setgenerate() to generate()Jonas Schnelli2015-04-211-0/+7
| |
* | [REST] update documentationJonas Schnelli2015-04-231-0/+12
|/ | | | | - add documentation for /rest/headers - reformat sections
* Update REST URL to match realitypaveljanik2015-04-201-1/+1
|
* [REST] rest/chaininfos add documentationJonas Schnelli2014-12-291-1/+13
|
* [REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentationJonas Schnelli2014-12-091-0/+3
|
* [REST] adding basic documentationJonas Schnelli2014-11-261-0/+24