aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-03MOVEONLY: Move wallet encryption RPCs to encrypt.cppSamuel Dobson
2021-12-03MOVEONLY: Move backupwallet and restorewallet to rpc/backup.cppSamuel Dobson
2021-12-03MOVEONLY: Move rpcdump.cpp to wallet/rpc/backup.cppSamuel Dobson
2021-12-03qt: Handle Android back key in the Node windowHennadii Stepanov
2021-12-03qt, android: Add GUIUtil::IsEscapeOrBack helperHennadii Stepanov
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2021-12-02Merge bitcoin/bitcoin#22014: refactor: Make m_cs_fee_estimator non-recursiveMarcoFalke
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
2021-12-02doc: Document optional result fields in validateaddressMarcoFalke
2021-12-02fuzz: Rework rpc fuzz targetMarcoFalke
2021-12-02doc: Document optional result fields in getpeerinfoMarcoFalke
2021-12-02Remove GetSpendHeightMarcoFalke
2021-12-02clean up txmempool includesglozow
2021-12-02change TestLockPointValidity to take a const referenceglozow
2021-12-02Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cppMarcoFalke
2021-12-02rpc: add missing scantxoutset examplesSebastian Falbesoner
2021-12-02Merge bitcoin/bitcoin#23642: refactor: Call type-solver earlier in decodescriptMarcoFalke
2021-12-02remove unnecessary casts and use braced initializationglozow
2021-12-02Merge bitcoin/bitcoin#23155: rpc: various fixups for dumptxoutsetW. J. van der Laan
2021-12-02Merge bitcoin/bitcoin#23626: refactor: Fix implicit-signed-integer-truncation...fanquake
2021-12-02Merge bitcoin/bitcoin#23640: MOVEONLY: Move helper functions from rpcwallet t...MarcoFalke
2021-12-02Merge bitcoin/bitcoin#23643: rpc: remove info about mallocinfo needing glibc ...MarcoFalke
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-12-02rpc: move Ensure* helpers to server_util.hSjors Provoost
2021-12-02Merge bitcoin/bitcoin#23637: miner: Remove uncompiled MTP codefanquake
2021-12-01Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...MarcoFalke
2021-12-01wallet: Replace confusing getAdjustedTime() with GetTime()MarcoFalke
2021-12-01net: change CreateNodeFromAcceptedSocket() to take SockVasil Dimov
2021-12-01net: use Sock in CConnman::ListenSocketVasil Dimov
2021-12-01net: add new method Sock::Accept() that wraps accept()Vasil Dimov
2021-12-01Remove calls to global Params() in tx_pool testlsilva01
2021-12-01Remove AcceptToMemoryPoolWithTimelsilva01
2021-12-01The evhttp_connection_get_peer function from libevent changes the type of the...Perlover
2021-12-01Merge bitcoin/bitcoin#23639: doc: Extract CreateTxDoc in rawtransactionMarcoFalke
2021-12-01doc: use BIP125-replaceablefanquake
2021-12-01doc: Extract CreateTxDoc in rawtransactionfanquake
2021-12-01rpc: remove info about mallocinfo needing glibc 2.10+fanquake
2021-12-01fuzz: Rework FillNodeMarcoFalke
2021-12-01refactor: Set fSuccessfullyConnected in FillNodeMarcoFalke
2021-12-01fuzz: Avoid negative NodeId in ConsumeNodeMarcoFalke
2021-12-01Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...fanquake
2021-12-01refactor: Call type-solver earlier in decodescriptMarcoFalke
2021-12-01style: Remove whitespaceMarcoFalke
2021-12-01Merge bitcoin/bitcoin#23601: Don't check if the listening socket is validMarcoFalke
2021-12-01miner: Remove uncompiled MTP codeMarcoFalke
2021-12-01style: Add {} to if-bodies in node/minerMarcoFalke
2021-12-01Merge bitcoin/bitcoin#23590: Crash debug builds when mempool ConsensusScriptC...MarcoFalke
2021-12-01MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/utilSamuel Dobson
2021-12-01Introduce wallet/rpc/utilSamuel Dobson
2021-12-01Use std::iota instead of manually pushing rangeSamuel Dobson