aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: Add getindexinfo RPCFabian Jahr2020-08-161-0/+57
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke2020-08-021-47/+73
* rpc: Limit echo to 10 argsMarcoFalke2020-08-021-3/+16
* refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke2020-08-021-3/+3
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-2/+2
* refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-5/+7
* Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke2020-04-261-3/+2
|\
| * log: Use Join() helper when listing log categoriesMarcoFalke2020-04-161-3/+2
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-1/+8
|\
| * Add ChainClient setMockTime, getWallets methodsRussell Yanofsky2020-02-251-1/+8
* | rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke2020-04-061-2/+2
* | rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-131-3/+3
* | Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke2020-03-111-3/+3
|\ \
| * | Remove redundant type information from rpc docsDavid O'Callaghan2020-03-051-3/+3
* | | Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke2020-03-111-2/+2
|\ \ \
| * | | Change example addresses to bech32Yusuf Sahin HAMZA2020-03-011-2/+2
| | |/ | |/|
* | | scheduler: switch from boost to stdAnthony Towns2020-03-061-1/+1
* | | Merge #18263: rpc: change setmocktime check to use IsMockableChainMarcoFalke2020-03-051-2/+3
|\ \ \
| * | | [rpc] changed MineBlocksOnDemand to IsMockableChainGloria Zhao2020-03-051-2/+3
| |/ /
* / / rpc: Auto-format RPCResultMarcoFalke2020-02-251-39/+47
|/ /
* | Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson2020-02-251-27/+15
|\ \
| * | Deduplicate the message signing codeVasil Dimov2020-02-141-7/+5
| * | Deduplicate the message verifying codeVasil Dimov2020-02-141-21/+11
* | | Merge #18122: rpc: update validateaddress RPCExamples to bech32fanquake2020-02-201-2/+2
|\ \ \
| * | | rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner2020-02-131-2/+2
| |/ /
* | | Merge #18037: Util: Allow scheduler to be mockedMarcoFalke2020-02-171-0/+33
|\ \ \
| * | | [rpc] expose ability to mock scheduler via the rpcAmiti Uttarwar2020-02-171-0/+33
| | |/ | |/|
* | | scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke2020-02-091-12/+12
| |/ |/|
* | Output a descriptor in createmultisig and addmultisigaddressAndrew Chow2020-01-301-0/+5
|/
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* qa: unify unix epoch time descriptionsJon Atack2019-12-131-1/+1
* util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke2019-10-181-2/+6
* Remove unused includespracticalswift2019-10-151-1/+0
* Give more errors for specific failure conditionsAndrew Chow2019-08-161-2/+2
* Return an error from descriptor Parse that gives more information about what ...Andrew Chow2019-08-161-4/+6
* Add unmodified-but-with-checksum to getdescriptorinfoPieter Wuille2019-08-061-0/+2
* Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan2019-07-111-1/+1
|\
| * scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-1/+1
* | rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm2019-07-081-36/+9
|/
* Merge #16026: Ensure that uncompressed public keys in a multisig always retur...MeshCollider2019-06-211-2/+2
|\
| * Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-201-2/+2
* | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-8/+0
* | [rpc] deriveaddresses: Correct descriptor checksum in RPCExamplesChris Capobianco2019-05-141-1/+1
|/
* Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke2019-05-101-12/+2
|\
| * Extract ParseDescriptorRangeBen Woosley2019-04-131-12/+2
* | Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-3/+3
* | Merge #15751: Speed up deriveaddresses for large rangesWladimir J. van der Laan2019-04-151-3/+4
|\ \
| * | Speed up deriveaddresses for large rangesPieter Wuille2019-04-041-3/+4
| |/
* / [build] Add several util unitsJohn Newbery2019-04-091-0/+1
|/