aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-21verify-commits: Mention git v2.38.0 requirementAndrew Chow
2023-02-21wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-21tests: Tests for migrating wallets by name, and providing passphraseAndrew Chow
2023-02-21Detailed error message for passphrases with null charsJohn Moffett
2023-02-21doc: Release notes for 27068John Moffett
2023-02-21Test case for passphrases with null charactersJohn Moffett
2023-02-21Pass all characters to SecureString including nullsJohn Moffett
2023-02-21Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...Andrew Chow
2023-02-21Merge bitcoin/bitcoin#27122: script: BIP341 txdata cannot be precomputed with...Andrew Chow
2023-02-21Raise PRNG seed log to INFO.roconnor-blockstream
2023-02-21Revert "[contrib] verify-commits: Add MarcoFalke fingerprint"MarcoFalke
2023-02-21github: Switch to yaml issue templateswillcl-ark
2023-02-20Add release note for PR#25943David Gumberg
2023-02-20Add test for unspendable transactions and parameter 'maxburnamount' to sendra...David Gumberg
2023-02-20Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi...fanquake
2023-02-20Merge bitcoin/bitcoin#27127: rpc: fix successful broadcast count in `submitpa...fanquake
2023-02-20Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescript t...fanquake
2023-02-20depends: use FORTIFY_SOURCE=3 with libeventfanquake
2023-02-20Merge bitcoin/bitcoin#27027: build: use _FORTIFY_SOURCE=3fanquake
2023-02-20Merge bitcoin/bitcoin#27128: test: fix intermittent issue in `p2p_disconnect_...fanquake
2023-02-20Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...fanquake
2023-02-20test: fix intermittent issue in `p2p_disconnect_ban`brunoerg
2023-02-20Merge bitcoin/bitcoin#26883: src/node/miner cleanups, follow-ups for #26695glozow
2023-02-20rpc: fix successful broadcast count in `submitpackage` error msgSebastian Falbesoner
2023-02-19Merge bitcoin/bitcoin#26814: refactor: remove windows-only compat.h usage in ...fanquake
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2023-02-17test: fix test abort for high timeout values (and `--timeout-factor 0`)Sebastian Falbesoner
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-17BIP341 txdata cannot be precomputed without spent outputsPieter Wuille
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-17random: consolidate WIN32 #ifdefsfanquake
2023-02-17random: remove compat.h includefanquake
2023-02-17random: use int for MAX_TRIESfanquake
2023-02-17fuzz: avoid redundant dup key checks when creating Miniscript nodesAntoine Poinsot
2023-02-17build: use _FORTIFY_SOURCE=3fanquake
2023-02-17Merge bitcoin/bitcoin#27029: guix: consolidate to glibc 2.27 for Linux buildsfanquake
2023-02-17Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()fanquake
2023-02-16doc: add release note for #25574Martin Zumsande
2023-02-16validation: report if pruning prevents completion of verificationMartin Zumsande
2023-02-16init, validation: Improve handling if VerifyDB() fails due to insufficient db...Martin Zumsande
2023-02-16validation: return VerifyDBResult::INTERRUPTED if verification was interruptedMartin Zumsande
2023-02-16validation: Change return value of VerifyDB to enum typeMartin Zumsande
2023-02-16Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`Andrew Chow
2023-02-16wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-16rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-16wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-16verify-commits: Skip checks for commits older than trusted rootsAndrew Chow