aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-17scripted-diff: rename local variables to match modern conventionsAmiti Uttarwar
2023-03-17refactor: consolidate select logic for new and tried tablesAmiti Uttarwar
2023-03-17refactor: generalize select logicAmiti Uttarwar
2023-03-17addrman: Introduce helper to generalize looking up an addrman entryAmiti Uttarwar
2023-03-05refactor: update Select_ functionAmiti Uttarwar
2023-02-17Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()fanquake
2023-02-16Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`Andrew Chow
2023-02-16Merge bitcoin/bitcoin#25898: util: remove WSL 1 workaround in fsfanquake
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-16Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/fanquake
2023-02-15Merge bitcoin-core/gui#711: refactor: Disable unused special members function...Andrew Chow
2023-02-15script: remove out-of-date snprintf TODOJon Atack
2023-02-15net: remove orphaned CSubNet::SanityCheck()Jon Atack
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-02-15wallet: set '-walletnotify' script instead of access global args managerfurszy
2023-02-15wallet: set keypool_size instead of access global args managerfurszy
2023-02-15Merge bitcoin/bitcoin#26844: Net: Pass `MSG_MORE` flag when sending non-final...fanquake
2023-02-15Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...fanquake
2023-02-15Merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev, onion-p...Hennadii Stepanov
2023-02-15Merge bitcoin/bitcoin#26584: cli: include local ("unroutable") peers in -neti...merge-script
2023-02-14refactor: Disable unused special members functions in `UnlockContext`Hennadii Stepanov
2023-02-14descriptors: fix docstring (param [in] vs [out])SomberNight
2023-02-13Merge bitcoin/bitcoin#27080: Wallet: Zero out wallet master key upon locking ...Andrew Chow
2023-02-13Merge bitcoin/bitcoin#27016: mapport: require miniupnpc API version 17 or laterfanquake
2023-02-13psbt: support externally provided preimages for Miniscript satisfactionAntoine Poinsot
2023-02-13Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzermerge-script
2023-02-11qa: add a "smart" Miniscript fuzz targetAntoine Poinsot
2023-02-11qa: add a fuzz target generating random nodes from a binary encodingAntoine Poinsot
2023-02-11wallet: check solvability using descriptor in AvailableCoinsAntoine Poinsot
2023-02-11script/sign: signing support for Miniscripts with hash preimage challengesAntoine Poinsot
2023-02-11script/sign: signing support for Miniscript with timelocksAntoine Poinsot
2023-02-11script/sign: basic signing support for Miniscript descriptorsAntoine Poinsot
2023-02-11Align 'e' property of or_d and andor with website specPieter Wuille
2023-02-11Various additional explanations of the satisfaction logic from PieterPieter Wuille
2023-02-11miniscript: satisfaction supportAntoine Poinsot
2023-02-10Zero out wallet master key upon lockJohn Moffett
2023-02-10Merge bitcoin/bitcoin#27069: net: add `Ensure{any}Banman`merge-script
2023-02-10refactor, validation: Add ChainstateManagerOpts db optionsRyan Ofsky
2023-02-10refactor, txdb: Use DBParams struct in CBlockTreeDBRyan Ofsky
2023-02-10refactor, txdb: Add CoinsViewOptions structRyan Ofsky
2023-02-10refactor, dbwrapper: Add DBParams and DBOptions structsRyan Ofsky
2023-02-09De-duplicate add_coin methods to a test util helperJon Atack
2023-02-09Create InsecureRandMoneyAmount() test util helperJon Atack
2023-02-09net: add `Ensure{any}Banman`brunoerg