aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2021-04-19refactor: Add and use EnsureConnman in rpc codeMarcoFalke
2021-04-19Merge #21679: rpc: Keep default argument value in correct typeMarcoFalke
2021-04-19Merge #21718: rpc: Improve error message for getblock invalid datatype.fanquake
2021-04-18rpc: Improve getblock error message for invalid data type.klementtan
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-17rpc: Check default value type againts argument typeJoão Barbosa
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-16doc: update addnode rpc helpJon Atack
2021-04-15Merge #21377: Speedy trial support for versionbitsfanquake
2021-04-14rpc/rest: Take and reuse local Chain/ChainState objCarl Dong
2021-04-14rpc: style: Improve BuriedForkDescPushBack signatureCarl Dong
2021-04-14rpc: Remove unnecessary casting of block heightCarl Dong
2021-04-14rpc: Tidy up local references (see commit message)Carl Dong
2021-04-14rest/rpc: Remove now-unused old Ensure functionsCarl Dong
2021-04-14scripted-diff: rest/rpc: Use renamed EnsureAny*()Carl Dong
2021-04-14rpc: Add renamed EnsureAny*() functionsCarl Dong
2021-04-14Merge #21666: Miscellaneous external signer changesfanquake
2021-04-13Merge #21575: refactor: Create blockstorage modulefanquake
2021-04-13external_signer: remove ExternalSignerExceptionfanquake
2021-04-13external_signer: use const where appropriatefanquake
2021-04-13refactor: add missing includes to external signer codefanquake
2021-04-13Merge #21467: Move external signer out of wallet modulefanquake
2021-04-12rpc: Add alt Ensure* functions acepting NodeContextCarl Dong
2021-04-12versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-12versionbits: Add support for delayed activationAnthony Towns
2021-04-11Merge #21602: rpc: add additional ban time fields to listbannedMarcoFalke
2021-04-08rpc: add help for enumeratesigners and walletdisplayaddressSjors Provoost
2021-04-08Move external signer out of wallet moduleSjors Provoost
2021-04-08Merge #21574: Drop JSONRPCRequest constructors after #21366MarcoFalke
2021-04-07Merge #21594: rpc: add network field to getnodeaddressesW. J. van der Laan
2021-04-07rpc: improve getnodeaddresses helpJon Atack
2021-04-07rpc: simplify/constify getnodeaddresses codeJon Atack
2021-04-07rpc: add network field to rpc getnodeaddressesJon Atack
2021-04-07Drop JSONRPCRequest constructors after #21366Russell Yanofsky
2021-04-06rpc: add time_remaining field to listbannedJarol Rodriguez
2021-04-06rpc: add ban_duration field to listbannedJarol Rodriguez
2021-04-06doc: improve listbanned helpJarol Rodriguez
2021-04-06rpc: swap position of banned_until and ban_created fieldsJarol Rodriguez
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-04-05rpc/rawtx: Use existing NodeContextCarl Dong
2021-04-05rpc/mining: Use existing NodeContextCarl Dong
2021-04-05rpc/blockchain: Use existing NodeContextCarl Dong
2021-04-05rpc/*,rest: Add review-only assertion to EnsureChainmanCarl Dong
2021-04-05miner: Pass in previous CBlockIndex to RegenerateCommitmentsCarl Dong
2021-04-05Merge #21302: wallet: createwallet examples for descriptor walletsW. J. van der Laan
2021-04-01rpc: Fail to return undocumented return valuesMarcoFalke
2021-04-01Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4MarcoFalke
2021-04-01Merge #21311: rpc: document optional fields for getchaintxstats resultfanquake
2021-03-31Merge #21366: refactor: replace util::Ref with std::any (C++17)W. J. van der Laan
2021-03-30Merge #20228: addrman: Make addrman a top-level componentMarcoFalke