| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove createwitnessaddress | Johnson Lau | 2016-09-13 | 1 | -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 Rubin | 2016-09-08 | 1 | -1/+0 |
| | | | | | documenting | ||||
| * | net: create generic functor accessors and move vNodes to CConnman | Cory Fields | 2016-09-08 | 1 | -3/+6 |
| | | |||||
| * | net: Add most functions needed for vNodes to CConnman | Cory Fields | 2016-09-08 | 1 | -1/+2 |
| | | |||||
| * | Do not shadow global RPC table variable (tableRPC) | Pavel Janík | 2016-08-25 | 1 | -2/+2 |
| | | |||||
| * | [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress | Jonas Schnelli | 2016-07-09 | 1 | -0/+8 |
| | | |||||
| * | [RPC] Add wallet support for witness transactions (using P2SH) | Pieter Wuille | 2016-06-22 | 1 | -0/+38 |
| | | | | | Includes support for pushkeyhash wit v0 by Alex Morcos. | ||||
| * | Create signmessagewithprivkey rpc | Andrew | 2016-04-27 | 1 | -0/+43 |
| | | | | | New rpc 'signmessagewithprivkey' which takes a private key to sign a message without using the wallet. | ||||
| * | rpc: Register calls where they are defined | Wladimir J. van der Laan | 2016-03-31 | 1 | -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 Cousens | 2016-01-21 | 1 | -0/+398 |