aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-11-09fuzz: call lookup functions before calling `Ban`brunoerg
2023-11-09Merge bitcoin/bitcoin#28808: refactor: Miniminer package linearization followupsglozow
2023-11-08[refactor] updating miniminer comments to be more accuratekevkevin
2023-11-08Merge bitcoin/bitcoin#28787: init: completely remove `-zapwallettxes` (remain...Andrew Chow
2023-11-08Merge bitcoin/bitcoin#28815: fuzz: Avoid timeout and bloat in fuzz targetsfanquake
2023-11-08Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logicglozow
2023-11-08Merge bitcoin/bitcoin#28785: validation: return more helpful results for reco...fanquake
2023-11-08fuzz: Avoid timeout and bloat in fuzz targetsMarcoFalke
2023-11-07Merge bitcoin/bitcoin#28464: net: improve max-connection limits codeAndrew Chow
2023-11-07Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...Andrew Chow
2023-11-07Merge bitcoin/bitcoin#26839: Add support for RNDR/RNDRRS for AArch64 on LinuxAndrew Chow
2023-11-07Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util.{h...Andrew Chow
2023-11-07Merge bitcoin/bitcoin#28649: Do the SOCKS5 handshake reliablyAndrew Chow
2023-11-07Merge bitcoin/bitcoin#28546: wallet: prevent bugs from invalid transaction he...Andrew Chow
2023-11-07[refactor] Miniminer var cached_descendants to descendantskevkevin
2023-11-07[refactor] Change MiniMinerMempoolEntry orderkevkevin
2023-11-07[validation] change package-fee-too-low, return wtxid(s) and effective feerateglozow
2023-11-07[test] use CheckPackageMempoolAcceptResult in previous testsglozow
2023-11-07Merge bitcoin/bitcoin#28789: fuzz: Avoid utxo_total_supply timeout (take 2)fanquake
2023-11-07doc: fix typosSjors Provoost
2023-11-06Merge bitcoin/bitcoin#28799: wallet: cache descriptor ID to avoid repeated de...Andrew Chow
2023-11-06[validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWNglozow
2023-11-06[refactor] use Wtxid for m_wtxids_fee_calculationsglozow
2023-11-05wallet: cache descriptor ID to avoid repeated descriptor string creationSebastian Falbesoner
2023-11-03fuzz: Avoid utxo_total_supply timeoutMarcoFalke
2023-11-03test: bugfix CheckPackageMempoolAcceptResult return all error stringsGreg Sanders
2023-11-03init: completely remove `-zapwallettxes` (remaining hidden option)Sebastian Falbesoner
2023-11-03Merge bitcoin/bitcoin#28762: MiniMiner changes for package linearizationAndrew Chow
2023-11-03Merge bitcoin/bitcoin#28758: refactors for subpackage evaluationfanquake
2023-11-03Merge bitcoin/bitcoin#28764: Fuzz: Check individual and package transaction i...glozow
2023-11-03[test] MiniMiner::Linearize and manual constructionglozow
2023-11-03[refactor] unify fee amounts in miniminer_testsglozow
2023-11-03[MiniMiner] track inclusion order and add Linearize() functionglozow
2023-11-03[test] add case for MiniMiner working with negative fee txnsglozow
2023-11-03[MiniMiner] make target_feerate optionalglozow
2023-11-03[MiniMiner] allow manual construction with non-mempool txnsglozow
2023-11-03[refactor] change MiniMinerMempoolEntry ctor to take values, update includesglozow
2023-11-02Merge bitcoin/bitcoin#28172: refactor: use string_view for passing string lit...Andrew Chow
2023-11-02Merge bitcoin/bitcoin#24097: Replace RecursiveMutex m_cs_banned with Mutex, a...Andrew Chow
2023-11-02Use CheckPackageMempoolAcceptResult for package evaluation fuzzingGreg Sanders
2023-11-02[test util] CheckPackageMempoolAcceptResult for sanity-checking resultsglozow
2023-11-02Merge bitcoin/bitcoin#21161: Fee estimation: extend bucket ranges consistentlyglozow
2023-11-02Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re...glozow
2023-11-01MOVEONLY: CleanupTemporaryCoins into its own functionglozow
2023-11-01[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...glozow
2023-11-01scripted-diff: rename CheckPackage to IsWellFormedPackageglozow
2023-11-01[refactor] move package checks into helper functionsglozow
2023-11-01refactor: Remove unused circular include dependency from validation.cppMarcoFalke
2023-11-01Merge bitcoin/bitcoin#28729: addrman: log AS only when using asmapfanquake
2023-11-01Merge bitcoin-core/gui#774: Fix crash on selecting "Mask values" in transacti...Hennadii Stepanov