aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13Merge bitcoin/bitcoin#27247: [24.x] Bump version to v24.1rc1v24.1rc1fanquake
2023-03-13Merge bitcoin/bitcoin#27251: [24.x] qt: 24.1rc1 translations updatefanquake
2023-03-13qt: 24.1rc1 translations updateHennadii Stepanov
2023-03-12doc: add initial release notes for v24.1fanquake
2023-03-12doc: update manual pages for v24.1rc1fanquake
2023-03-12doc: update version in bips.md to v24.1fanquake
2023-03-12build: bump version to v24.1rc1fanquake
2023-02-27Merge bitcoin/bitcoin#26878: [24.x] Backportsglozow
2023-02-27wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-27tests: Tests for migrating wallets by name, and providing passphraseAndrew Chow
2023-02-27wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-27rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-27wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-27i2p: use consistent number of tunnels with i2pd and Java I2PVasil Dimov
2023-02-27i2p: lower the number of tunnels for transient sessionsVasil Dimov
2023-02-27i2p: reuse created I2P sessions if not usedVasil Dimov
2023-02-22wallet: reuse change dest when recreating TX with avoidpartialspendsMatthew Zipkin
2023-02-20Zero out wallet master key upon lockJohn Moffett
2023-02-20Correctly limit overview transaction listJohn Moffett
2023-02-20depends: fix systemtap download URLfanquake
2023-02-20Add missing includes to fix gcc-13 compile errorMarcoFalke
2023-02-20addrdb: Only call Serialize() onceMartin Zumsande
2023-02-20hash: add HashedSourceWriterMartin Zumsande
2023-02-20For feebump, ignore abandoned descendant spendsJohn Moffett
2023-02-20wallet: Skip rescanning if wallet is more recent than tipAndrew Chow
2023-02-20test: wallet: check that labels are migrated to watchonly walletSebastian Falbesoner
2023-02-20wallet: fully migrate address book entries for watchonly/solvable walletsSebastian Falbesoner
2023-01-20Merge bitcoin/bitcoin#26457: [24.x] backport rpc: skip getpeerinfo for a peer...fanquake
2023-01-12Merge bitcoin/bitcoin#26880: [24.x] ci: replace Intel macOS CI jobMarcoFalke
2023-01-12ci: Use `macos-ventura-xcode:14.1` image for "macOS native" taskHennadii Stepanov
2023-01-12ci: Make `getopt` path architecture agnosticHennadii Stepanov
2023-01-12ci: Allow PIP_PACKAGES on centosMacroFake
2023-01-12ci: Remove unused packageMacroFake
2023-01-11rpc: Require NodeStateStats object in getpeerinfoMartin Zumsande
2022-12-23Merge bitcoin/bitcoin#26735: [24.x] qt: Load PSBTs using istreambuf_iterator ...fanquake
2022-12-21qt: Load PSBTs using istreambuf_iterator rather than istream_iteratorAndrew Chow
2022-12-06Merge bitcoin/bitcoin#26647: 24.0.1 final changesv24.0.1MarcoFalke
2022-12-06doc: adjust release notes for 24.0.1fanquake
2022-12-06doc: generate manual pages for 24.0.1 finalfanquake
2022-12-06build: bump version to 24.0.1 finalfanquake
2022-12-06Merge bitcoin/bitcoin#26616: [24.x] Backports for 24.0.1MarcoFalke
2022-12-05test: Coin Selection, duplicated preset inputs selectionfurszy
2022-12-05test: wallet, coverage for CoinsResult::Erase functionfurszy
2022-12-05wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the setfurszy
2022-12-02[test] Add p2p_tx_privacy.pydergoegge
2022-12-02[net processing] Assume that TxRelay::m_tx_inventory_to_send is empty pre-verackdergoegge
2022-12-02[net processing] Ensure transaction announcements are only queued for fully c...dergoegge
2022-12-01wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
2022-12-01tests: Test for migrating encrypted walletsAndrew Chow
2022-12-01wallet: Avoid null pointer deref when cleaning up migratewalletAndrew Chow