Age | Commit message (Expand) | Author |
2023-09-26 | tx fees, policy: read stale fee estimates with a regtest-only option | ismaelsadeeq |
2023-09-26 | tx fees, policy: do not read estimates of old fee_estimates.dat | ismaelsadeeq |
2023-09-26 | tx fees, policy: periodically flush fee estimates to fee_estimates.dat | ismaelsadeeq |
2023-09-26 | Do not use std::vector = {} to release memory | Pieter Wuille |
2023-05-25 | rpc: Fix invalid bech32 handling | MarcoFalke |
2023-05-11 | Merge bitcoin/bitcoin#27627: [24.x] qt: 24.1rc3 translations updatev24.1rc3 | fanquake |
2023-05-11 | qt: 24.1rc3 translations update | Hennadii Stepanov |
2023-05-11 | net_processing: Boost inv trickle rate | Anthony Towns |
2023-05-11 | txmempool: have CompareDepthAndScore sort missing txs first | Anthony Towns |
2023-05-11 | p2p: Avoid prematurely clearing download state for other peers | Suhas Daftuar |
2023-04-18 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-04-18 | bugfix: rest: avoid segfault for invalid URI | pablomartin4btc |
2023-04-17 | Don't return OutputType::UNKNOWN in ParseOutputType | Pttn |
2023-03-13 | qt: 24.1rc1 translations update | Hennadii Stepanov |
2023-02-27 | wallet, rpc: Update migratewallet help text for encrypted wallets | Andrew Chow |
2023-02-27 | wallet: Be able to unlock the wallet for migration | Andrew Chow |
2023-02-27 | rpc: Allow users to specify wallet name for migratewallet | Andrew Chow |
2023-02-27 | wallet: Allow MigrateLegacyToDescriptor to take a wallet name | Andrew Chow |
2023-02-27 | i2p: use consistent number of tunnels with i2pd and Java I2P | Vasil Dimov |
2023-02-27 | i2p: lower the number of tunnels for transient sessions | Vasil Dimov |
2023-02-27 | i2p: reuse created I2P sessions if not used | Vasil Dimov |
2023-02-22 | wallet: reuse change dest when recreating TX with avoidpartialspends | Matthew Zipkin |
2023-02-20 | Zero out wallet master key upon lock | John Moffett |
2023-02-20 | Correctly limit overview transaction list | John Moffett |
2023-02-20 | Add missing includes to fix gcc-13 compile error | MarcoFalke |
2023-02-20 | addrdb: Only call Serialize() once | Martin Zumsande |
2023-02-20 | hash: add HashedSourceWriter | Martin Zumsande |
2023-02-20 | For feebump, ignore abandoned descendant spends | John Moffett |
2023-02-20 | wallet: Skip rescanning if wallet is more recent than tip | Andrew Chow |
2023-02-20 | wallet: fully migrate address book entries for watchonly/solvable wallets | Sebastian Falbesoner |
2023-01-20 | Merge bitcoin/bitcoin#26457: [24.x] backport rpc: skip getpeerinfo for a peer... | fanquake |
2023-01-11 | rpc: Require NodeStateStats object in getpeerinfo | Martin Zumsande |
2022-12-21 | qt: Load PSBTs using istreambuf_iterator rather than istream_iterator | Andrew Chow |
2022-12-05 | test: Coin Selection, duplicated preset inputs selection | furszy |
2022-12-05 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-12-05 | wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set | furszy |
2022-12-02 | [net processing] Assume that TxRelay::m_tx_inventory_to_send is empty pre-verack | dergoegge |
2022-12-02 | [net processing] Ensure transaction announcements are only queued for fully c... | dergoegge |
2022-12-01 | wallet: Explicitly say migratewallet on encrypted wallets is unsupported | Andrew Chow |
2022-12-01 | wallet: Avoid null pointer deref when cleaning up migratewallet | Andrew Chow |
2022-11-17 | Fixes bitcoin#26490 by preventing notifications | John Moffett |
2022-11-09 | qt: 24.0rc4 translations update | Hennadii Stepanov |
2022-11-07 | rpc: doc: add missing option "bech32m" for `change_type` parameters | Sebastian Falbesoner |
2022-11-04 | psbt: Include output pubkey in additional pubkeys to sign | Andrew Chow |
2022-11-04 | sign: Fill in taproot pubkey info for all script path sigs | Andrew Chow |
2022-11-01 | Merge bitcoin/bitcoin#26434: [24.x] [gui] Bugfix: Check for readlink buffer o... | fanquake |
2022-10-31 | Merge bitcoin/bitcoin#26410: [24.x] rc3 backports | fanquake |
2022-10-31 | Merge bitcoin/bitcoin#26379: qt: 24.0rc3 translations update | fanquake |
2022-10-30 | qt: 24.0rc3 translations update | Hennadii Stepanov |
2022-10-28 | rpc: make `address` field optional | w0xlt |