aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2021-09-21Merge bitcoin/bitcoin#22831: test: add addpeeraddress "tried", test addrman c...merge-script
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-09-15Allow passing "tried" to rpc addpeeraddress to call CAddrMan::Good()Jon Atack
2021-09-02Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCsMarcoFalke
2021-08-26Remove GetAddrNameMarcoFalke
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-08-15[addrman] Merge the two Add() functionsAmiti Uttarwar
2021-08-15Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewalletSamuel Dobson
2021-08-14Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-upsfanquake
2021-08-11Merge bitcoin/bitcoin#22653: refactor: Rename JoinErrors and re-use itfanquake
2021-08-10Add a new RPC command: restorewalletlsilva01
2021-08-09Merge bitcoin/bitcoin#21800: mempool/validation: mempool ancestor/descendant ...fanquake
2021-08-09Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errorsSamuel Dobson
2021-08-09Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...Samuel Dobson
2021-08-06refactor: Reuse MakeUnorderedList where possibleHennadii Stepanov
2021-08-05misc package validation doc improvementsglozow
2021-08-04p2p, rpc, test: address rate-limiting follow-upsJon Atack
2021-08-04Merge bitcoin/bitcoin#22621: make ParseOutputType return a std::optional<Outp...MarcoFalke
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-08-03p2p, rpc: address relay fixupsJon Atack
2021-08-03Merge bitcoin/bitcoin#21528: [p2p] Reduce addr blackholesfanquake
2021-07-29[RPC] Add field to getpeerinfo to indicate if addr relay is enabledAmiti Uttarwar
2021-07-28Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...MarcoFalke
2021-07-28Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-upsW. J. van der Laan
2021-07-25rpc: Block until synced if coinstatsindex is used in gettxoutsetinfoFabian Jahr
2021-07-25rpc: Add missing gettxoutsetinfo help docsFabian Jahr
2021-07-22doc: GetTransaction()/getrawtransaction follow-ups to #22383John Newbery
2021-07-22Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT...MarcoFalke
2021-07-21Merge bitcoin/bitcoin#21934: RPC/blockchain: getblockchaininfo: Include versi...MarcoFalke
2021-07-21Merge bitcoin/bitcoin#22407: rpc: Return block time in getblockchaininfoMarcoFalke
2021-07-20Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...fanquake
2021-07-20rpc: Return block time in getblockchaininfoJoão Barbosa
2021-07-19Merge bitcoin/bitcoin#22387: Rate limit the processing of rumoured addressesW. J. van der Laan
2021-07-18Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ...fanquake
2021-07-15Add logging and addr rate limiting statisticsPieter Wuille
2021-07-15Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deplo...MarcoFalke
2021-07-12fix incorrect testmempoolaccept docglozow
2021-07-12net, rpc: Enable AddrFetch connections for functional testingMartin Zumsande
2021-07-10wallet, rpc: add listdescriptors private optionS3RK
2021-07-05Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthroughHennadii Stepanov
2021-07-03prefer to use txindex if available for GetTransactionJameson Lopp
2021-07-01Use DeploymentEnabled to hide VB deploymentsMarcoFalke
2021-07-01doc: Move buried deployment doc to the enum that enumerates themMarcoFalke
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2021-06-30[refactor] versionbits: make VersionBitsCache a full classAnthony Towns
2021-06-30[refactor] rpc/blockchain.cpp: SoftForkPushBackAnthony Towns
2021-06-30[move-only] Rename versionbitsinfo to deploymentinfoAnthony Towns
2021-06-30scripted-diff: rename versionbitscacheAnthony Towns
2021-06-30[refactor] Add versionbits deployments to deploymentstatus.hAnthony Towns
2021-06-29[refactor] Add deploymentstatus.hAnthony Towns