aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
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
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-29Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputsMarcoFalke
2021-03-26Merge #21390: test: Test improvements for UTXO set hash testsMarcoFalke
2021-03-24miner: Add chainstate member to BlockAssemblerCarl Dong
2021-03-24Revert "scripted-diff: Invoke CreateNewBlock with chainstate"Carl Dong
2021-03-23rpc: Improve gettxoutsetinfo helpFabian Jahr
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-20[net] remove CConnman::AddNewAddressesJohn Newbery
2021-03-19Merge #21328: net, refactor: pass uint16 CService::port as uint16MarcoFalke
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-03-15rpc: remove scantxoutset EXPERIMENTAL warningJon Atack
2021-03-15Merge #21035: Remove pointer cast in CRPCTable::dumpArgMapMarcoFalke
2021-03-15Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge...fanquake
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-15scripted-diff: remove Optional & nulloptfanquake