aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2022-05-20coinstats: Extract index_requested in-member to in-paramCarl Dong
2022-05-20coinstats: Extract hash_type in-member to in-paramCarl Dong
2022-05-20includes: Remove rpc/util.h -> node/coinstats.hCarl Dong
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-21scripted-diff: Convert global Mutexes to GlobalMutexesAnthony Towns
2022-05-20Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not neededMacroFake
2022-05-20Merge bitcoin/bitcoin#25170: build: Enable RPC_DOC_CHECK on --enable-debugfanquake
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-19build: Enable RPC_DOC_CHECK on --enable-debugMacroFake
2022-05-19Merge bitcoin/bitcoin#25161: rpc: Put undocumented JSON failure mode behind a...MacroFake
2022-05-18rpc: Put undocumented JSON failure mode behind a runtime flagSuhail Saqan
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-17Merge bitcoin/bitcoin#23679: Sanitize `port` in `addpeeraddress()`fanquake
2022-05-17Merge bitcoin/bitcoin#25114: rpc: remove deprecated "softforks" field from ge...MacroFake
2022-05-16Merge bitcoin/bitcoin#25095: rpc: Fix implicit-integer-sign-change in gettxoutfanquake
2022-05-16Merge bitcoin/bitcoin#24640: Bugfix: RPC/blockchain: Correct description of g...MacroFake
2022-05-14Sanitize port in `addpeeraddress()`amadeuszpawlik
2022-05-13rpc: remove deprecated "softforks" field from getblockchaininfoSebastian Falbesoner
2022-05-13rpc: Fix implicit-integer-sign-change in gettxoutMacroFake
2022-05-13Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...MacroFake
2022-05-11rpc: check `fopen` return code in dumptxoutsetSebastian Falbesoner
2022-05-10validation: move g_versionbitscache into ChainstateManagerAnthony Towns
2022-05-10refactor: use chainman instead of chainParams for DeploymentActive*Anthony Towns
2022-05-10validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...Anthony Towns
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-05-06Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...MacroFake
2022-05-06Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...MacroFake
2022-05-05Sanity assert GetAncestor() != nullptr where appropriateAdam Jonas
2022-05-05Add RPC to get mempool txs spending outputst-bast
2022-05-05Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and...MacroFake
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2022-05-03scripted-diff: Rename rpc/misc.cpp to rpc/node.cppMacroFake
2022-05-03rpc: Move output script RPCs to separate fileMacroFake
2022-04-29rpc: Move fee estimation RPCs to separate fileMacroFake
2022-04-29Merge bitcoin/bitcoin#25016: refactor: GetFirstStoredBlock() and getblockchai...fanquake
2022-04-29Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg util...fanquake
2022-04-28rpc: use GetBlockTime() for getblockchaininfo#timeJon Atack
2022-04-28blockstorage, refactor: pass GetFirstStoredBlock() start_block by referenceJon Atack
2022-04-28blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManagerJon Atack
2022-04-28rpc: Move signmessage RPC util to new fileMacroFake
2022-04-28Remove cs_main from verifymessageMacroFake
2022-04-27Call CHECK_NONFATAL only once where neededMarcoFalke
2022-04-26Merge bitcoin/bitcoin#21726: Improve Indices on pruned nodes via prune blockersfanquake
2022-04-26Merge bitcoin/bitcoin#24959: Remove not needed clang-format off commentslaanwj
2022-04-26Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...fanquake
2022-04-25refactor: Introduce GetFirstStoredBlock helper functionFabian Jahr
2022-04-25Remove not needed clang-format off commentsMarcoFalke