aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
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
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-07-03Replace automatic bans with discouragement filterPieter Wuille
2020-07-03rpc: Update server to use new RPCHelpManMarcoFalke
2020-07-03rpc: Add option to hide RPCArgMarcoFalke
2020-07-03rpc: Assert that passed arg names are equal to hardcoded onesMarcoFalke
2020-07-03Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-06-30rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke
2020-06-29refactor: Remove confusing BlockIndex globalMarcoFalke
2020-06-29Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cppWladimir J. van der Laan
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-28refactor: Replace RecursiveMutex with Mutex in rpc/server.cppHennadii Stepanov
2020-06-26rpc: Check that left section is not multilineMarcoFalke
2020-06-25Add psbtbumpfee RPCAndrew Chow
2020-06-24rpc: show both UTXOs in decodepsbtAndrew Chow
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-22rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr
2020-06-22rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-21rpc: Properly use underlying type in GetAllOutputTypesMarcoFalke
2020-06-21rpc: Simplify GetAllOutputTypes with the Join helperMarcoFalke
2020-06-21Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson