aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir 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-17Merge #21188: scripted-diff: Remove redundant lock annotations in net processingMarcoFalke
2021-02-17util: Use std::chrono for time gettersMarcoFalke
2021-02-17time: add runtime sanity checkCory Fields
2021-02-17Merge #21159: test: fix sign comparison warning in socket testsfanquake
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-16net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and ma...MarcoFalke
2021-02-16Merge #20721: Net: Move ping data to net_processingfanquake
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
2021-02-15[net] Add RunInactivityChecks()John Newbery
2021-02-15[net processing] Add Peer& arg to MaybeDiscourageAndDisconnect()John Newbery
2021-02-15Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...MarcoFalke
2021-02-15Merge #21167: net: make CNode::m_inbound_onion public, initialize explicitlyMarcoFalke
2021-02-15fuzz: Remove expensive and redundant muhash from crypto fuzz targetMarcoFalke
2021-02-15scripted-diff: Remove shadowing lock annotationsMarcoFalke
2021-02-15Merge #20942: [refactor] Move some net_processing globals into PeerManagerImplMarcoFalke
2021-02-15Merge #20629: depends: Improve id string robustnessWladimir J. van der Laan
2021-02-13Merge #21127: wallet: load flags before everything elseWladimir J. van der Laan
2021-02-13Add benchmark to write JSON into a stringMartin Ankerl
2021-02-12net: remove CNode::m_inbound_onion defaults for explicitnessJon Atack
2021-02-12net: make CNode::m_inbound_onion public, drop getter, update testsJon Atack
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-12doc: remove potentially confusing ChainstateManager commentJames O'Beirne
2021-02-12test: Add tests with maleated snapshot dataFabian Jahr
2021-02-12tests: add snapshot activation testJames O'Beirne
2021-02-12tests: add deterministic chain generation unittest fixtureJames O'Beirne
2021-02-12move-onlyish: break out CreateUTXOSnapshot from dumptxoutsetJames O'Beirne
2021-02-12txdb: don't reset during in-memory cache resizeJames O'Beirne
2021-02-12simplify ChainstateManager::SnapshotBlockhash() return semanticsJames O'Beirne
2021-02-12chainparams: add allowed assumeutxo valuesJames O'Beirne
2021-02-12Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...Wladimir J. van der Laan
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-12Merge #19522: build: fix building libconsensus with reduced exports for Darwi...Wladimir J. van der Laan
2021-02-12Merge #19145: Add hash_type MUHASH for gettxoutsetinfoWladimir J. van der Laan