aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
AgeCommit message (Expand)Author
2022-10-28rpc: fix crash in deriveaddresses when derivation index is 2147483647muxator
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-05-14test: Fix off-by-one in mockscheduler test RPCMarcoFalke
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-23multiprocess: Add echoipc RPC method and testRussell Yanofsky
2021-04-19rpc: Add Coinstats index to getindexinfoFabian Jahr
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-01rpc: Fail to return undocumented return valuesMarcoFalke
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-01Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...Wladimir J. van der Laan
2021-02-02util: Disallow negative mocktimeMarcoFalke
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-24Better error messages for invalid addressesBezdrighin
2020-09-24remove dead rpc codeMarcoFalke
2020-08-29rpc: fix {sign,message}verify RPC errors for invalid address/signatureSebastian Falbesoner
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