<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
<laanwj>
luke-jr: so your win32 cross-compile of bitcoin core using the standard mingw-w64 compiler of ubuntu focal, crashes?
<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
<MarcoFalke>
sipa: 2021-10-25T15:04:09Z Error: Invalid or corrupt peers.dat (Corrupt data. Consistency check failed with code -5: iostream error). If you believe this is a bug, please report it to https://github.com/bitcoin/bitcoin/issues. As a workaround, you can move the file ("/tmp/regtest/peers.dat") out of the way (rename, move, or delete) to have a new one created on the next start.
<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
<sipa>
that implies bitcoin core would not consider that address as its own
2021-10-24
<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
<prayank>
But I smiled on energy question instead of reacting in a weird way. Said I will cover this in my presentation later and I can assure Bitcoin has no energy issues.
<prayank>
I might sound negative at times while reading things however intentions were always to imrove Bitcoin.
<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
<hebasto>
guest3456: provided data are not enough to give you a 100% working solution, but generally it is more reliable to move into an external drive a blocks dir only; it is easy to achieve by placing `blocksdir="path-to-external-drive/new-blocks-dir` into your `bitcoin.conf`
<gribble>
https://github.com/bitcoin/bitcoin/issues/22876 | [TESTS] Update Transaction Tests to permit setting a flag as always on and disabling the exhaustive failure test by JeremyRubin · Pull Request #22876 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/22954 | [TESTS] Allow tx_invalid.json tests to include flag rules for if_unset: [A,B,C] then_unset: [D] by JeremyRubin · Pull Request #22954 · bitcoin/bitcoin · GitHub
<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
<sipa>
this channel is for development of the bitcoin core software, not recommendations for other software
<xavihers>
I want develop a wallet for bitcoin on my country.
<gribble>
https://github.com/bitcoin/bitcoin/issues/23288 | tests: remove usage of LegacyScriptPubKeyMan from some wallet tests by achow101 · Pull Request #23288 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/23288 | tests: remove usage of LegacyScriptPubKeyMan from some wallet tests by achow101 · Pull Request #23288 · bitcoin/bitcoin · GitHub
<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
<jonasschnelli>
I’ll remain the legal „president“ of the „Bitcoin Core Code Signing Association“ in Switzerland (the construct for getting code sign certificates, currently active for macOS but only a backup for the Delaware LLC that holds the win certificate)
<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
<bitcoin-git>
bitcoin/master d807ace W. J. van der Laan: Merge bitcoin/bitcoin#23314: build: explicitly disable libsecp256k1 openss...
<bitcoin-git>
[bitcoin] jonatack opened pull request #23324: Print peer counts for all reachable networks in -netinfo (master...netinfo-print-peer-counts-for-all-reachable-networks) https://github.com/bitcoin/bitcoin/pull/23324
<bitcoin-git>
[bitcoin] laanwj merged pull request #13875: [doc] nChainTx needs to become a 64-bit earlier due to SegWit (master...2018/08/nChainTx) https://github.com/bitcoin/bitcoin/pull/13875