aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17qt: Remove Transactionview Edit Label ActionJarol Rodriguez
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir J. van der Laan
2021-02-17Merge #21182: build: remove mostly pointless BOOST_PROCESS macroWladimir J. van der Laan
2021-02-17Merge #21192: cli: Treat high detail levels as maximum in -netinfoWladimir J. van der Laan
2021-02-17test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2021-02-17Merge #21121: [test] Small unit test improvements, including helper to make m...MarcoFalke
2021-02-17[test] Check user agent string from test framework connectionsJohn Newbery
2021-02-17[test] Add P2P_SERVICES to p2p.pyJohn Newbery
2021-02-17[test] Move MY_RELAY to p2p.pyJohn Newbery
2021-02-17[test] Move MY_SUBVERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MY_VERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MIN_VERSION_SUPPORTED to p2p.pyJohn Newbery
2021-02-17Merge #21188: scripted-diff: Remove redundant lock annotations in net processingMarcoFalke
2021-02-17Merge #20380: doc: Add instructions on how to fuzz the P2P layer using Honggf...MarcoFalke
2021-02-17Merge #20993: test: store subversion (user agent) as string in msg_versionMarcoFalke
2021-02-17doc: Rework internal and external linksMarcoFalke
2021-02-17util: Use std::chrono for time gettersMarcoFalke
2021-02-17time: add runtime sanity checkCory Fields
2021-02-17Merge #21087: guix: Passthrough BASE_CACHE into containerfanquake
2021-02-17build: actually stop configure if Boost isn't availablefanquake
2021-02-17build: explicitly install libboost-dev packagefanquake
2021-02-17Merge #21159: test: fix sign comparison warning in socket testsfanquake
2021-02-17build: remove mostly pointless BOOST_PROCESS macrofanquake
2021-02-16test: disallow sendtoaddress/sendmany when private keys disabledJon Atack
2021-02-16Disallow sendtoaddress and sendmany when private keys disabledAndrew Chow
2021-02-16[doc / util] Use comments to clarify time unit for int64_t type.Amiti Uttarwar
2021-02-16[util] Introduce a SetMockTime that takes chrono timeAmiti Uttarwar
2021-02-16[util] Change GetMockTime to return chrono type instead of intAmiti Uttarwar
2021-02-16[test] Throw error instead of segfaulting in failure scenarioAmiti Uttarwar
2021-02-16[test] Introduce a unit test helper to create a valid mempool transaction.Amiti Uttarwar
2021-02-16Merge #19806: validation: UTXO snapshot activationWladimir J. van der Laan
2021-02-16Merge #21008: test: fix zmq test flakiness, improve speedMarcoFalke
2021-02-16guix: Passthrough BASE_CACHE into containerCarl Dong
2021-02-16Merge #20721: Net: Move ping data to net_processingfanquake
2021-02-16Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expec...Jonas Schnelli
2021-02-16Add functional test for blockfilterindex in prune-modeJonas Schnelli
2021-02-16Add debug startup parameter -fastprune for more effective pruning testsJonas Schnelli
2021-02-16Avoid pruning below the blockfilterindex sync heightJonas Schnelli
2021-02-16Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...MarcoFalke
2021-02-15cli: Treat high detail levels as the maximum in -netinfoWladimir J. van der Laan
2021-02-15scripted-diff: rename ping membersJohn Newbery
2021-02-15[net processing] Move ping data fields to net processingJohn Newbery
2021-02-15[net processing] Move ping timeout logic to net processingJohn Newbery
2021-02-15[net processing] Move send ping message logic into functionJohn Newbery