aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-06gui: use the stored CSubNet entry when unbanningVasil Dimov
2023-03-04Merge bitcoin/bitcoin#27192: util: add missing include and fix function signa...fanquake
2023-03-03util: add missing include and fix function signatureCory Fields
2023-03-03Fixed a couple of typos in comments to make linter happyhernanmarino
2023-03-03Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri...fanquake
2023-03-01Merge bitcoin/bitcoin#27169: Update translations for 25.0 soft translation st...fanquake
2023-02-28Merge bitcoin/bitcoin#27165: Make miniscript_{stable,smart} fuzzers avoid too...fanquake
2023-02-28Merge bitcoin/bitcoin#23897: refactor: Move calculation logic out from `Check...glozow
2023-02-28Merge bitcoin/bitcoin#27170: refactor: Stop using gArgs global in system.cppAndrew Chow
2023-02-28Merge bitcoin/bitcoin#27176: docs: GetDataDirNet and GetDataDirBase don't cre...fanquake
2023-02-28Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file...Andrew Chow
2023-02-28Make miniscript fuzzers avoid script size limitPieter Wuille
2023-02-28Make miniscript fuzzers avoid ops limitPieter Wuille
2023-02-28Enforce type consistency in miniscript_stable fuzz testPieter Wuille
2023-02-28Simplify miniscript fuzzer NodeInfo structPieter Wuille
2023-02-28Do base type propagation in miniscript_stable fuzzerPieter Wuille
2023-02-28docs: GetDataDirNet and GetDataDirBase don't create datadirstickies-v
2023-02-28Merge bitcoin/bitcoin#27157: init: Return ChainstateLoadStatus::INTERRUPTED w...fanquake
2023-02-27refactor: Stop using gArgs global in system.cppRyan Ofsky
2023-02-27refactor: Use new GetConfigFilePath functionRyan Ofsky
2023-02-27Merge bitcoin/bitcoin#26032: wallet: skip R-value signature grinding for exte...Andrew Chow
2023-02-27Merge bitcoin/bitcoin#27146: Fix various libbitcoinkernel DLL build problemsfanquake
2023-02-27Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHexfanquake
2023-02-27qt: Update translation source fileHennadii Stepanov
2023-02-27qt: Periodic translation updates from TransifexHennadii Stepanov
2023-02-27util: Return empty vector on invalid hex encodingMarcoFalke
2023-02-27test: Add hex parse unit testsMarcoFalke
2023-02-24doc: add explanation for fail_on_insufficient_dbcacheRyan Ofsky
2023-02-24init: Return more fitting ChainStateLoadStatus if verification was interruptedMartin Zumsande
2023-02-23util: Remove duplicate includeAndrew Chow
2023-02-23Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-only f...Andrew Chow
2023-02-23Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool.hAndrew Chow
2023-02-23Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction which...Andrew Chow
2023-02-23wallet: skip R-value grinding for external signersSjors Provoost
2023-02-23wallet: annotate bools in descriptor SPKM FillPSBT()Sjors Provoost
2023-02-23util: make GetDataDir read-only & create datadir..willcl-ark
2023-02-23util: add ArgsManager datadir helper functionswillcl-ark
2023-02-22build: allow libitcoinkernel dll builds now that exports are fixedCory Fields
2023-02-22build: always build bitcoin-chainstate against static libbitcoinkernelCory Fields
2023-02-22build: fix bitcoin-chainstate when libbitcoinkernel is staticCory Fields
2023-02-22Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...Andrew Chow
2023-02-22Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null charactersAndrew Chow
2023-02-22Merge bitcoin/bitcoin#27144: kernel: add missing includefanquake
2023-02-22Merge bitcoin/bitcoin#26837: I2P network optimizationsfanquake
2023-02-22Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...fanquake
2023-02-22kernel: add missing includeCory Fields
2023-02-22Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when creati...fanquake
2023-02-21wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-21Detailed error message for passphrases with null charsJohn Moffett
2023-02-21Pass all characters to SecureString including nullsJohn Moffett