mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Dev Docs: Add "Edit|History|Report Issue|Discuss" Links To Subheads
This commit is contained in:
parent
25acab7584
commit
f368d38e04
27 changed files with 331 additions and 20 deletions
|
@ -44,28 +44,10 @@ title: "Developer Reference - Bitcoin"
|
|||
|
||||
{% include ref_p2p_networking.md %}
|
||||
|
||||
## Bitcoin Core APIs
|
||||
|
||||
<!-- TODO, Relevant links:
|
||||
-- * https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
|
||||
-- * https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
|
||||
-->
|
||||
|
||||
<div class="sourcefile" data-sourcefile="ref_core_rpc_intro.md"></div>
|
||||
|
||||
{% include ref_core_rpc_intro.md %}
|
||||
|
||||
### Remote Procedure Calls (RPCs)
|
||||
|
||||
**Warning:** the block chain and memory pool can include arbitrary data
|
||||
which several of the commands below will return in hex format. If you
|
||||
convert this data to another format in an executable context, it could
|
||||
be used in an exploit. For example, displaying an output script as
|
||||
ASCII text in a webpage could add arbitrary Javascript to that page and
|
||||
create a cross-site scripting (XSS) exploit. To avoid problems, please
|
||||
treat block chain and memory pool data as an arbitrary input from an
|
||||
untrusted source.
|
||||
|
||||
<div class="sourcefile" data-sourcefile="ref_core_rpcs-abcdefg.md"></div>
|
||||
|
||||
{% include ref_core_rpcs-abcdefg.md %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue