aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09build, qt: Fix regression introduced in #21363Hennadii Stepanov
2021-03-09doc: Update fuzzing docs for afl-clang-ltoMarcoFalke
2021-03-09Merge #21397: fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-09fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-09[net processing] Remove unused CNode.address memberJohn Newbery
2021-03-09Merge #21370: Use C++11 member initializer in CNodeStatefanquake
2021-03-09Merge #21382: build: Clean remnants of QTBUG-34748 fixfanquake
2021-03-09Merge #21363: build, qt: Improve Qt static plugins/libs check codefanquake
2021-03-09Merge #18842: wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-08[doc] Improve comment about protected peersAmiti Uttarwar
2021-03-08tests: Add fuzzing harness for Lookup(...)/LookupHost(...)/LookupNumeric(...)...practicalswift
2021-03-08net: Make DNS lookup code testablepracticalswift
2021-03-09Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...Samuel Dobson
2021-03-08net_processing: Add review-only assertion to PeerManagerCarl Dong
2021-03-08scripted-diff: net_processing: Use existing chainmanCarl Dong
2021-03-08net_processing: Move some static functions to PeerManagerCarl Dong
2021-03-08node/ifaces: ChainImpl: Use existing NodeContext memberCarl Dong
2021-03-08node/ifaces: NodeImpl: Use existing NodeContext memberCarl Dong
2021-03-08node: Use existing NodeContextCarl Dong
2021-03-08node/coinstats: Pass in BlockManager to GetUTXOStatsCarl Dong
2021-03-08miner: Pass in blockman to ::RegenerateCommitmentsCarl Dong
2021-03-08miner: Remove old CreateNewBlock w/o chainstate paramCarl Dong
2021-03-08scripted-diff: Invoke CreateNewBlock with chainstateCarl Dong
2021-03-08miner: Pass in chainstate to BlockAssembler::CreateNewBlockCarl Dong
2021-03-08validation: Remove extraneous LoadGenesisBlock function prototypeCarl Dong
2021-03-08Merge bitcoin-core/gui#233: qt test: Don't bind to regtest portMarcoFalke
2021-03-08doc: Rename fuzz seed_dir to corpus_dirMarcoFalke
2021-03-08Merge #21371: fuzz: fix gcc Woverloaded-virtual build warningsMarcoFalke
2021-03-08Merge #21384: doc: add signet to bitcoin.conf documentationMarcoFalke
2021-03-08doc: add signet to doc/bitcoin-conf.mdJon Atack
2021-03-08doc: add signet to share/examples/bitcoin.confJon Atack
2021-03-07build: Small libxcb.mk improvementsHennadii Stepanov
2021-03-07build: Clean remnants of QTBUG-34748 fixHennadii Stepanov
2021-03-07test: add missing logging to wallet_groups.pyJon Atack
2021-03-07Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...MarcoFalke
2021-03-07Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...MarcoFalke
2021-03-07Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...MarcoFalke
2021-03-07Merge #21334: test: Additional (refactored) BIP9 testsMarcoFalke
2021-03-07wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-06qt test: Don't bind to regtest portAndrew Chow
2021-03-06Merge #21209: build: use newer source for libnatpmpfanquake
2021-03-05fuzz: fix gcc Woverloaded-virtual build warningsJon Atack
2021-03-05Use C++11 member initializer in CNodeStateMarcoFalke
2021-03-05Merge bitcoin-core/gui#217: qt: Make warning label look clickableMarcoFalke
2021-03-05Merge #21345: test: bring p2p_leak.py up to dateMarcoFalke
2021-03-05build, refactor: Fix indentationHennadii Stepanov
2021-03-05build, qt: Make Qt static libs check regardless of plugindirHennadii Stepanov
2021-03-05build, refactor: Rename internal _BITCOIN_QT_FIND_STATIC_PLUGINS macroHennadii Stepanov
2021-03-05build, qt: Refactor internal _BITCOIN_QT_CHECK_STATIC_PLUGINS macroHennadii Stepanov
2021-03-05Merge #21364: fuzz: Avoid -Wreturn-type warningsfanquake