Age | Commit message (Expand) | Author |
2024-02-26 | Merge bitcoin/bitcoin#29464: [25.2] Final backports and changes for 25.2rc1v25.2rc1 | fanquake |
2024-02-21 | doc: Update release notes for 25.2rc1 | Ava Chow |
2024-02-21 | doc: update manpages for 25.2rc1 | Ava Chow |
2024-02-21 | build: Bump to 25.2rc1 | Ava Chow |
2024-02-21 | wallet: Fix use-after-free in WalletBatch::EraseRecords | MarcoFalke |
2024-02-21 | Use only Span{} constructor for byte-like types where possible | MarcoFalke |
2024-02-21 | util: Allow std::byte and char Span serialization | MarcoFalke |
2024-01-16 | Merge bitcoin/bitcoin#28768: [25.x] Backports | fanquake |
2024-01-16 | doc: update release notes for 25.x | fanquake |
2024-01-15 | test: add regression test for the getrawtransaction segfault | Martin Zumsande |
2024-01-15 | rpc: fix getrawtransaction segfault | Martin Zumsande |
2023-12-11 | gui: fix crash on selecting "Mask values" in transaction view | Sebastian Falbesoner |
2023-12-11 | doc: add historical release notes for 25.1 | fanquake |
2023-10-16 | Merge bitcoin/bitcoin#28655: [25.1] Final Changesv25.1 | fanquake |
2023-10-16 | doc: update release notes for 25.1 | fanquake |
2023-10-16 | doc: update manual pages for 25.1 | fanquake |
2023-10-16 | build: bump version to 25.1 final | fanquake |
2023-10-04 | Merge bitcoin/bitcoin#28559: [25.1] Final changes for 25.1rc1v25.1rc1 | fanquake |
2023-10-04 | doc: add release notes for 25.1rc1 | fanquake |
2023-10-04 | doc: update manual pages for 25.1rc1 | fanquake |
2023-10-04 | build: Bump version to 25.1rc1 | fanquake |
2023-10-04 | doc: add 25.0 release notes | fanquake |
2023-10-04 | Merge bitcoin/bitcoin#28487: [25.1] Final backports | fanquake |
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-03 | depends: fix unusable memory_resource in macos qt build | fanquake |
2023-10-03 | build, macos: Fix `qt` package build with new Xcode 15 linker | Hennadii Stepanov |
2023-10-02 | test: Test loading wallets with conflicts without a chain | Andrew Chow |
2023-10-02 | wallet: Check last block and conflict height are valid in MarkConflicted | Andrew Chow |
2023-10-02 | ci: Nuke Android APK task, Use credits for tsan | MarcoFalke |
2023-10-02 | test: ensure old fee_estimate.dat not read on restart and flushed | ismaelsadeeq |
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 | test: wallet, verify migration doesn't crash for an invalid script | furszy |
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-10-02 | Merge bitcoin/bitcoin#28534: [25.x] qt: 25.1rc1 translations update | fanquake |
2023-09-28 | qt: 25.1rc1 translations update | Hennadii Stepanov |
2023-09-06 | Merge bitcoin/bitcoin#28047: [25.x] Further backports for 25.1 | fanquake |
2023-07-21 | depends: xcb-proto 1.15.2 | fanquake |
2023-07-21 | test: wallet, add coverage for watch-only raw sh script migration | furszy |
2023-07-21 | descriptor: InferScript, do not return top-level only func as sub descriptor | furszy |
2023-07-07 | test: wallet, add coverage for addressbook migration | 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-07-04 | Merge bitcoin/bitcoin#27752: [25.x] Parallel compact block downloads | fanquake |