Status | Number | Title | Author | Created | Updated | |
---|---|---|---|---|---|---|
open | 30987 | Don't zero-after-free `DataStream`: Faster IBD on some configurations | davidgumberg | 2024-09-26 T22:40:32 UTC | 2024-10-10 T03:14:04 UTC | |
open | 31061 | refactor: Check translatable format strings at compile-time | maflcko | 2024-10-09 T11:35:14 UTC | 2024-10-10 T03:06:36 UTC | |
open | 31048 | build: Bump minimum supported macOS to 12.0 | hebasto | 2024-10-07 T13:12:38 UTC | 2024-10-10 T03:04:39 UTC | |
open | 27826 | validation: log which peer sent us a header | Sjors | 2023-06-05 T11:53:28 UTC | 2024-10-10 T00:50:55 UTC | |
open | 27865 | wallet: Track no-longer-spendable TXOs separately | achow101 | 2023-06-12 T18:40:10 UTC | 2024-10-10 T00:46:44 UTC | |
open | 28463 | p2p: Increase inbound capacity for block-relay only connections | mzumsande | 2023-09-12 T20:36:39 UTC | 2024-10-10 T00:34:39 UTC | |
open | 28488 | p2p: Evict outbound peers with high minFeeRate | naumenkogs | 2023-09-15 T09:28:31 UTC | 2024-10-10 T00:32:37 UTC | |
open | 28521 | net, net_processing: additional and consistent disconnect logging | Sjors | 2023-09-23 T14:22:16 UTC | 2024-10-10 T00:29:31 UTC | |
open | 28676 | [WIP] Cluster mempool implementation | sdaftuar | 2023-10-18 T18:59:37 UTC | 2024-10-10 T00:16:21 UTC | |
open | 30955 | Mining interface: getCoinbaseMerklePath() and submitSolution() | Sjors | 2024-09-24 T07:55:50 UTC | 2024-10-10 T00:11:31 UTC | |
open | 28690 | build: Introduce internal kernel library | TheCharlatan | 2023-10-20 T11:01:03 UTC | 2024-10-10 T00:11:20 UTC | |
open | 28792 | Embed default ASMap as binary dump header file | fjahr | 2023-11-04 T22:13:31 UTC | 2024-10-10 T00:06:55 UTC | |
open | 29278 | Wallet: Add `maxfeerate` wallet startup option | ismaelsadeeq | 2024-01-18 T22:23:49 UTC | 2024-10-09 T23:29:14 UTC | |
open | 29307 | util: explicitly close all AutoFiles that have been written | vasild | 2024-01-24 T14:35:29 UTC | 2024-10-09 T23:24:56 UTC | |
open | 30859 | doc: cmake: prepend "build" to functional/test_runner.py | LarryRuane | 2024-09-10 T04:08:15 UTC | 2024-10-09 T23:22:12 UTC | |
open | 29415 | Broadcast own transactions only via short-lived Tor or I2P connections | vasild | 2024-02-09 T13:39:10 UTC | 2024-10-09 T23:16:29 UTC | |
open | 28574 | wallet: optimize migration process, batch db transactions | furszy | 2023-10-03 T13:54:18 UTC | 2024-10-09 T23:06:58 UTC | |
open | 29500 | test: create assert_not_equal util | kevkevinpal | 2024-02-28 T02:55:22 UTC | 2024-10-09 T22:58:16 UTC | |
open | 29640 | Fix tiebreak when loading blocks from disk (and add tests for comparing chain ties) | sr-gi | 2024-03-12 T20:11:04 UTC | 2024-10-09 T22:43:18 UTC | |
open | 29641 | scripted-diff: Use LogInfo over LogPrintf [WIP, NOMERGE, DRAFT] | maflcko | 2024-03-12 T20:21:40 UTC | 2024-10-09 T22:41:11 UTC | |
open | 29680 | wallet: fix unrelated parent conflict doesn't cause child tx to be marked as conflict | Eunovo | 2024-03-20 T09:23:35 UTC | 2024-10-09 T22:32:21 UTC | |
open | 29702 | fees: Remove CLIENT_VERSION serialization | maflcko | 2024-03-22 T09:19:11 UTC | 2024-10-09 T22:28:07 UTC | |
open | 30116 | p2p: Fill reconciliation sets (Erlay) attempt 2 | sr-gi | 2024-05-15 T20:01:38 UTC | 2024-10-09 T21:39:01 UTC | |
open | 31064 | init: Correct coins db cache size setting | TheCharlatan | 2024-10-09 T21:26:40 UTC | 2024-10-09 T21:26:44 UTC | |
open | 30221 | wallet: Ensure best block matches wallet scan state | achow101 | 2024-06-03 T21:58:09 UTC | 2024-10-09 T21:24:08 UTC | |
open | 30214 | refactor: Improve assumeutxo state representation | ryanofsky | 2024-05-31 T14:53:10 UTC | 2024-10-09 T21:09:19 UTC | |
open | 31012 | net: fuzz: bypass network magic and checksum validation | brunoerg | 2024-10-01 T16:46:53 UTC | 2024-10-09 T21:06:32 UTC | |
open | 30381 | [WIP] net: return result from addnode RPC | willcl-ark | 2024-07-03 T10:21:04 UTC | 2024-10-09 T20:56:49 UTC | |
open | 30529 | Fix -norpcwhitelist, -norpcallowip, and similar corner case behavior | ryanofsky | 2024-07-26 T13:42:42 UTC | 2024-10-09 T20:36:11 UTC | |
open | 30595 | kernel: Introduce initial C header API | TheCharlatan | 2024-08-06 T09:18:27 UTC | 2024-10-09 T20:21:35 UTC | |
open | 30610 | validation: do not wipe utxo cache for stats/scans/snapshots | sipa | 2024-08-08 T17:49:14 UTC | 2024-10-09 T20:17:28 UTC | |
open | 30937 | build: scripted-diff: drop config/ subdir for bitcoin-config.h | theStack | 2024-09-20 T11:13:29 UTC | 2024-10-09 T20:07:33 UTC | |
open | 30849 | refactor: migrate `bool GetCoin` to return `optional<Coin>` | l0rinc | 2024-09-08 T20:36:30 UTC | 2024-10-09 T19:34:19 UTC | |
open | 31015 | build: have "make test" depend on "make all" | theuni | 2024-10-01 T19:04:41 UTC | 2024-10-09 T19:07:14 UTC | |
open | 30928 | tinyformat: refactor: increase compile-time checks and don't throw for tfm::format_error | stickies-v | 2024-09-19 T14:45:20 UTC | 2024-10-09 T19:04:18 UTC | |
open | 30988 | Split CConnman | vasild | 2024-09-27 T07:57:10 UTC | 2024-10-09 T18:32:47 UTC | |
open | 30997 | build: Switch to Qt 6 | hebasto | 2024-09-28 T21:11:48 UTC | 2024-10-09 T18:24:38 UTC | |
open | 30992 | doc: update IBD requirements in doc/README.md | Mackain | 2024-09-27 T21:15:14 UTC | 2024-10-09 T18:19:23 UTC | |
open | 31001 | refactor: ensure type safety for txid and wtxid in `RelayTransaction` | marcofleon | 2024-09-30 T11:24:07 UTC | 2024-10-09 T18:18:52 UTC | |
open | 31046 | init: Some small chainstate load improvements | TheCharlatan | 2024-10-07 T10:49:14 UTC | 2024-10-09 T18:12:36 UTC | |
open | 31053 | RFC: build: support for pre-compiled headers. | theuni | 2024-10-07 T21:33:32 UTC | 2024-10-09 T16:25:59 UTC | |
open | 30110 | refactor: TxDownloadManager + fuzzing | glozow | 2024-05-15 T09:49:51 UTC | 2024-10-09 T16:21:18 UTC | |
open | 31063 | lint: commit-script-check.sh: echo to stderr | maflcko | 2024-10-09 T16:05:53 UTC | 2024-10-09 T16:05:59 UTC | |
open | 30572 | Halt processing of unrequested transactions v2 | ariard | 2024-08-02 T10:27:38 UTC | 2024-10-09 T15:55:10 UTC | |
open | 29936 | fuzz: wallet: add target for `CreateTransaction` | brunoerg | 2024-04-22 T19:43:51 UTC | 2024-10-09 T15:31:54 UTC | |
open | 29247 | CAT in Tapscript (BIP-347) | 0xBEEFCAF3 | 2024-01-14 T22:40:42 UTC | 2024-10-09 T14:19:16 UTC | |
open | 29418 | rpc: provide per message stats for global traffic via new RPC 'getnetmsgstats' | vasild | 2024-02-11 T09:32:51 UTC | 2024-10-09 T12:28:10 UTC | |
open | 29881 | guix: use GCC 13 to builds releases | fanquake | 2024-04-15 T16:57:50 UTC | 2024-10-09 T08:42:24 UTC | |
open | 30906 | refactor: prohibit direct flags access in CCoinsCacheEntry and remove invalid tests | l0rinc | 2024-09-15 T13:39:38 UTC | 2024-10-09 T08:18:15 UTC | |
open | 30965 | kernel: Move block tree db open to block manager | TheCharlatan | 2024-09-24 T21:03:14 UTC | 2024-10-09 T07:53:35 UTC | |
open | 29346 | Stratum v2 Noise Protocol | Sjors | 2024-01-29 T16:14:50 UTC | 2024-10-09 T06:39:55 UTC | |
open | 10102 | Multiprocess bitcoin | ryanofsky | 2017-03-27 T21:48:26 UTC | 2024-10-09 T04:18:53 UTC | |
open | 19460 | multiprocess: Add bitcoin-wallet -ipcconnect option | ryanofsky | 2020-07-07 T18:53:19 UTC | 2024-10-09 T04:14:31 UTC | |
open | 19461 | multiprocess: Add bitcoin-gui -ipcconnect option | ryanofsky | 2020-07-07 T19:00:11 UTC | 2024-10-09 T04:12:22 UTC | |
open | 21283 | Implement BIP 370 PSBTv2 | achow101 | 2021-02-23 T18:29:20 UTC | 2024-10-09 T04:10:14 UTC | |
open | 31000 | bench: add support for custom data directory | furszy | 2024-09-29 T21:01:21 UTC | 2024-10-09 T02:59:04 UTC | |
open | 30951 | net: option to disallow v1 connection on ipv4 and ipv6 peers | stratospher | 2024-09-23 T12:23:48 UTC | 2024-10-09 T02:17:45 UTC | |
open | 31058 | refactor: include the proper header rather than forward-declaring RemovalReasonToString | theuni | 2024-10-08 T15:30:03 UTC | 2024-10-09 T00:42:20 UTC | |
open | 29664 | p2p: When close to the tip, download blocks in parallel from additional peers to prevent stalling | mzumsande | 2024-03-15 T22:27:47 UTC | 2024-10-08 T23:43:17 UTC | |
open | 30302 | doc: clarify loadwallet path loading for wallets | am-sq | 2024-06-18 T17:30:29 UTC | 2024-10-08 T23:28:30 UTC | |
open | 30341 | WIP: Permit Combiner to strip bip32_deriv information | willcl-ark | 2024-06-26 T11:01:47 UTC | 2024-10-08 T23:22:12 UTC | |
open | 30857 | cluster mempool: extend DepGraph functionality | sipa | 2024-09-10 T00:48:24 UTC | 2024-10-08 T22:42:14 UTC | |
open | 30930 | netinfo: add peer services column and outbound-only peers list | jonatack | 2024-09-19 T16:33:34 UTC | 2024-10-08 T21:14:49 UTC | |
open | 30935 | ci: Approximate MAKEJOBS in image build phase | maflcko | 2024-09-20 T08:51:57 UTC | 2024-10-08 T21:12:22 UTC | |
open | 31003 | Add waitFeesChanged() to Mining interface | Sjors | 2024-09-30 T18:15:40 UTC | 2024-10-08 T20:26:55 UTC | |
open | 30885 | scripted-diff: Modernize nLocalServices naming | fjahr | 2024-09-12 T17:33:06 UTC | 2024-10-08 T18:49:54 UTC | |
open | 31059 | build: Disallow building fuzz binary without -DBUILD_FOR_FUZZING | dollarparity | 2024-10-08 T16:31:10 UTC | 2024-10-08 T16:31:16 UTC | |
open | 31042 | build: Rename `PACKAGE_*` variables to `CLIENT_*` | hebasto | 2024-10-06 T21:37:11 UTC | 2024-10-08 T15:40:08 UTC | |
open | 30315 | Stratum v2 Transport | Sjors | 2024-06-20 T15:59:15 UTC | 2024-10-08 T15:35:02 UTC | |
open | 30635 | rpc: add optional blockhash to waitfornewblock | Sjors | 2024-08-12 T11:42:23 UTC | 2024-10-08 T15:25:37 UTC | |
open | 31023 | Add -pausebackgroundsync startup option | Sjors | 2024-10-03 T11:38:01 UTC | 2024-10-08 T14:34:42 UTC | |
open | 31038 | test: Fix copy-paste in wallet/test/db_tests ostream operator | hodlinator | 2024-10-05 T22:04:28 UTC | 2024-10-08 T14:24:47 UTC | |
open | 30967 | refactor: Replace g_genesis_wait_cv with m_tip_block_cv | maflcko | 2024-09-25 T08:54:01 UTC | 2024-10-08 T09:39:38 UTC | |
open | 31028 | fuzz: Add fuzz-only build mode option for targets | marcofleon | 2024-10-03 T17:55:51 UTC | 2024-10-08 T09:38:09 UTC | |
open | 30811 | build: Unify `-logsourcelocations` format | hebasto | 2024-09-04 T07:02:06 UTC | 2024-10-08 T09:33:01 UTC | |
open | 31045 | ci: Add missing -DWERROR=ON to test-each-commit | maflcko | 2024-10-07 T10:30:58 UTC | 2024-10-08 T09:17:57 UTC | |
open | 30861 | build: Improve `ccache` performance for different build directories | hebasto | 2024-09-10 T11:56:54 UTC | 2024-10-08 T09:17:45 UTC | |
open | 30882 | wip: Split fuzz binary (take 2) | dergoegge | 2024-09-12 T15:16:51 UTC | 2024-10-08 T09:13:15 UTC | |
open | 31051 | test: remove unused code from `script_tests` | fanquake | 2024-10-07 T15:35:01 UTC | 2024-10-08 T08:58:46 UTC | |
open | 31056 | ci: Double ctest timeout | maflcko | 2024-10-08 T08:42:39 UTC | 2024-10-08 T08:45:16 UTC | |
open | 31055 | doc: Fix README functional test invocation | TheCharlatan | 2024-10-08 T08:20:50 UTC | 2024-10-08 T08:20:55 UTC | |
open | 26334 | Add Signet and testnet4 launch shortcuts for Windows | Sjors | 2022-10-18 T15:05:39 UTC | 2024-10-08 T03:57:51 UTC | |
open | 31013 | depends: For mingw cross compile use -gcc-posix to prevent library conflict | laanwj | 2024-10-01 T17:49:46 UTC | 2024-10-08 T02:57:38 UTC | |
open | 29280 | Implement OP_CHECKTEMPLATEVERIFY | reardencode | 2024-01-19 T05:38:41 UTC | 2024-10-08 T00:37:06 UTC | |
open | 31008 | depends: Print ready-to-use `--toolchain` option for CMake invocation | hebasto | 2024-10-01 T12:12:35 UTC | 2024-10-07 T17:41:48 UTC | |
open | 30956 | Windows bitcoind stall debugging [NOMERGE, DRAFT] | hodlinator | 2024-09-24 T12:56:26 UTC | 2024-10-07 T17:19:51 UTC | |
open | 30039 | dbwrapper: Bump LevelDB max file size to 128 MiB to avoid system slowdown from high disk cache flush rate | maciejsszmigiero | 2024-05-04 T09:41:44 UTC | 2024-10-07 T15:20:13 UTC | |
open | 31043 | rpc: getorphantxs follow-up | tdb3 | 2024-10-07 T00:49:44 UTC | 2024-10-07 T15:11:27 UTC | |
open | 24214 | Fix unsigned integer overflows in interpreter | maflcko | 2022-01-31 T12:42:48 UTC | 2024-10-07 T14:12:26 UTC | |
open | 31040 | test: Assert that when we add the max orphan amount that we cannot add anymore and that a random orphan gets dropped | kevkevinpal | 2024-10-06 T14:31:19 UTC | 2024-10-07 T13:38:11 UTC | |
open | 31026 | ci: set a ctest test timeout of 1200 (20 minutes) | fanquake | 2024-10-03 T13:03:40 UTC | 2024-10-07 T12:06:12 UTC | |
open | 30059 | Add option dbfilesize to control LevelDB target ("max") file size | luke-jr | 2024-05-08 T04:06:11 UTC | 2024-10-07 T11:25:18 UTC | |
open | 31030 | test: use context managers and add file existence checks in feature_fee_estimation.py | AgusR7 | 2024-10-04 T02:24:16 UTC | 2024-10-07 T11:24:03 UTC | |
open | 30975 | Add multiprocess binaries to release build | Sjors | 2024-09-26 T10:29:38 UTC | 2024-10-07 T10:42:38 UTC | |
open | 30239 | Ephemeral Dust | instagibbs | 2024-06-06 T17:31:44 UTC | 2024-10-07 T10:35:14 UTC | |
open | 27260 | Enhanced error messages for invalid network prefix during address parsing. | russeree | 2023-03-15 T10:17:16 UTC | 2024-10-07 T10:31:16 UTC | |
open | 31018 | test: Treat exclude list warning as failure in CI | maflcko | 2024-10-02 T13:37:44 UTC | 2024-10-07 T10:00:45 UTC | |
open | 24539 | Add a "tx output spender" index | sstone | 2022-03-11 T19:32:41 UTC | 2024-10-07 T08:30:33 UTC | |
open | 30437 | multiprocess: add bitcoin-mine test program | ryanofsky | 2024-07-12 T10:37:28 UTC | 2024-10-07 T08:01:07 UTC | |
open | 30920 | test: Remove 0.16.3 test from wallet_backwards_compatibility.py | maflcko | 2024-09-18 T06:55:47 UTC | 2024-10-07 T07:55:22 UTC |