aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2020-08-28Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan
2020-08-28Merge #19646: doc: Updated outdated help command for getblocktemplateWladimir J. van der Laan
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-08-24Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...Wladimir J. van der Laan
2020-08-21docs: Correct description for getblockstats's txs fieldNadav Ivgi
2020-08-20Merge #19550: rpc: Add getindexinfo RPCWladimir J. van der Laan
2020-08-19doc: Fix getmempoolancestor RPC result docMarcoFalke
2020-08-16rpc: Add getindexinfo RPCFabian Jahr
2020-08-15Updated outdated help command for getblocktemplate (fixes #19625)Jake Leventhal
2020-08-15rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transactionJon Atack
2020-08-15Merge #15937: Add loadwallet and createwallet load_on_startup optionsSamuel Dobson
2020-08-14Merge #19455: rpc generate: print useful help and error messageWladimir J. van der Laan
2020-08-14Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-12Merge #19696: rpc: Fix addnode remove command errorWladimir J. van der Laan
2020-08-12Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...Wladimir J. van der Laan
2020-08-12scripted-diff: rename misbehavior membersJohn Newbery
2020-08-12[net] Add addpeeraddress RPC methodJohn Newbery
2020-08-12[addrman] Specify max addresses and pct when calling GetAddresses()John Newbery
2020-08-12Merge #19316: [net] Cleanup logic around connection typesfanquake
2020-08-11rpc: Improve addnode remove command error messageFabian Jahr
2020-08-07[net/refactor] Add AddrFetch connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add feeler connections to ConnectionType enumAmiti Uttarwar
2020-08-07[net/refactor] Add manual connections to ConnectionType enumAmiti Uttarwar
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-03Merge #19326: Simplify hash.h interface using SpansWladimir J. van der Laan
2020-08-02rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-02rpc: Limit echo to 10 argsMarcoFalke
2020-08-02refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke
2020-08-02rpc: Treat all args after a hidden arg as hidden as wellMarcoFalke
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-07-31Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ.MarcoFalke
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-26rpc: Avoid useless mempool query in gettxoutproofMarcoFalke
2020-07-26rpc: Style fixups in gettxoutproofMarcoFalke
2020-07-24rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...Chris L
2020-07-19rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner
2020-07-16Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan
2020-07-15Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke
2020-07-14Increment input value sum only once per UTXO in decodepsbtAndrew Chow
2020-07-14Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke
2020-07-11Merge #19474: doc: Use precise permission flags where possibleMarcoFalke
2020-07-11rpc: print useful help and error message for generateJon Atack
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-08gui: Fix regression in GUI consoleHennadii Stepanov
2020-07-08rpc: deprecate banscore field in rpc getpeerinfoJon Atack
2020-07-07Merge #19219: Replace automatic bans with discouragement filterPieter Wuille
2020-07-06Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke