aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-06-29Merge bitcoin/bitcoin#21789: refactor: Remove ::Params() global from CChainStatefanquake
2021-06-25Merge bitcoin/bitcoin#22322: fuzz: Check banman roundtripMarcoFalke
2021-06-24fuzz: Check banman roundtripMarcoFalke
2021-06-23Merge bitcoin/bitcoin#22263: refactor: wrap CCoinsViewCursor in unique_ptrMarcoFalke
2021-06-21banman: save the banlist in a JSON format on diskVasil Dimov
2021-06-18fuzz: add missing ECCVerifyHandle to base_encode_decodeAndrew Poelstra
2021-06-18Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...Samuel Dobson
2021-06-17Merge bitcoin/bitcoin#22271: fuzz: Assert roundtrip equality for `CPubKey`MarcoFalke
2021-06-17Merge bitcoin/bitcoin#20516: Well-defined CAddress disk serialization, and ad...W. J. van der Laan
2021-06-17fuzz: Assert roundtrip equality for `CPubKey`Sebastian Falbesoner
2021-06-17refactor: wrap CCoinsViewCursor in unique_ptrJames O'Beirne
2021-06-17Merge bitcoin/bitcoin#22268: fuzz: Add temporary debug assert for oss-fuzz issueMarcoFalke
2021-06-17fuzz: Add Temporary debug assert for oss-fuzz issueMarcoFalke
2021-06-17fuzz: Speed up crypto fuzz targetMarcoFalke
2021-06-14Make CAddrMan::Check privateHennadii Stepanov
2021-06-14test: Drop excessive locking in CAddrManTest::SimConnFailHennadii Stepanov
2021-06-14Merge bitcoin/bitcoin#21261: p2p: update inbound eviction protection for mult...W. J. van der Laan
2021-06-14test: add combined I2P/onion/localhost eviction protection testsJon Atack
2021-06-14test: add tests for inbound eviction protection of I2P peersJon Atack
2021-06-14p2p: extend inbound eviction protection by network to I2P peersJon Atack
2021-06-14test: add combined onion/localhost eviction protection coverageJon Atack
2021-06-14p2p: remove unused m_is_onion member from NodeEvictionCandidate structJon Atack
2021-06-14p2p: make ProtectEvictionCandidatesByRatio() fully ratio-basedJon Atack
2021-06-13test: remove combined onion/localhost eviction protection testsJon Atack
2021-06-13p2p: add m_network to NodeEvictionCandidate structJon Atack
2021-06-13test: add ALL_NETWORKS to test utilitiesJon Atack
2021-06-13test: speed up and simplify peer_eviction_testJon Atack
2021-06-13fuzz: Call const member functions in addrman fuzz test only onceMarcoFalke
2021-06-13refactor: Remove chainparams arg from CChainState member functionsMarcoFalke
2021-06-12Add CKey::SignSchnorr function for BIP 340/341 signingPieter Wuille
2021-06-12Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains...fanquake
2021-06-11Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without ...MarcoFalke
2021-06-11Merge bitcoin/bitcoin#22203: test: Use ConnmanTestMsg from test lib in denial...fanquake
2021-06-10validation: Farewell, global Chainstate!Carl Dong
2021-06-10fuzz: Initialize a TestingSetup for test_one_inputCarl Dong
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-06-10test: Pass in CoinsTip to ValidateCheckInputsForAllFlagsCarl Dong
2021-06-10test/miner_tests: Pass in chain tip to CreateBlockIndexCarl Dong
2021-06-10test/util: Use existing chainman in ::PrepareBlockCarl Dong
2021-06-10Make SetupServerArgs callable without NodeContextRussell Yanofsky
2021-06-10Merge bitcoin/bitcoin#22084: package testmempoolaccept followupsfanquake
2021-06-09test: Use ConnmanTestMsg from test lib in denialofservice_testsMarcoFalke
2021-06-07fuzz: Increase branch coverage of the float fuzz targetMarcoFalke
2021-06-07fuzz: Remove confusing return keyword from CallOneOfMarcoFalke
2021-06-07Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harness...MarcoFalke
2021-06-07Merge bitcoin/bitcoin#22137: util: Properly handle -noincludeconf on command ...fanquake
2021-06-06p2p, rpc, fuzz: various tiny follow-upsJon Atack
2021-06-04util: Properly handle -noincludeconf on command lineMarcoFalke
2021-06-03Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptorsW. J. van der Laan
2021-06-03Merge bitcoin/bitcoin#22050: p2p: remove tor v2 supportW. J. van der Laan