aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-02-26move-only: Add txorphanage moduleAnthony Towns
2021-02-24test: Replace accidentally placed bit-OR with logical-ORHennadii Stepanov
2021-02-23Merge #16546: External signer support - Wallet Box editionWladimir J. van der Laan
2021-02-23Merge #19698: test: apply strict verification flags for transaction tests and...Wladimir J. van der Laan
2021-02-22Merge #21202: [validation] Two small clang lock annotation improvementsMarcoFalke
2021-02-21configure: add --enable-external-signerSjors Provoost
2021-02-20Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...MarcoFalke
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-18Fix fuzz binary compilation under windowsDan Benjamin
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-18validation: Pass in chainstate to ::CheckSequenceLocksCarl Dong
2021-02-18scripted-diff: Invoke ::CheckFinalTx with chain tipCarl Dong
2021-02-18Avoid comparision of integers with different signsJonas Schnelli
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-18[net] Change AdvertiseLocal to GetLocalAddrForPeerJohn Newbery
2021-02-18Merge #19136: wallet: add parent_desc to getaddressinfoSamuel Dobson
2021-02-18Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::sizeMarcoFalke
2021-02-17[doc] Add a note about where lock annotations should go.Amiti Uttarwar
2021-02-17[validation] Move the lock annotation from function definition to declarationAmiti Uttarwar
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir 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-17time: add runtime sanity checkCory Fields
2021-02-17Merge #21159: test: fix sign comparison warning in socket testsfanquake
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 #20721: Net: Move ping data to net_processingfanquake
2021-02-16Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...MarcoFalke
2021-02-15scripted-diff: rename ping membersJohn Newbery
2021-02-15fuzz: Remove expensive and redundant muhash from crypto fuzz targetMarcoFalke
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-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-12simplify ChainstateManager::SnapshotBlockhash() return semanticsJames O'Beirne
2021-02-12chainparams: add allowed assumeutxo valuesJames O'Beirne
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-12test: fix sign comparison warning in socket testsfanquake
2021-02-11Merge #20370: fuzz: version handshakeMarcoFalke
2021-02-11Merge #21062: refactor: return MempoolAcceptResult from ATMPMarcoFalke
2021-02-11Merge #20788: net: add RAII socket and use it instead of bare SOCKETWladimir J. van der Laan
2021-02-11fuzz: version handshakeMarcoFalke
2021-02-11Merge #20211: Use -Wswitch for TxoutType where possibleMarcoFalke
2021-02-11test: add Sock unit testsVasil Dimov
2021-02-11fuzz: Fail if message type is not fuzzedMarcoFalke
2021-02-11fuzz: Count message type fuzzers before main()MarcoFalke