aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-07fuzz: Re-enable assert in banman againMarcoFalke
2021-08-06refactor: Reuse MakeUnorderedList where possibleHennadii Stepanov
2021-08-06refactor: Move MakeUnorderedList into util/string.h to make it reusableHennadii Stepanov
2021-08-06scripted-diff: Rename JoinErrors in more general MakeUnorderedListHennadii Stepanov
2021-08-06Merge bitcoin-core/gui#396: Ensure external signer option remains disabled wi...Hennadii Stepanov
2021-08-06Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json canno...Hennadii Stepanov
2021-08-06fuzz: Avoid OOM in system fuzz targetMarcoFalke
2021-08-06[policy] ancestor/descendant limits for packagesglozow
2021-08-05gui: ensure external signer option remains disabled without signersAndrew Chow
2021-08-05[tests] Make deterministic addrman use nKey = 1John Newbery
2021-08-05[addrman] Add deterministic argument to CAddrMan ctorJohn Newbery
2021-08-05Add missing const to CAddrMan::Check_()MarcoFalke
2021-08-05Merge bitcoin/bitcoin#21129: fuzz: check that ser+unser produces the same Add...MarcoFalke
2021-08-05[mempool] check ancestor/descendant limits for packagesglozow
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-05test: Set regtest.BIP66Height = 102 to speed up testsMarcoFalke
2021-08-05test: Add missing includeMarcoFalke
2021-08-05Merge bitcoin/bitcoin#22277: test: Properly set BIP34 height in CreateNewBloc...MarcoFalke
2021-08-05Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528MarcoFalke
2021-08-05Merge bitcoin-core/gui#393: Fix regression in "Encrypt Wallet" menu itemHennadii Stepanov
2021-08-05Merge bitcoin-core/gui#337: test: Use Regex Search in ApptestsHennadii Stepanov
2021-08-04[net_processing] Provide debug error if code assumptions change.Amiti Uttarwar
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-08-04p2p, rpc, test: address rate-limiting follow-upsJon Atack
2021-08-04Merge bitcoin/bitcoin#22621: make ParseOutputType return a std::optional<Outp...MarcoFalke
2021-08-04fuzz: check that ser+unser produces the same AddrManVasil Dimov
2021-08-04Merge bitcoin/bitcoin#22616: p2p, rpc: address relay fixupsMarcoFalke
2021-08-04Merge bitcoin/bitcoin#22577: Close minor startup race between main and schedu...MarcoFalke
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-08-04Merge bitcoin/bitcoin#22576: doc: Update high-level addrman descriptionfanquake
2021-08-03qt: Fix regression in "Encrypt Wallet" menu itemHennadii Stepanov
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-03p2p, rpc: address relay fixupsJon Atack
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-02doc: Correct description of CAddrMan::Create()Amiti Uttarwar
2021-08-02doc: Update high-level addrman descriptionMartin Zumsande
2021-08-03cli: Add progress bar for -getinfoklementtan
2021-08-02[GetTransaction] remove unneeded `cs_main` lock acquireSebastian Falbesoner
2021-08-02consensus/params: simplify ValidDeployment check to avoid gcc warningAnthony Towns
2021-08-02fuzz: move init code to the CAddrManDeterministic constructorVasil Dimov
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-07-30Close minor startup race between main and scheduler threadsLarry Ruane