aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2021-11-30rpc: various fixups for dumptxoutsetJames O'Beirne
2021-11-30Replace addrman.h include with forward decl in net.hMarcoFalke
2021-11-29More Span simplificationsPieter Wuille
2021-11-29Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...W. J. van der Laan
2021-11-29[validation] de-duplicate package transactions already in mempoolglozow
2021-11-26Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-22Merge bitcoin/bitcoin#16807: Let validateaddress locate error in Bech32 addressW. J. van der Laan
2021-11-18Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is un...Luke Dashjr
2021-11-17doc: Fix incorrect C++ named argsMarcoFalke
2021-11-17scripted-diff: Rename m_last_send and m_last_recvMarcoFalke
2021-11-16style: Sort file list after renameMarcoFalke
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-11-10Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`MarcoFalke
2021-11-10Merge bitcoin/bitcoin#23398: rpc: add return message to savemempool RPCW. J. van der Laan
2021-11-09Add filename to savemempool RPC resultlsilva01
2021-11-09Merge bitcoin/bitcoin#23381: validation/refactor: refactoring for package sub...W. J. van der Laan
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-11-03net: don't skip CJDNS from GetNetworksInfo()Vasil Dimov
2021-11-02rpc: move fees object to match helpjosibake
2021-11-02rpc: deprecate fee fields from mempool entriesjosibake
2021-10-28[validation/rpc] cache + use vsize calculated in PreChecksglozow
2021-10-21[mempool] delete exists(uint256) functionglozow
2021-10-19Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...W. J. van der Laan
2021-10-12Add error_locations to validateaddress RPCSamuel Dobson
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-10-05rpc: Add level 3 verbosity to getblock RPC call.fyquah
2021-10-05rpc: Replace boolean argument for tx details with enum class.fyquah
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-10-04Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...W. J. van der Laan
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-28psbt: sign without finalizingAndrew Chow
2021-09-29Merge bitcoin/bitcoin#22722: rpc: update estimatesmartfee to return max of CB...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...Samuel Dobson
2021-09-28update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...pranabp-bit
2021-09-24refactor: minor styling, prefer snake case and same line ifMichael Dietz
2021-09-24refactor: share logic between ScriptPubKeyToUniv and ScriptToUnivMichael Dietz
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-22[test] Add testing for outbound feeler connectionsJohn Newbery
2021-09-21doc: Fix RPC result documentationMarcoFalke
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-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-09-26Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DBW. J. van der Laan
2021-09-25Allow lockunspent to store the lock in the wallet DBSamuel Dobson
2021-09-02Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCsMarcoFalke
2021-08-26Remove GetAddrNameMarcoFalke