aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Delete double semicolon in wallet.cpp and misc.cppMatteo Sumberaz2018-07-021-1/+1
| |/ / / / |/| | | |
* | | | | Merge #13480: Avoid copies in range-for loops and add a warning to detect themWladimir J. van der Laan2018-06-241-1/+1
|\ \ \ \ \
| * | | | | cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-1/+1
| |/ / / /
* | | | | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblockJonas Schnelli2018-06-191-7/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rpc: Avoid "duplicate" return value for invalid submitblockMarcoFalke2018-06-111-7/+6
* | | | | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-1/+1
|\ \ \ \ \
| * | | | | scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-1/+1
| | |/ / / | |/| | |
* / | | | expose CBlockIndex::nTx in getblock(header)Gregory Sanders2018-06-131-0/+4
|/ / / /
* | | | Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan2018-06-111-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [wallet] [rpc] Remove getlabeladdress RPCJohn Newbery2018-05-161-1/+0
* | | | Merge #13259: refactoring: add a method for determining if a block is pruned ...Wladimir J. van der Laan2018-06-081-1/+1
|\ \ \ \
| * | | | refactor: add a function for determining if a block is pruned or notKarl-Johan Alm2018-05-301-1/+1
| | |/ / | |/| |
* | | | Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...Wladimir J. van der Laan2018-06-053-18/+7
|\ \ \ \
| * | | | Drop the chain argument to GetDifficultyBen Woosley2018-05-203-18/+7
| | |/ / | |/| |
* | | | Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-2/+2
| |/ /
* | | Merge #13063: Use shared pointer to retain wallet instanceWladimir J. van der Laan2018-05-241-1/+2
|\ \ \
| * | | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-1/+2
| |/ /
* | | Merge #10757: RPC: Introduce getblockstats to plot thingsWladimir J. van der Laan2018-05-232-11/+303
|\ \ \ | |/ / |/| |
| * | RPC: Introduce getblockstatsJorge Timón2018-05-222-0/+283
| * | Refactor: RPC: Separate GetBlockChecked() from getblock()Jorge Timón2018-05-071-11/+20
* | | Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke2018-05-141-0/+1
|\ \ \
| * | | Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...practicalswift2018-04-121-0/+1
* | | | Merge #13116: Add Clang thread safety annotations for variables guarded by cs...MarcoFalke2018-05-141-3/+3
|\ \ \ \
| * | | | Add Clang thread safety annotations for variables guarded by cs_rpcWarmuppracticalswift2018-04-291-3/+3
* | | | | Merge #12560: [wallet] Upgrade path for non-HD wallets to HDWladimir J. van der Laan2018-05-141-0/+1
|\ \ \ \ \
| * | | | | Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+1
* | | | | | RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding2018-05-071-4/+4
| |_|_|/ / |/| | | |
* | | | | Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift2018-05-051-1/+1
|/ / / /
* | | | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-036-70/+70
* | | | Add missing newlines to LogPrint debug loggingWladimir J. van der Laan2018-05-021-1/+1
* | | | Merge #12954: util: Refactor logging code into a global objectPieter Wuille2018-04-301-18/+19
|\ \ \ \
| * | | | util: Refactor GetLogCategory.Jim Posen2018-04-291-9/+8
| * | | | util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-14/+16
| |/ / /
* / / / nit: fix typo for entry description stringmryandao2018-04-301-1/+1
|/ / /
* | | rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved sectionWladimir J. van der Laan2018-04-271-1/+3
* | | Remove Safe modeAndrew Chow2018-04-263-31/+0
* | | Merge #12321: p2wsh and p2sh-p2wsh address in decodescriptWladimir J. van der Laan2018-04-261-0/+32
|\ \ \
| * | | list the types of scripts we should consider for a witness programfivepiece2018-04-081-1/+1
| * | | p2wpkh, p2wsh and p2sh-nested scripts in decodescriptfivepiece2018-03-061-0/+32
* | | | Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...Wladimir J. van der Laan2018-04-261-4/+17
|\ \ \ \
| * | | | Add new fee structure with all sub-fields denominated in BTCmryandao2018-04-181-4/+17
* | | | | [rpc] Public interfaces to GetTransaction block until synced.Jim Posen2018-04-252-9/+23
* | | | | [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-3/+4
* | | | | Merge #12448: Interrupt block generation on shutdown requestWladimir J. van der Laan2018-04-231-1/+1
|\ \ \ \ \
| * | | | | rpc: Interrupt block generation on shutdown requestJoão Barbosa2018-02-161-1/+1
* | | | | | wallet: Add HasWalletsJoão Barbosa2018-04-181-1/+1
* | | | | | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-1/+1
| |/ / / / |/| | | |
* | | | | Expose a transaction's weight via RPCMatt Corallo2018-04-131-0/+2
* | | | | Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-121-3/+3
|\ \ \ \ \