aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove createwitnessaddressJohnson Lau2016-09-131-38/+0
| | | | This RPC command is unsafe as it will return an address even if the script is invalid.
* Made the ForEachNode* functions in src/net.cpp more pragmatic and self ↵Jeremy Rubin2016-09-081-1/+0
| | | | documenting
* net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-3/+6
|
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-1/+2
|
* Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
|
* [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli2016-07-091-0/+8
|
* [RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille2016-06-221-0/+38
| | | | Includes support for pushkeyhash wit v0 by Alex Morcos.
* Create signmessagewithprivkey rpcAndrew2016-04-271-0/+43
| | | | New rpc 'signmessagewithprivkey' which takes a private key to sign a message without using the wallet.
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+18
| | | | | | | | | | | | Split out methods to every module, apart from 'help' and 'stop' which are implemented in rpcserver.cpp itself. - This makes it easier to add or remove RPC commands - no longer everything that includes rpcserver.h has to be rebuilt when there's a change there. - Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions. - Removes most of the bitcoin-specific code from rpcserver.cpp and .h. Continues #7307 for the non-wallet.
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+398