aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-05[refactor] pass size/count instead of entry to CalculateAncestorsAndCheckLimitsglozow
2021-08-05MOVEONLY: add helper function for calculating ancestors and checking limitsglozow
2021-08-05misc package validation doc improvementsglozow
2021-08-04Merge bitcoin/bitcoin#22576: doc: Update high-level addrman descriptionfanquake
2021-08-03Merge bitcoin/bitcoin#22609: [GetTransaction] remove unneeded cs_main lock ac...fanquake
2021-08-03Merge bitcoin/bitcoin#22597: consensus/params: simplify ValidDeployment check...MarcoFalke
2021-08-03Merge bitcoin/bitcoin#22532: test : improve mempool_accept_wtxid.pyMarcoFalke
2021-08-03Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtestMarcoFalke
2021-08-03Merge bitcoin/bitcoin#22496: addrman: Remove addrman hotfixesfanquake
2021-08-03Merge bitcoin/bitcoin#22448: Update libsecp256k1 subtree to latest upstreamfanquake
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake
2021-08-03Merge bitcoin/bitcoin#21528: [p2p] Reduce addr blackholesfanquake
2021-08-03Improve mempool_accept_wtxid.pynaiza
2021-08-02doc: Correct description of CAddrMan::Create()Amiti Uttarwar
2021-08-02doc: Update high-level addrman descriptionMartin Zumsande
2021-08-02[GetTransaction] remove unneeded `cs_main` lock acquireSebastian Falbesoner
2021-08-02Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`MarcoFalke
2021-08-02consensus/params: simplify ValidDeployment check to avoid gcc warningAnthony Towns
2021-08-02Merge bitcoin/bitcoin#22001: doc: Generate doxygen documentation for test sou...W. J. van der Laan
2021-08-02Merge bitcoin/bitcoin#22570: Ignore banlist.datW. J. van der Laan
2021-08-02Merge bitcoin/bitcoin#21940: refactor: Mark CAddrMan::Select and GetAddr constMarcoFalke
2021-08-02Merge bitcoin/bitcoin#22593: test: refactor: remove `hex_str_to_bytes` helperMarcoFalke
2021-08-02Merge bitcoin/bitcoin#22589: net, doc: update I2P hardcoded seeds and docs fo...W. J. van der Laan
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2021-08-01Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witnes...MarcoFalke
2021-07-31Merge bitcoin/bitcoin#22573: fuzz: document faster throughput configurationMarcoFalke
2021-07-30[style] Small style improvements to DNS parametersAmiti Uttarwar
2021-07-30[test] Test the delay before querying DNS seedsAmiti Uttarwar
2021-07-30[test] Test the interactions between -forcednsseed and -dnsseedAmiti Uttarwar
2021-07-30[init] Disallow starting up with conflicting paramters for -dnsseed and -forc...Amiti Uttarwar
2021-07-30[test] Test -forcednsseed causes querying DNS seedsAmiti Uttarwar
2021-07-30[test] Test the interactions between -connect and -dnsseedAmiti Uttarwar
2021-07-30[test] Test logic to query DNS seeds with block-relay-only connectionsAmiti Uttarwar
2021-07-30[test] Introduce test logic to query DNS seedsAmiti Uttarwar
2021-07-30Merge bitcoin/bitcoin#22330: test: use MiniWallet for simple doublespend sub-...MarcoFalke
2021-07-30Merge bitcoin/bitcoin#22490: test: Disable automatic connections per default ...MarcoFalke
2021-07-30Merge bitcoin/bitcoin#22520: test: improve rpc_blockchain.py tests and assert...MarcoFalke
2021-07-30Fix whitespace in touched filesMarcoFalke
2021-07-30Remove unused CSubNet serialize codeMarcoFalke
2021-07-30doc: add info to i2p.md about IBD time and multiple networksJon Atack
2021-07-30Ignore banlist.datMarcoFalke
2021-07-30contrib, p2p: update I2P hardcoded seedsJon Atack
2021-07-30Merge bitcoin/bitcoin#22584: test: Add temporary sanitizer suppression implic...MarcoFalke
2021-07-29[test] Use the new endpoint to improve testsAmiti Uttarwar
2021-07-29[RPC] Add field to getpeerinfo to indicate if addr relay is enabledAmiti Uttarwar
2021-07-29[test] Test that we intentionally select addr relay peers.Amiti Uttarwar
2021-07-29[net_processing] Remove RelayAddrsWithPeer functionAmiti Uttarwar
2021-07-29[net_processing] Introduce new field to indicate if addr relay is enabledAmiti Uttarwar
2021-07-29[net_processing] Defer initializing m_addr_knownAmiti Uttarwar
2021-07-29[test] Update p2p_addr_relay test to prepareAmiti Uttarwar