< September 2024 >
Su Mo Tu We Th Fr Sa 12345678910 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
2021-11-04
<bitcoin-git>
[bitcoin] martinus opened pull request #23439: Open streams_test_tmp file in temporary folder (master...2021-11-allow-concurrent-streams_buffered_file_rand) https://github.com/bitcoin/bitcoin/pull/23439
<bitcoin-git>
[bitcoin] hebasto opened pull request #23403: test: Fix segfault in the psbt_wallet_tests/psbt_updater_test (master...210331-psbt) https://github.com/bitcoin/bitcoin/pull/23403
<bitcoin-git>
bitcoin/master 7efc628 fanquake: Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_...
<bitcoin-git>
[bitcoin] brunoerg opened pull request #23392: test: move check_node_connections to util (master...2021-10-check-node-connections) https://github.com/bitcoin/bitcoin/pull/23392
2021-10-29
<bitcoin-git>
[bitcoin] greenaddress opened pull request #23387: WIP: add support to save fee estimates without having to shut down the node (master...dump_fee_estimates) https://github.com/bitcoin/bitcoin/pull/23387
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #23385: refactor: get wallet path relative to wallet_dir (master...refactor-get-relative-wallet-path) https://github.com/bitcoin/bitcoin/pull/23385
<bitcoin-git>
[bitcoin] Sjors closed pull request #22260: Make bech32m the default for RPC, opt-in for GUI (master...2021/06/bech32_gui) https://github.com/bitcoin/bitcoin/pull/22260
<bitcoin-git>
[bitcoin] vasild closed pull request #23382: addrman: bump peers.dat format version number (master...addrman_format_bump_multiaddr) https://github.com/bitcoin/bitcoin/pull/23382
<bitcoin-git>
[bitcoin] vasild opened pull request #23382: addrman: bump peers.dat format version number (master...addrman_format_bump_multiaddr) https://github.com/bitcoin/bitcoin/pull/23382
<bitcoin-git>
[bitcoin] glozow opened pull request #23381: validation/refactor: refactoring for package submission (master...2021-10-validation-refactors) https://github.com/bitcoin/bitcoin/pull/23381
<bitcoin-git>
[bitcoin] jnewbery opened pull request #23380: addrman: Fix AddrMan::Add() return semantics and logging (master...2021-10-addrman-add-logging) https://github.com/bitcoin/bitcoin/pull/23380
2021-10-27
<bitcoin-git>
[bitcoin] theStack opened pull request #23375: test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldest first) (master...202110-test-MiniWallet-deterministic_coin_selection_oldest_first) https://github.com/bitcoin/bitcoin/pull/23375
<bitcoin-git>
[bitcoin] vasild opened pull request #23373: Parse command line arguments from unit and fuzz tests, make addrman consistency check ratio easier to change (master...checkaddrman_in_tests) https://github.com/bitcoin/bitcoin/pull/23373
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23305: test: refactor: add `script_util` helper for creating bare multisig scripts (master...202110-test-add_helper_for_bare_multisig_scripts) https://github.com/bitcoin/bitcoin/pull/23305
<bitcoin-git>
[bitcoin] theStack opened pull request #23371: test: MiniWallet: add P2TR support and use it per default (master...202110-test-MiniWallet-change_P2WSH_to_P2TR) https://github.com/bitcoin/bitcoin/pull/23371
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23306: Make AddrMan support multiple ports per IP (master...202110_addrmanmultiport) https://github.com/bitcoin/bitcoin/pull/23306
<bitcoin-git>
[bitcoin] hebasto opened pull request #23349: util: Use FEATURE_LATEST for wallets created with bitcoin-wallet (master...211024-bw-version) https://github.com/bitcoin/bitcoin/pull/23349
<bitcoin-git>
[bitcoin] hebasto opened pull request #23348: rpc, wallet: Do not return "keypoololdest" for blank descriptor wallets (master...211024-rpc-gwi) https://github.com/bitcoin/bitcoin/pull/23348
<bitcoin-git>
[bitcoin] hebasto opened pull request #23346: util, refactor: Improve headers for bitcoin-wallet tool (master...211024-bw-headers) https://github.com/bitcoin/bitcoin/pull/23346
<bitcoin-git>
[bitcoin] hebasto opened pull request #23345: build: Drop unneeded dependencies for bitcoin-wallet tool (master...211024-bw-deps) https://github.com/bitcoin/bitcoin/pull/23345
<bitcoin-git>
bitcoin/master 58765a4 W. J. van der Laan: qt: Use only Qt translation primitives in GUI code
<bitcoin-git>
bitcoin/master bdbefdc Hennadii Stepanov: Merge bitcoin-core/gui#454: Use only Qt translation primitives in GUI code...
<bitcoin-git>
[gui] hebasto merged pull request #454: Use only Qt translation primitives in GUI code (master...2021-10-qt-use-at-translation) https://github.com/bitcoin-core/gui/pull/454
<bitcoin-git>
[bitcoin] JeremyRubin closed pull request #22948: [Tests] Compute the Power Set of all flags instead of one by one exclusion (master...flag-powerset) https://github.com/bitcoin/bitcoin/pull/22948
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #18902: Bugfix: Only use git for build info if the repository is actually the right one (master...fix_gitdir_again) https://github.com/bitcoin/bitcoin/pull/18902
<bitcoin-git>
[bitcoin] laanwj merged pull request #23140: Make CAddrman::Select_ select buckets, not positions, first (master...202109_addrmanbias) https://github.com/bitcoin/bitcoin/pull/23140
<bitcoin-git>
bitcoin/master 632aad9 Pieter Wuille: Make CAddrman::Select_ select buckets, not positions, first
<bitcoin-git>
bitcoin/master 58275db W. J. van der Laan: Merge bitcoin/bitcoin#23140: Make CAddrman::Select_ select buckets, not po...
<bitcoin-git>
[bitcoin] dougEfresh opened pull request #23337: tests: Add assert_less_than and assert_less_than_or_equal to test framework (master...23119-assert_less) https://github.com/bitcoin/bitcoin/pull/23337
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #21618: WIP: Reduce MinRelayFee slower when Mempool utilised and faster when needed. (master...MinRelayFeeReductionChanges) https://github.com/bitcoin/bitcoin/pull/21618
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #21827: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin/bitcoin/pull/21827
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #21841: Send fewer feefilter messages (avoid the wobbling number issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21841
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #21954: Some minor code changes to improve efficiency of processing TXs (master...TXcatches) https://github.com/bitcoin/bitcoin/pull/21954
<bitcoin-git>
bitcoin/master fadf118 MarcoFalke: p2p: Use mocktime for ping timeout
<bitcoin-git>
bitcoin/master 8a083bc W. J. van der Laan: Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
<bitcoin-git>
[bitcoin] laanwj merged pull request #23271: crypto: Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD (master...fix-k1-k2) https://github.com/bitcoin/bitcoin/pull/23271
<bitcoin-git>
bitcoin/master 4ac8c89 Sebastian Falbesoner: test: check that bumpfee RPC fails for txs with descendants in mempool
<bitcoin-git>
bitcoin/master 548ad5e MarcoFalke: Merge bitcoin/bitcoin#23281: test: check that bumpfee RPC fails for txs wi...
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23287: test: get and decode tx with a single `gettransaction` RPC call (master...202110-test-fetch_and_decode_tx_with_single_RPC_call) https://github.com/bitcoin/bitcoin/pull/23287