aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | [rpc] throw JSONRPCError when utxo set can not be readMarcoFalke2016-09-281-0/+2
* | | | | | | Do not shadow variablesPavel Janík2016-09-272-6/+6
* | | | | | | [rpc] Deprecate getinfoMarcoFalke2016-09-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove createwitnessaddressJohnson Lau2016-09-131-38/+0
* | | | | | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-096-65/+76
|\ \ \ \ \ \
| * | | | | | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-083-3/+0
| * | | | | | net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-1/+2
| * | | | | | net: move send/recv statistics to CConnmanCory Fields2016-09-081-8/+10
| * | | | | | net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-083-10/+21
| * | | | | | net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-083-25/+19
| * | | | | | net: move added node functions to CConnmanCory Fields2016-09-081-11/+6
| * | | | | | net: move ban and addrman functions into CConnmanCory Fields2016-09-081-5/+12
| * | | | | | net: move OpenNetworkConnection into CConnmanCory Fields2016-09-081-1/+4
| * | | | | | net: Pass CConnman around as neededCory Fields2016-09-082-4/+4
| * | | | | | net: Add rpc error for missing/disabled p2p functionalityCory Fields2016-09-081-0/+1
* | | | | | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-073-0/+154
|/ / / / / /
* | | | | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
* | | | | | | Make the dummy argument to getaddednodeinfo optionalPieter Wuille2016-09-012-7/+5
* | | | | | | Merge #8163: Do not shadow global RPC table variable (tableRPC)Wladimir J. van der Laan2016-08-316-16/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-256-16/+16
* | | | | | | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-27/+27
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-27/+27
* | | | | | | Merge #8461: document return value of networkhashps for getmininginfo RPC end...Wladimir J. van der Laan2016-08-191-2/+3
|\ \ \ \ \ \ \
| * | | | | | | document return value of networkhashps for getmininginfo RPC endpointJameson Lopp2016-08-051-2/+3
* | | | | | | | Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan2016-08-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | various typosleijurv2016-08-141-1/+1
* | | | | | | | | Merge #8512: Trivial: Corrected JSON typo on setban of net.cppWladimir J. van der Laan2016-08-171-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Corrected JSON typo on setban of net.cppSev2016-08-141-1/+1
| |/ / / / / / /
* | | | | | | | Merge #8128: Net: Turn net structures into dumb storage classesWladimir J. van der Laan2016-08-151-3/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | net: Split resolving out of CSubNetCory Fields2016-07-311-1/+1
| * | | | | | | net: Split resolving out of CNetAddrCory Fields2016-07-311-2/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge #8353: Trivial: tiny c++11 refactorsWladimir J. van der Laan2016-08-131-4/+5
|\ \ \ \ \ \ \
| * | | | | | | use std::map::emplace() instead of std::map::insert()whythat2016-08-091-1/+1
| * | | | | | | use c++11 std::unique_ptr instead of boost::shared_ptrwhythat2016-08-091-4/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr2016-08-081-2/+15
| |_|/ / / / |/| | | | |
* | | | | | Consensus: Remove ISMNicolasDorier2016-07-231-20/+16
| |/ / / / |/| | | |
* | | | | Rename "block cost" to "block weight"Suhas Daftuar2016-07-182-8/+8
| |_|/ / |/| | |
* | | | [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli2016-07-091-0/+8
|/ / /
* | | The bit field is shown only when status is "started"Pavel Janík2016-06-281-1/+1
* | | Merge #8258: RPC: Hide softfork if timeout is 0Wladimir J. van der Laan2016-06-271-3/+12
|\ \ \ | |/ / |/| |
| * | RPC: Hide softfork if timeout is 0jl20122016-06-251-3/+12
* | | Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempoolWladimir J. van der Laan2016-06-251-2/+0
|\ \ \ | |/ / |/| |
| * | remove unnecessary LOCK(cs_main)Daniel Cousens2016-06-231-2/+0
| |/
* | [RPC] signrawtransaction can sign P2WSHNicolasDorier2016-06-221-2/+2
* | [RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille2016-06-221-0/+38
* | BIP143: Signing logicPieter Wuille2016-06-221-5/+12
* | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-223-6/+17
* | [RPC] Return witness data in blockchain RPCsJohnson Lau2016-06-222-2/+22
* | BIP143: Verification logicPieter Wuille2016-06-221-1/+1