aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
AgeCommit message (Expand)Author
2021-02-11util: Disallow negative mocktimeMarcoFalke
2020-08-16rpc: Add getindexinfo RPCFabian Jahr
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-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-04-26Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16log: Use Join() helper when listing log categoriesMarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-04-06rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke
2020-03-13rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-11Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke
2020-03-06scheduler: switch from boost to stdAnthony Towns
2020-03-05Merge #18263: rpc: change setmocktime check to use IsMockableChainMarcoFalke
2020-03-05[rpc] changed MineBlocksOnDemand to IsMockableChainGloria Zhao
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-03-01Change example addresses to bech32Yusuf Sahin HAMZA
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-25Add ChainClient setMockTime, getWallets methodsRussell Yanofsky
2020-02-25Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson
2020-02-20Merge #18122: rpc: update validateaddress RPCExamples to bech32fanquake
2020-02-17Merge #18037: Util: Allow scheduler to be mockedMarcoFalke
2020-02-17[rpc] expose ability to mock scheduler via the rpcAmiti Uttarwar
2020-02-14Deduplicate the message signing codeVasil Dimov
2020-02-14Deduplicate the message verifying codeVasil Dimov
2020-02-13rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-01-30Output a descriptor in createmultisig and addmultisigaddressAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-13qa: unify unix epoch time descriptionsJon Atack
2019-10-18util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke
2019-10-15Remove unused includespracticalswift
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-08-06Add unmodified-but-with-checksum to getdescriptorinfoPieter Wuille
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-07-08rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm
2019-06-21Merge #16026: Ensure that uncompressed public keys in a multisig always retur...MeshCollider
2019-06-20Make and get the multisig redeemscript and destination in one function instea...Andrew Chow
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-14[rpc] deriveaddresses: Correct descriptor checksum in RPCExamplesChris Capobianco
2019-05-10Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-15Merge #15751: Speed up deriveaddresses for large rangesWladimir J. van der Laan
2019-04-13Extract ParseDescriptorRangeBen Woosley
2019-04-09[build] Add several util unitsJohn Newbery