aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Additionally treat Tx.nVersion as unsigned in joinpsbtsMatt Corallo2019-09-031-4/+4
* | | | Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke2020-07-154-45/+85
|\ \ \ \
| * | | | rpc: Update server to use new RPCHelpManMarcoFalke2020-07-032-23/+28
| * | | | rpc: Add option to hide RPCArgMarcoFalke2020-07-032-20/+13
| * | | | rpc: Assert that passed arg names are equal to hardcoded onesMarcoFalke2020-07-031-0/+2
| * | | | rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke2020-06-303-2/+39
| * | | | rpc: Check that left section is not multilineMarcoFalke2020-06-261-0/+3
| | |/ / | |/| |
* | | | Increment input value sum only once per UTXO in decodepsbtAndrew Chow2020-07-141-17/+16
* | | | Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke2020-07-141-6/+12
|\ \ \ \
| * | | | gui: Fix regression in GUI consoleHennadii Stepanov2020-07-081-6/+12
* | | | | Merge #19474: doc: Use precise permission flags where possibleMarcoFalke2020-07-111-4/+2
|\ \ \ \ \
| * | | | | doc: Use precise permission flags where possibleMarcoFalke2020-07-101-4/+2
| |/ / / /
* / / / / rpc: deprecate banscore field in rpc getpeerinfoJon Atack2020-07-081-2/+5
|/ / / /
* | | | Merge #19219: Replace automatic bans with discouragement filterPieter Wuille2020-07-071-6/+4
|\ \ \ \
| * | | | Clean up separated ban/discourage interfacePieter Wuille2020-07-031-4/+3
| * | | | Replace automatic bans with discouragement filterPieter Wuille2020-07-031-5/+4
* | | | | Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke2020-07-063-6/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr2020-06-222-2/+4
| * | | | rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-223-6/+30
* | | | | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor: Remove unused EnsureChainmanMarcoFalke2020-06-151-1/+4
| |/ / /
* | | | Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke2020-07-031-12/+10
|\ \ \ \
| * | | | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-12/+10
* | | | | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson2020-07-031-2/+7
|\ \ \ \ \
| * | | | | rpc: show both UTXOs in decodepsbtAndrew Chow2020-06-241-2/+7
| | |_|/ / | |/| | |
* | | | | Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cppWladimir J. van der Laan2020-06-291-7/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor: Replace RecursiveMutex with Mutex in rpc/server.cppHennadii Stepanov2020-06-281-7/+7
| |/ / /
* | | | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-7/+7
| * | | rpc: Properly use underlying type in GetAllOutputTypesMarcoFalke2020-06-211-1/+2
| * | | rpc: Simplify GetAllOutputTypes with the Join helperMarcoFalke2020-06-211-4/+3
* | | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-246-12/+12
* | | | Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson2020-06-213-11/+20
|\ \ \ \ | |/ / / |/| | |
| * | | rpc: add missing space in JSON parsing error message, update testJon Atack2020-06-021-1/+1
| * | | rpc: make generatetoaddress locals constJon Atack2020-06-021-6/+3
| * | | rpc: create rpc/mining.h, hoist default max tries values to constantJon Atack2020-06-012-5/+17
* | | | Prefer explicit uint160 conversionBen Woosley2020-06-191-1/+1
* | | | RPC: Rephrase generatetoaddress help, and use PACKAGE_NAMELuke Dashjr2020-06-151-1/+1
| |/ / |/| |
* | | Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-103-3/+6
* | | refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-1/+2
* | | Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...MarcoFalke2020-06-071-1/+2
|\ \ \
| * | | doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim2020-06-071-1/+2
* | | | Merge #19096: Remove g_rpc_chain globalMarcoFalke2020-06-051-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Remove g_rpc_chain globalRussell Yanofsky2020-05-281-0/+10
* | | | Merge #19111: Limit scope of all global std::once_flagMarcoFalke2020-06-021-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Limit scope of all global std::once_flagMarcoFalke2020-05-291-2/+2
* | | | Merge #19072: doc: Expand section on Getting Startedfanquake2020-06-011-1/+1
|\ \ \ \
| * | | | doc: Fix unrelated typos reported by codespellMarcoFalke2020-05-271-1/+1
* | | | | Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke2020-05-301-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [doc] Update unbroadcast description in RPC resultsAmiti Uttarwar2020-05-251-1/+1