aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22qt: Add Copy Address Action to Payment RequestsJarol Rodriguez
2021-02-21Merge #21243: ci: Avoid invoking curl on the hostfanquake
2021-02-20ci: Avoid invoking curl on the hostMarcoFalke
2021-02-20Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...MarcoFalke
2021-02-19Merge #21088: guix: Jump forwards in time-machine and adaptWladimir J. van der Laan
2021-02-19Merge #21211: test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2021-02-19Merge #21187: Net processing: Only call PushAddress() from net_processingMarcoFalke
2021-02-19Merge #21226: build: Fix fuzz binary compilation under windowsMarcoFalke
2021-02-19Merge #21221: [tools] Allow argument/parameter bin packing in clang-formatMarcoFalke
2021-02-19Merge #21228: test: Avoid comparision of integers with different signsfanquake
2021-02-19Merge #21210: doc: Rework internal and external linksWladimir J. van der Laan
2021-02-19Merge #21205: build: actually fail when Boost is missingfanquake
2021-02-19Merge #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnectionJonas Schnelli
2021-02-19Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...Samuel Dobson
2021-02-18Fix fuzz binary compilation under windowsDan Benjamin
2021-02-18style-only: Make AcceptToMemoryPool signature readableCarl Dong
2021-02-18style-only: Make CheckSequenceLock signature readableCarl Dong
2021-02-18validation: Use *this in CChainState::LoadMempoolCarl Dong
2021-02-18validation: Pass in chainstate to UpdateMempoolForReorgCarl Dong
2021-02-18validation: Pass in chainstate to CTxMemPool::removeForReorgCarl Dong
2021-02-18validation: Pass in chain to ::TestLockPointValidityCarl Dong
2021-02-18tree-wide: Fix erroneous AcceptToMemoryPool replacementsCarl Dong
2021-02-18validation: Remove old AcceptToMemoryPool w/o chainstate paramCarl Dong
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-18test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnectionMarcoFalke
2021-02-18test: Make test actually test somethingMarcoFalke
2021-02-18test: pep8 touched testMarcoFalke
2021-02-18validation: Pass in chainstate to ::AcceptToMemoryPoolCarl Dong
2021-02-18validation: Pass in chainstate to ::LoadMempoolCarl Dong
2021-02-18validation: Pass in chainstate to AcceptToMemoryPoolWithTimeCarl Dong
2021-02-18validation: Add chainstate member to MemPoolAcceptCarl Dong
2021-02-18validation: Pass in chainstate to ::CheckSequenceLocksCarl Dong
2021-02-18validation: Remove old CheckFinalTx w/o chain tip paramCarl Dong
2021-02-18scripted-diff: Invoke ::CheckFinalTx with chain tipCarl Dong
2021-02-18validation: Pass in chain tip to ::CheckFinalTxCarl Dong
2021-02-18validation: Pass in coins tip to CheckInputsFromMempoolAndCacheCarl Dong
2021-02-18validation: Pass in chainstate to IsCurrentForFeeEstimationCarl Dong
2021-02-18validation: Pass in coins cache to ::LimitMempoolSizeCarl Dong
2021-02-18Avoid comparision of integers with different signsJonas Schnelli
2021-02-18guix: Jump forwards in time-machine and adaptCarl Dong
2021-02-18guix: Supply --keep-failed for debuggingCarl Dong
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-18Merge #20524: test: Move MIN_VERSION_SUPPORTED to p2p.pyWladimir J. van der Laan
2021-02-18[tools] Allow argument/parameter bin packing in clang-formatJohn Newbery
2021-02-18[net] Move checks from GetLocalAddrForPeer to callerJohn Newbery
2021-02-18[net] Change AdvertiseLocal to GetLocalAddrForPeerJohn Newbery
2021-02-18Merge #19136: wallet: add parent_desc to getaddressinfoSamuel Dobson
2021-02-18Merge #15946: Allow maintaining the blockfilterindex when using pruneJonas Schnelli
2021-02-18Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::sizeMarcoFalke
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir J. van der Laan