Age | Commit message (Expand) | Author |
2023-10-04 | http: bugfix: track closed connection | stickies-v |
2023-10-04 | http: log connection instead of request count | stickies-v |
2023-10-04 | http: refactor: use encapsulated HTTPRequestTracker | stickies-v |
2023-10-03 | gui: macOS, make appMenuBar part of the main app window | furszy |
2023-10-03 | gui: macOS, do not process dock icon actions during shutdown | furszy |
2023-10-02 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-10-02 | tx fees, policy: read stale fee estimates with a regtest-only option | ismaelsadeeq |
2023-10-02 | tx fees, policy: do not read estimates of old fee_estimates.dat | ismaelsadeeq |
2023-10-02 | tx fees, policy: periodically flush fee estimates to fee_estimates.dat | ismaelsadeeq |
2023-10-02 | wallet: disallow migration of invalid or not-watched scripts | furszy |
2023-10-02 | Do not use std::vector = {} to release memory | Pieter Wuille |
2023-09-28 | qt: 25.1rc1 translations update | Hennadii Stepanov |
2023-07-21 | descriptor: InferScript, do not return top-level only func as sub descriptor | furszy |
2023-07-07 | wallet: migration bugfix, persist empty labels | furszy |
2023-07-07 | wallet: migration bugfix, clone 'send' record label to all wallets | furszy |
2023-06-16 | Unconditionally return when compact block status == READ_STATUS_FAILED | Greg Sanders |
2023-06-16 | Support up to 3 parallel compact block txn fetchings | Greg Sanders |
2023-06-16 | Only request full blocks from the peer we thought had the block in-flight | Greg Sanders |
2023-06-16 | Convert mapBlocksInFlight to a multimap | Greg Sanders |
2023-06-16 | Remove nBlocksInFlight | Greg Sanders |
2023-06-16 | alias BlockDownloadMap for mapBlocksInFlight | Greg Sanders |
2023-06-15 | rest: bugfix, fix crash error when calling `/deploymentinfo` | brunoerg |
2023-05-25 | rpc: Fix invalid bech32 handling | MarcoFalke |
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-10 | p2p: Avoid prematurely clearing download state for other peers | Suhas Daftuar |
2023-05-03 | qt: 25.0rc2 translations update | Hennadii Stepanov |
2023-04-20 | p2p: update hardcoded mainnet seeds for 25.x | Jon Atack |
2023-04-18 | kernel: update m_assumed_* chain params for 25.x | fanquake |
2023-04-18 | kernel: update chainTxData for 25.x | fanquake |
2023-04-18 | kernel: update nMinimumChainWork & defaultAssumeValid for 25.x | fanquake |
2023-04-18 | doc: update references to kernel/chainparams.cpp | fanquake |
2023-04-17 | Merge bitcoin/bitcoin#27473: bugfix: Properly handle "unknown" Address Type | Andrew Chow |
2023-04-17 | Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URI | fanquake |
2023-04-17 | bugfix: rest: avoid segfault for invalid URI | pablomartin4btc |
2023-04-16 | Don't return OutputType::UNKNOWN in ParseOutputType | Pttn |
2023-04-15 | Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t... | fanquake |
2023-04-14 | Update src/secp256k1 to latest upstream master (v0.3.1 + CI fix) | Pieter Wuille |
2023-04-14 | Squashed 'src/secp256k1/' changes from bdf39000b9..4258c54f4e | Pieter Wuille |
2023-04-13 | Merge bitcoin/bitcoin#27374: p2p: skip netgroup diversity of new connections ... | Andrew Chow |
2023-04-13 | qt: Register `wallet::AddressPurpose` type | Hennadii Stepanov |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: add AddressPurpose enum to replace string values | Ryan Ofsky |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-11 | Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState target | fanquake |
2023-04-11 | Merge bitcoin/bitcoin#27270: refactor, net processing: Avoid CNode::m_relays_... | fanquake |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |