aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-11Merge bitcoin/bitcoin#27627: [24.x] qt: 24.1rc3 translations updatev24.1rc3fanquake
2023-05-11qt: 24.1rc3 translations updateHennadii Stepanov
2023-05-11net_processing: Boost inv trickle rateAnthony Towns
2023-05-11txmempool: have CompareDepthAndScore sort missing txs firstAnthony Towns
2023-05-11p2p: Avoid prematurely clearing download state for other peersSuhas Daftuar
2023-04-18doc: fix/improve warning helps in {create,load,unload,restore}walletJon Atack
2023-04-18bugfix: rest: avoid segfault for invalid URIpablomartin4btc
2023-04-17Don't return OutputType::UNKNOWN in ParseOutputTypePttn
2023-03-13qt: 24.1rc1 translations updateHennadii Stepanov
2023-02-27wallet, rpc: Update migratewallet help text for encrypted walletsAndrew 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-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-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-11rpc: Require NodeStateStats object in getpeerinfoMartin Zumsande
2022-12-21qt: Load PSBTs using istreambuf_iterator rather than istream_iteratorAndrew Chow
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[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-01wallet: Avoid null pointer deref when cleaning up migratewalletAndrew Chow
2022-11-17Fixes bitcoin#26490 by preventing notificationsJohn Moffett
2022-11-09qt: 24.0rc4 translations updateHennadii Stepanov
2022-11-07rpc: doc: add missing option "bech32m" for `change_type` parametersSebastian Falbesoner
2022-11-04psbt: Include output pubkey in additional pubkeys to signAndrew Chow
2022-11-04sign: Fill in taproot pubkey info for all script path sigsAndrew Chow
2022-11-01Merge bitcoin/bitcoin#26434: [24.x] [gui] Bugfix: Check for readlink buffer o...fanquake
2022-10-31Merge bitcoin/bitcoin#26410: [24.x] rc3 backportsfanquake
2022-10-31Merge bitcoin/bitcoin#26379: qt: 24.0rc3 translations updatefanquake
2022-10-30qt: 24.0rc3 translations updateHennadii Stepanov
2022-10-28rpc: make `address` field optionalw0xlt
2022-10-28rpc: fix crash in deriveaddresses when derivation index is 2147483647muxator
2022-10-28wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-28wallet: Correctly check ismine for sendallAndrew Chow
2022-10-24[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...dergoegge
2022-10-13psbt: Only include m_tap_tree if it has scriptsAndrew Chow