aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-23Merge #16024: [rpc] deriveaddresses: Correction of descriptor checksum in RPC...MarcoFalke
2019-05-16Merge #15990: Add tests and documentation for blocksonlyWladimir J. van der Laan
2019-05-16refactoring: IsInitialBlockDownload -> CChainStateJames O'Beirne
2019-05-16refactoring: FlushStateToDisk -> CChainStateJames O'Beirne
2019-05-15Merge #14984: rpc: Speedup getrawmempool when verbose=trueMarcoFalke
2019-05-14[rpc] deriveaddresses: Correct descriptor checksum in RPCExamplesChris Capobianco
2019-05-10Merge #14802: rpc: faster getblockstats using BlockUndo dataMarcoFalke
2019-05-10rpc: faster getblockstats using BlockUndo dataFelix Weis
2019-05-10Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-09net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-03Merge #15932: rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-02rpc: Add lock annotations to block{,header}ToJSONMarcoFalke
2019-05-01rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-01rpc: Use IsValidNumArgs in getblockMarcoFalke
2019-05-01Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-27Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransactionMeshCollider
2019-04-19Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke
2019-04-19Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke
2019-04-18Merge #14121: Index for BIP 157 block filtersMarcoFalke
2019-04-17Merge #15474: rest/rpc: Make mempoolinfo atomicMarcoFalke
2019-04-17rpc: Remove dependency on interfaces::Chain in SignTransactionAntoine Riard
2019-04-15Merge #15770: rpc: Validate maxfeerate with AmountFromValueMarcoFalke
2019-04-15Merge #15751: Speed up deriveaddresses for large rangesWladimir J. van der Laan
2019-04-14Merge #15748: [rpc] remove dead mining codeMeshCollider
2019-04-13Extract ParseDescriptorRangeBen Woosley
2019-04-10[rpc] simplify generate RPCJohn Newbery
2019-04-10Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan
2019-04-10Remove access to node globals from wallet-linked codeRussell Yanofsky
2019-04-10Merge #15754: rpc: getrpcinfo docsMarcoFalke
2019-04-09Merge #15746: rpc: RPCHelpMan: Always name dictionary keysMarcoFalke
2019-04-09[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cppRussell Yanofsky
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cppJohn Newbery
2019-04-09[build] Move rpc utility methods to rpc/utilJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-08rpc: Validate maxfeerate with AmountFromValueJoão Barbosa
2019-04-08Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke
2019-04-06doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke
2019-04-06rpc: Add getblockfilter RPC method.Jim Posen
2019-04-06Merge #15508: Refactor analyzepsbt for use outside RPC codePieter Wuille
2019-04-05Remove unused varPeter Bushnell
2019-04-05rpc: getrpcinfo docsBen Carman
2019-04-04Speed up deriveaddresses for large rangesPieter Wuille
2019-04-04rpc: RPCHelpMan: Always push_name when outer type is an objectMarcoFalke