2021-10-05

<bitcoin-git> [bitcoin] laanwj merged pull request #23178: util: Fix GUIX build with syscall sandbox (master...2021-10-guix-linux-sandbox) https://github.com/bitcoin/bitcoin/pull/23178
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c4fc8994427c...89b910711c00
<bitcoin-git> bitcoin/master 8289d19 W. J. van der Laan: util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headers
<bitcoin-git> bitcoin/master 2d02799 W. J. van der Laan: util: Make sure syscall numbers used in profile are defined
<bitcoin-git> bitcoin/master 89b9107 W. J. van der Laan: Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandbox
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22950: [p2p] Pimpl AddrMan to abstract implementation details (master...2021-09-impl-addrman-pimpl) https://github.com/bitcoin/bitcoin/pull/22950
<bitcoin-git> [bitcoin] MarcoFalke pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/c79d9fb2f6e5...c4fc8994427c
<bitcoin-git> bitcoin/master 5faa7dd Amiti Uttarwar: [move-only] Move CAddrMan function definitions to cpp
<bitcoin-git> bitcoin/master f2e5f38 Amiti Uttarwar: [move-only] Match ordering of CAddrMan declarations and definitions
<bitcoin-git> bitcoin/master 8af5b54 Amiti Uttarwar: [addrman] Introduce CAddrMan::Impl to encapsulate addrman implementation.
<gribble> https://github.com/bitcoin/bitcoin/issues/19461 | multiprocess: Add bitcoin-gui -ipcconnect option by ryanofsky · Pull Request #19461 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23191: build: Disable -Wbraced-scalar-init, which is incompatible with -Wc++11-narrowing (master...2110-buildW) https://github.com/bitcoin/bitcoin/pull/23191
<bitcoin-git> [gui] MarcoFalke opened pull request #446: RPCConsole: Throw when overflowing size_t type for array indices (master...2110-qtRpcCons) https://github.com/bitcoin-core/gui/pull/446
<bitcoin-git> [bitcoin] instagibbs opened pull request #23188: wallet: fund transaction external input cleanups (master...fundtx-external-inputs_cleanups) https://github.com/bitcoin/bitcoin/pull/23188
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23185: test: Add ParseMoney and ParseScript tests (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23185
<bitcoin-git> [bitcoin] brunoerg closed pull request #23135: test: Use asset_equal utils where possible in feature_nulldummy (master...2021-09-assert_equal) https://github.com/bitcoin/bitcoin/pull/23135
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23184: Use stricter ToIntegral over LocaleIndependentAtoi where possible (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23184
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23184: Use stricter ToIntegral over LocaleIndependentAtoi where possible (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23184
<jonatack> right, running this gives an overview: ./src/bitcoin-cli -addrinfo
<jonatack> note, getnodeaddresses takes a network argument, so can also: ./src/bitcoin-cli getnodeaddresses 0 ipv4 | jq 'map(select(.address | contains(":")))'
<vasild> Am I the only one? I ran: bitcoin-cli getnodeaddresses 0 |jq 'map(select(.network == "ipv4" and (.address |contains(":"))))'
<prayank> michaelfolkson: Do you really think I commented anything in this PR that does not make sense? I was not aware of all this else would have completely avoided and let others decide. I won't be reviewing any PR in future for this author in any repository. Also started contributing in Knots so it might help me do better things with less people and peace: https://github.com/bitcoinknots/bitcoin/discussions/39
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23179: sandbox: add `newfstatat` & `copy_file_range` to allowed filesystem syscalls (master...add_newfstatat_to_syscall_exceptions) https://github.com/bitcoin/bitcoin/pull/23179
<bitcoin-git> bitcoin/master 44d77d2 fanquake: sandbox: add copy_file_range to allowed filesystem syscalls
<bitcoin-git> bitcoin/master ee08741 fanquake: sandbox: add newfstatat to allowed filesystem syscalls
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/371f0aeeb4b1...c79d9fb2f6e5
<bitcoin-git> bitcoin/master c79d9fb MarcoFalke: Merge bitcoin/bitcoin#23179: sandbox: add `newfstatat` & `copy_file_range`...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23182: build: add python3.10 alias to AC_PATH_PROGS call in configure (master...python_3_10_configure) https://github.com/bitcoin/bitcoin/pull/23182
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/816e15ee81a2...371f0aeeb4b1
<bitcoin-git> bitcoin/master ef15c57 fanquake: build: add python3.10 alias to AC_PATH_PROGS call in configure
<bitcoin-git> bitcoin/master 371f0ae MarcoFalke: Merge bitcoin/bitcoin#23182: build: add python3.10 alias to AC_PATH_PROGS ...
<gribble> https://github.com/bitcoin/bitcoin/issues/17211 | Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101 · Pull Request #17211 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23121 | [policy] check ancestor feerate in RBF, remove BIP125 Rule2 by glozow · Pull Request #23121 · bitcoin/bitcoin · GitHub
<glozow> prayank: I blocked you on my personal github account. It has nothing to do with the repo or maintainers. The help text for blocking a user says "Prevent this user from interacting with your repositories and sending you notifications." I didn't realize it would stop you from commenting on my PR in the Bitcoin Core repo. My apologies to everybody for the confusion.
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23183: C++20 test WIP DONOTMERGE!!!11 @@ (master...2110-test) https://github.com/bitcoin/bitcoin/pull/23183
<meshcollider> prayank: indeed, it can only be a github bug, it is absolutely not censorship. I have copied your questions onto the PR for you: https://github.com/bitcoin/bitcoin/pull/23121#issuecomment-934154169
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22951: consensus: move amount.h into consensus (master...move_amount_h_consensus) https://github.com/bitcoin/bitcoin/pull/22951
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9e530c6352c3...816e15ee81a2
<bitcoin-git> bitcoin/master d09071d fanquake: [MOVEONLY] consensus: move amount.h into consensus
<bitcoin-git> bitcoin/master 863e52f fanquake: consensus: make COIN & MAX_MONEY constexpr
<bitcoin-git> bitcoin/master 9d0379c fanquake: consensus: use <cstdint> over <stdint.h> in amount.h
<vasild> prayank: on github (that is not specific to bitcoin) it is possible to lock one PR for everybody (in which case "Conversation was locked..." is displayed). Or it is possible to ban one person from all PRs in a repository. But it is not possible to ban one person from one PR.
<prayank> Two questions for PR author: 1. Unconfirmed UTXO are discouraged in Core. Does this PR change default behaviour? Context: https://github.com/bitcoin-core/gui/issues/242 2. Why do you think it's not a bug if attacker can confirm a tx with less fee rate by replacing? It can be exploited if we had on chain DeFi but I am not sure what all projects are currently impacted
<vasild> this is how I found peers to connect to: https://www.erisian.com.au/bitcoin-core-dev/log-2021-10-04.html#l-469
<gribble> https://github.com/bitcoin/bitcoin/issues/23121 | [policy] check ancestor feerate in RBF, remove BIP125 Rule2 by glozow · Pull Request #23121 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #23182: build: add python3.10 alias to AC_PATH_PROGS call in configure (master...python_3_10_configure) https://github.com/bitcoin/bitcoin/pull/23182
<bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #23181: refactor: remove references to deprecated values under std::allocator (master...btc-allocator) https://github.com/bitcoin/bitcoin/pull/23181
<bitcoin-git> [bitcoin] fanquake opened pull request #23179: sandbox: add newfstatat to allowed filesystem syscalls (master...add_newfstatat_to_syscall_exceptions) https://github.com/bitcoin/bitcoin/pull/23179
<bitcoin-git> [bitcoin] D4nte closed pull request #19349: doc: Include wallet path to relevant RPC calls (master...doc-wallet) https://github.com/bitcoin/bitcoin/pull/19349
<gribble> https://github.com/bitcoin/bitcoin/issues/20487 | Add syscall sandboxing using seccomp-bpf (Linux secure computing mode) by practicalswift · Pull Request #20487 · bitcoin/bitcoin · GitHub

2021-10-04

<bitcoin-git> [bitcoin] laanwj opened pull request #23178: util: Fix GUIX build with syscall sandbox (master...2021-10-guix-linux-sandbox) https://github.com/bitcoin/bitcoin/pull/23178
<gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] laanwj merged pull request #20487: Add syscall sandboxing using seccomp-bpf (Linux secure computing mode) (master...seccomp-bpf-2020-11) https://github.com/bitcoin/bitcoin/pull/20487
<bitcoin-git> bitcoin/master 4747da3 practicalswift: Add syscall sandboxing (seccomp-bpf)
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42fedb4acd3c...9e530c6352c3
<bitcoin-git> bitcoin/master 9e530c6 W. J. van der Laan: Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Lin...
<bitcoin-git> [bitcoin] jonatack opened pull request #23175: Add CJDNS network to -addrinfo and -netinfo (master...add-cjdns-to-addrinfo-and-netinfo) https://github.com/bitcoin/bitcoin/pull/23175
<bitcoin-git> [bitcoin] jamesob opened pull request #23174: validation: have LoadBlockIndex account for snapshot use (master...2021-10-au-loadblockindex) https://github.com/bitcoin/bitcoin/pull/23174
<gribble> https://github.com/bitcoin/bitcoin/issues/15936 | Unify bitcoin-qt and bitcoind persistent settings by ryanofsky · Pull Request #15936 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jnewbery opened pull request #23173: Add `ChainstateManager::ProcessTransaction` (master...2021-09-process-transaction) https://github.com/bitcoin/bitcoin/pull/23173
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23156: refactor: Remove unused ParsePrechecks and ParseDouble (master...2110-refactorParseInt) https://github.com/bitcoin/bitcoin/pull/23156
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cdb4dfcbf1c8...42fedb4acd3c
<bitcoin-git> bitcoin/master fa9d72a MarcoFalke: Remove unused ParseDouble and ParsePrechecks
<bitcoin-git> bitcoin/master fa3cd28 MarcoFalke: refactor: Remove unused ParsePrechecks from ParseIntegral
<bitcoin-git> bitcoin/master 42fedb4 MarcoFalke: Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and Pa...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23172: doc: Extract FundTxDoc (master...2110-docRpcWallet) https://github.com/bitcoin/bitcoin/pull/23172
<gribble> https://github.com/bitcoin/bitcoin/issues/15936 | Unify bitcoin-qt and bitcoind persistent settings by ryanofsky · Pull Request #15936 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #23156: refactor: Remove unused ParsePrechecks and ParseDouble (master...2110-refactorParseInt) https://github.com/bitcoin/bitcoin/pull/23156
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23156: refactor: Remove unused ParsePrechecks and ParseDouble (master...2110-refactorParseInt) https://github.com/bitcoin/bitcoin/pull/23156
<bitcoin-git> [bitcoin] laanwj merged pull request #20452: util: Replace use of locale dependent atoi(…) with locale-independent std::from_chars(…) (C++17) (master...remove-atoi) https://github.com/bitcoin/bitcoin/pull/20452
<bitcoin-git> bitcoin/master 4343f11 practicalswift: Replace use of locale dependent atoi(…) with locale-independent std::from_...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c6f710ec9855...cdb4dfcbf1c8
<bitcoin-git> bitcoin/master cdb4dfc W. J. van der Laan: Merge bitcoin/bitcoin#20452: util: Replace use of locale dependent atoi(…)...
<gribble> https://github.com/bitcoin/bitcoin/issues/17211 | Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101 · Pull Request #17211 · bitcoin/bitcoin · GitHub
<Kiminuo> https://github.com/bitcoin/bitcoin/pull/22918/checks?check_run_id=3788171337 - does anybody understand why this fails?
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23052: test: use miniwallet in test_rpc function in feature_rbf.py (master...master) https://github.com/bitcoin/bitcoin/pull/23052
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/573b4621cc1f...c6f710ec9855
<bitcoin-git> bitcoin/master 74c0d81 Shubhankar: test: use miniwallet in test_rpc() function in feature_rbf.py
<bitcoin-git> bitcoin/master c6f710e MarcoFalke: Merge bitcoin/bitcoin#23052: test: use miniwallet in test_rpc function in ...
<bitcoin-git> [bitcoin] meshcollider merged pull request #17211: Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs (master...fundtx-external-inputs) https://github.com/bitcoin/bitcoin/pull/17211
<bitcoin-git> bitcoin/master d5cfb86 Andrew Chow: Allow Coin Selection be able to take external inputs
<bitcoin-git> [bitcoin] meshcollider pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/446b70669645...573b4621cc1f
<bitcoin-git> bitcoin/master a00eb38 Andrew Chow: Allow CInputCoin to also be constructed with COutPoint and CTxOut
<bitcoin-git> bitcoin/master 38f5642 Andrew Chow: allow fundtx rpcs to work with external inputs
<bitcoin-git> [bitcoin] darosior opened pull request #23171: qa: test descriptors with mixed xpubs and const pubkeys (master...desc_test_mix) https://github.com/bitcoin/bitcoin/pull/23171
<laanwj> i think we should try to get the CI for https://github.com/bitcoin-core/bitcoincore.org, i don't like blindly merging anything
<gribble> https://github.com/bitcoin/bitcoin/issues/23119 | test: replace bare asserts with assertion helpers (assert_equal() etc.) · Issue #23119 · bitcoin/bitcoin · GitHub
<vincenzopalazzo> Hello guys, I'm working on #23119 and I decided to slip the work in different PR, I would like to know if this approach is good for the review dev, and you preferer it all at once? My start PR is https://github.com/bitcoin/bitcoin/pull/23127
<bitcoin-git> [bitcoin] martinus opened pull request #23169: Fix `-Wmaybe-uninitialized` warnings found by building with `-flto` (master...2021-10-fix-Wmaybe-uninitialized-warnings) https://github.com/bitcoin/bitcoin/pull/23169
<gribble> https://github.com/bitcoin/bitcoin/issues/22966 | doc: Improve documentation around the ACK statement by jarolrod · Pull Request #22966 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #23168: build: no-longer fail default configure if BDB isn't available (master...dont_fail_no_bdb_default_configure) https://github.com/bitcoin/bitcoin/pull/23168
<gribble> https://github.com/bitcoin/bitcoin/issues/17211 | Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101 · Pull Request #17211 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] meshcollider closed pull request #23090: Deprecate `main` and `test` `-chain` params (master...20210924) https://github.com/bitcoin/bitcoin/pull/23090

2021-10-03

<bitcoin-git> [gui] luke-jr opened pull request #444: Qt: Network Watch tool (master...gui_netwatch) https://github.com/bitcoin-core/gui/pull/444
<darosior> achow101: in descriptor_tests, DoCheck assumes a descriptor with xpubs has no raw keys https://github.com/bitcoin/bitcoin/blob/446b706696451ae1a66ac416f347d734c5741d7c/src/test/descriptor_tests.cpp#L190-L208 . Descriptors with both are supported, right? Just want to be sure
<gribble> https://github.com/bitcoin/bitcoin/issues/17211 | Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101 · Pull Request #17211 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/10609 | Feature request: pruned chain and getrawtransaction · Issue #10609 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23151: doc: Combine 23.0 release notes (master...2110-docRel) https://github.com/bitcoin/bitcoin/pull/23151
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35a31d5f7e9c...446b70669645
<bitcoin-git> bitcoin/master fad5a18 MarcoFalke: doc: Combine 23.0 release notes
<bitcoin-git> bitcoin/master 446b706 fanquake: Merge bitcoin/bitcoin#23151: doc: Combine 23.0 release notes
<bitcoin-git> [bitcoin] fanquake closed pull request #23163: Create CNAME (master...master) https://github.com/bitcoin/bitcoin/pull/23163
<bitcoin-git> [bitcoin] Iceymann18777 opened pull request #23163: Create CNAME (master...master) https://github.com/bitcoin/bitcoin/pull/23163

2021-10-02

<gribble> https://github.com/bitcoin/bitcoin/issues/22154 | Add OutputType::BECH32M and related wallet support for fetching bech32m addresses by achow101 · Pull Request #22154 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/12119 | [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH by Sjors · Pull Request #12119 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] laanwj opened pull request #23162: contrib: Ask for captcha in signet getcoins.py (master...2021-10-getcoins) https://github.com/bitcoin/bitcoin/pull/23162

2021-10-01

<bitcoin-git> [bitcoin] glozow opened pull request #23157: txmempool -/-> validation 1/2: improve performance of check() and remove dependency on validation (master...2021-09-speed-mempool-check) https://github.com/bitcoin/bitcoin/pull/23157
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23156: refactor: Remove unused ParsePrechecks from ParseIntegral (master...2110-refactorParseInt) https://github.com/bitcoin/bitcoin/pull/23156
<bitcoin-git> [bitcoin] jamesob opened pull request #23155: rpc: various fixups for dumptxoutset (master...2021-10-au-rpc-fixes) https://github.com/bitcoin/bitcoin/pull/23155
<bitcoin-git> [bitcoin] jamesob opened pull request #23154: doc: add assumeutxo notes (master...2021-10-assumeutxo-doc) https://github.com/bitcoin/bitcoin/pull/23154
<prayank> Does anyone who is positive about Bitcoin development have any thoughts on this PR?
<laanwj> i've read some of the things you wrote and you seem to be nothing but negative about bitcoin development
<bitcoin-git> [bitcoin] katesalazar opened pull request #23153: Add an argparse abbreviated mode to --failfast (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23153
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23136: test: update fee rate assertion helper in the functional test framework (master...update-assert_fee_amount) https://github.com/bitcoin/bitcoin/pull/23136
<bitcoin-git> bitcoin/master 35a31d5 MarcoFalke: Merge bitcoin/bitcoin#23136: test: update fee rate assertion helper in the...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46b4937bc16c...35a31d5f7e9c
<bitcoin-git> bitcoin/master b658d7d Jon Atack: test: update assert_fee_amount() in test_framework/util.py
<bitcoin-git> [bitcoin] laanwj merged pull request #22585: fuzz: add guide to fuzzing with Eclipser v1.x (master...patch-2) https://github.com/bitcoin/bitcoin/pull/22585
<bitcoin-git> [bitcoin] laanwj merged pull request #23142: Return false on corrupt tx rather than asserting (master...202109_no_assert_corruption) https://github.com/bitcoin/bitcoin/pull/23142
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29b030bca31d...46b4937bc16c
<bitcoin-git> bitcoin/master 46b4937 W. J. van der Laan: Merge bitcoin/bitcoin#23142: Return false on corrupt tx rather than assert...
<bitcoin-git> bitcoin/master 0ab4c3b Samuel Dobson: Return false on corrupt tx rather than asserting
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e1de1fc5905...29b030bca31d
<bitcoin-git> bitcoin/master 29b030b W. J. van der Laan: Merge bitcoin/bitcoin#22585: fuzz: add guide to fuzzing with Eclipser v1.x...
<bitcoin-git> bitcoin/master 6e1150e Alex Groce: fuzz: add guide to fuzzing with Eclipser v1.x
<bitcoin-git> [bitcoin] fanquake opened pull request #23152: build: add `--enable-lto` configuration option (master...experiment_with_lto) https://github.com/bitcoin/bitcoin/pull/23152
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23151: doc: Combine 23.0 release notes (master...2110-docRel) https://github.com/bitcoin/bitcoin/pull/23151
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/33b0696d3106...4e1de1fc5905
<bitcoin-git> bitcoin/master 5bf6587 Niklas Gögge: [test] Test that -blocksonly nodes do not request high bandwidth mode.
<bitcoin-git> bitcoin/master 0dc8bf5 Niklas Gögge: [net processing] Dont request compact blocks in blocks-only mode
<bitcoin-git> bitcoin/master 5e231c1 Niklas Gögge: [test] Test that -blocksonly nodes do not send getdata(CMPCT) on a low ban...
<bitcoin-git> [bitcoin] fanquake closed pull request #23150: Update README.md - grammar fixes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23150
<bitcoin-git> [bitcoin] evil-maid opened pull request #23150: Update README.md - grammar fixes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23150
<bitcoin-git> [bitcoin] fanquake opened pull request #23149: build: make --enable-werror just -Werror (master...make_enable_werror_full_werror) https://github.com/bitcoin/bitcoin/pull/23149
<bitcoin-git> [bitcoin] fanquake closed pull request #23147: refactor: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN (master...202110_rename_rescan_enum) https://github.com/bitcoin/bitcoin/pull/23147
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/571bb94dfb50...33b0696d3106
<bitcoin-git> bitcoin/master 8615507 Samuel Dobson: scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
<bitcoin-git> bitcoin/master 33b0696 fanquake: Merge bitcoin/bitcoin#23147: refactor: rename DBErrors::RESCAN_REQUIRED to...

2021-09-30

<Guest64> Guys, hello. Tell me who's in the subject. I send a certain amount of money from Bitcoin Core to a Bitcoin address, the commission is generally acceptable. But the balance of the wallet itself is reduced by an amount that is 42 times more than the amount of funds sent. I canceled the operation. What can be wrong?
<bitcoin-git> [bitcoin] meshcollider closed pull request #23141: test: Fix intermitent failure in wallet_basic.py (master...202109_fix_test_rounding) https://github.com/bitcoin/bitcoin/pull/23141
<bitcoin-git> [bitcoin] meshcollider opened pull request #23147: trivial refactor: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN (master...202110_rename_rescan_enum) https://github.com/bitcoin/bitcoin/pull/23147
<luke-jr> I tried this but no review: https://github.com/bitcoin/bitcoin/pull/17356
<bitcoin-git> [bitcoin] kiminuo closed pull request #21577: refactor: Remove superfluous "return" from "addUnchecked" in txmempool.cpp (master...feature/2021-04-02-superfluous-return) https://github.com/bitcoin/bitcoin/pull/21577
<bitcoin-git> [bitcoin] achow101 closed pull request #18789: qt: Add Create Unsigned button to SendConfirmationDialog (master...create-unsigned-sendconfdialog) https://github.com/bitcoin/bitcoin/pull/18789
<bitcoin-git> [gui] achow101 opened pull request #441: Add Create Unsigned button to SendConfirmationDialog (master...create-unsigned-sendconfdialog) https://github.com/bitcoin-core/gui/pull/441
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<bitcoin-git> [bitcoin] meshcollider closed pull request #23123: Remove `-rescan` startup parameter (master...202109_remove_rescan) https://github.com/bitcoin/bitcoin/pull/23123
<laanwj> https://github.com/bitcoin/bitcoin/pull/20487 Add syscall sandboxing using seccomp-bpf (Linux secure computing mode)
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 7 blockers, 2 chasing concept ACK at the moment
<core-meetingbot> Meeting started Thu Sep 30 19:01:54 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9013f23b0a6e...571bb94dfb50
<bitcoin-git> bitcoin/master f963b0f Samuel Dobson: Corrupt wallet tx shouldn't trigger rescan of all wallets
<bitcoin-git> bitcoin/master 6c00649 Samuel Dobson: Remove outdated dummy wallet -salvagewallet arg
<bitcoin-git> bitcoin/master bccd1d9 Samuel Dobson: Remove -rescan startup parameter
<bitcoin-git> [gui] shaavan closed pull request #437: Show received bitcoins in green (master...green-coins) https://github.com/bitcoin-core/gui/pull/437
<laanwj> it's fairly easy with make to make a mistake with regard to ordering dependencies which causes issues (either errors or non-determinism) with high parallelism, if you find such a issue with bitcoin core please report it
<sipa> i build bitcoin core with -j48
<laanwj> i don't know about useless? bitcoin core's build should have plenty of potential parallelism, i once saw a screenshot of someone building on a 64-core machine, all cores 100%, though probably this won't be the case in the latter parts of the process during linking etc which have to merge a lot of build artifacts
<bitcoin-git> [bitcoin] jonatack opened pull request #23146: Test transactions conflicted by double spend in listtransactions (master...test-txns-conflicted-by-double-spend-in-listtransactions) https://github.com/bitcoin/bitcoin/pull/23146
<laanwj> jamesob: not that i know, there's https://bitcoincore.org/bin/bitcoin-core-22.0/SHA256SUMS.ots but it gets generated prior to upload, it's not part of any of the attestations
<bitcoin-git> [gui] hebasto merged pull request #342: wallet: Move wallets loading out from the main GUI thread (master...210521-wallet) https://github.com/bitcoin-core/gui/pull/342
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2d8e0c0c3c0d...9013f23b0a6e
<bitcoin-git> bitcoin/master f9b633e Hennadii Stepanov: qt, wallet: Move activity progress dialog from data member to local
<bitcoin-git> bitcoin/master 4a024fc Hennadii Stepanov: qt, wallet, refactor: Move connection to QObject::deleteLater to ctor
<bitcoin-git> bitcoin/master f6991cb Hennadii Stepanov: qt, wallet: Add LoadWalletsActivity class
<TallTim> I'd like to report using addnode to sync bitcoin core client with my personal full node has sped up my sync time. Thanks again to sipa for the advice.
<bitcoin-git> [gui] hebasto closed pull request #59: Do not block GUI thread in RPCConsole (master...200814-rpc) https://github.com/bitcoin-core/gui/pull/59
<bitcoin-git> [bitcoin] laanwj merged pull request #20457: util: Make Parse{Int,UInt}{32,64} use locale independent std::from_chars(…) (C++17) instead of locale dependent strto{l,ll,ul,ull} (master...locale-independent-parseint) https://github.com/bitcoin/bitcoin/pull/20457
<bitcoin-git> bitcoin/master 4747db8 practicalswift: util: Introduce ToIntegral<T>(const std::string&) for locale independent p...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1cf7fb9fd658...2d8e0c0c3c0d
<bitcoin-git> bitcoin/master 2d8e0c0 W. J. van der Laan: Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ...
<bitcoin-git> [bitcoin] laanwj merged pull request #23104: log: Avoid breaking single log lines over multiple lines in the log file (master...2109-logCont) https://github.com/bitcoin/bitcoin/pull/23104
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/7f81f5459ffa...1cf7fb9fd658
<bitcoin-git> bitcoin/master fa6c1e8 MarcoFalke: test: Fix typos in tests
<bitcoin-git> bitcoin/master faffaa8 MarcoFalke: log: Avoid broken SELECTCOINS log
<bitcoin-git> bitcoin/master faeae29 MarcoFalke: log: Avoid broken DEBUG_LOCKORDER log
<bitcoin-git> [bitcoin] laanwj merged pull request #23082: build: improve gexauxval() detection, remove getauxval() weak linking (master...remove_weak_auxval) https://github.com/bitcoin/bitcoin/pull/23082
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bd40cd81083a...7f81f5459ffa
<bitcoin-git> bitcoin/master 4446ef0 fanquake: build: remove support for weak linking getauxval()
<bitcoin-git> bitcoin/master e56100c fanquake: build: remove arm includes from getauxval() check
<bitcoin-git> bitcoin/master 7f81f54 W. J. van der Laan: Merge bitcoin/bitcoin#23082: build: improve gexauxval() detection, remove ...
<fedecuci> Hi guys, I am curious, how many people have a very strong understanding of the Bitcoin protocol and source code? I am talking about people that are comfortable with at least 80% of the codebase and would know almost immediately where to go to fix a bug in case it arises. Any estimate?
<bitcoin-git> [bitcoin] fanquake merged pull request #23133: Update crc32c subtree (master...2109-subtreeCrc32c) https://github.com/bitcoin/bitcoin/pull/23133
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbbb7fbcc02e...bd40cd81083a
<bitcoin-git> bitcoin/master 1d44513 MarcoFalke: Squashed 'src/crc32c/' changes from b5ef9be675..0d624261ef
<bitcoin-git> bitcoin/master fac1c13 MarcoFalke: Update crc32c subtree
<bitcoin-git> bitcoin/master bd40cd8 fanquake: Merge bitcoin/bitcoin#23133: Update crc32c subtree
<bitcoin-git> [bitcoin] laanwj merged pull request #23130: doc: Revert "Remove outdated comments" and place comment correctly (master...210929-revert) https://github.com/bitcoin/bitcoin/pull/23130
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80b4e8fb87a2...dbbb7fbcc02e
<bitcoin-git> bitcoin/master 8ff3743 Hennadii Stepanov: Revert "doc: Remove outdated comments"
<bitcoin-git> bitcoin/master dbbb7fb W. J. van der Laan: Merge bitcoin/bitcoin#23130: doc: Revert "Remove outdated comments" and pl...
<bitcoin-git> [bitcoin] laanwj merged pull request #23112: wallet: enable SQLite extended result codes (master...202109-wallet-enable_sqlite_extended_result_codes) https://github.com/bitcoin/bitcoin/pull/23112
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/81e7748bc18a...80b4e8fb87a2
<bitcoin-git> bitcoin/master 90be29c Sebastian Falbesoner: wallet: enable SQLite extended result codes
<bitcoin-git> bitcoin/master 80b4e8f W. J. van der Laan: Merge bitcoin/bitcoin#23112: wallet: enable SQLite extended result codes
<bitcoin-git> [gui] laanwj merged pull request #336: Do not exit and re-enter main event loop during shutdown (master...210516-loop) https://github.com/bitcoin-core/gui/pull/336
<bitcoin-git> bitcoin/master 13f6188 Hennadii Stepanov: qt: Add GUIUtil::ShowModalDialogAndDeleteOnClose
<bitcoin-git> [bitcoin] laanwj pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/f52929063f48...81e7748bc18a
<bitcoin-git> bitcoin/master 7830cd0 Hennadii Stepanov: qt, refactor: Keep OptionsDialog in the main event loop
<bitcoin-git> bitcoin/master 59f7ba4 Hennadii Stepanov: qt, refactor: Keep CoinControlDialog in the main event loop
<vasild> in case anybody is curious how many incoming connections his node is getting (and lazy to type wretched bash commands), assuming debug=net is switched off on the node: bitcoin-cli logging '["net"]' && sleep 3600 && bitcoin-cli logging '[]' '["net"]'
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69a66dcd0dac...f52929063f48
<bitcoin-git> bitcoin/master f529290 Hennadii Stepanov: Merge bitcoin-core/gui#439: Do not show unused widgets at startup
<bitcoin-git> bitcoin/master 489060d Hennadii Stepanov: qt: Do not show unused widgets at startup
<vasild> laanwj: right, a "node" victim.com:80 that never speaks bitcoin p2p would propagate less and fall out of addrmans. So a rate from a well propagated real bitcoin node with public ipv4 address and port 80 would give an upper bound. If that is not high enough to be considered as a dos attack, then a lower number will also not be.
<gribble> https://github.com/bitcoin/bitcoin/issues/23136 | test: update fee rate assertion helper in the functional test framework by jonatack · Pull Request #23136 · bitcoin/bitcoin · GitHub
<jarolrod> fanquake: please delete these comments https://github.com/bitcoin-core/gui/pull/437#issuecomment-930703150
<bitcoin-git> [bitcoin] meshcollider opened pull request #23142: Return false on corrupt tx rather than asserting (master...202109_no_assert_corruption) https://github.com/bitcoin/bitcoin/pull/23142
<michaelfolkson> jawed: Happened on #bitcoin-dev channel. I'll send a summary and a conversation log to the mailing list
<bitcoin-git> [bitcoin] fanquake merged pull request #23126: doc: update developer docs for subtree renaming (master...document_subtree_renaming) https://github.com/bitcoin/bitcoin/pull/23126
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/419afa93419e...69a66dcd0dac
<bitcoin-git> bitcoin/master 69a66dc fanquake: Merge bitcoin/bitcoin#23126: doc: update developer docs for subtree renami...
<bitcoin-git> bitcoin/master 2b90eae fanquake: doc: update developer docs for subtree renaming
<bitcoin-git> [bitcoin] meshcollider opened pull request #23141: Fix intermitent failure in wallet_basic.py (master...202109_fix_test_rounding) https://github.com/bitcoin/bitcoin/pull/23141

2021-09-29

<gribble> https://github.com/bitcoin/bitcoin/issues/22949 | fee: Round up fee calculation to avoid a lower than expected feerate by achow101 · Pull Request #22949 · bitcoin/bitcoin · GitHub
<bitcoin-git> [gui] hebasto opened pull request #440: Do not require restart if overridden option is modified (master...210929-restart) https://github.com/bitcoin-core/gui/pull/440
<bitcoin-git> [bitcoin] sipa opened pull request #23140: Make CAddrman::Select_ select buckets, not positions, first (master...202109_addrmanbias) https://github.com/bitcoin/bitcoin/pull/23140
<bitcoin-git> [bitcoin] jonatack opened pull request #23139: rpc: fix "trusted" field in TransactionDescriptionString(), add coverage (master...fix-rpc-trusted-field-help) https://github.com/bitcoin/bitcoin/pull/23139
<bitcoin-git> [gui] hebasto opened pull request #439: Do not show unused widgets at startup (master...210929-hide) https://github.com/bitcoin-core/gui/pull/439
<hebasto> is bitcoin-git bot alive?
<andytoshi> achow101: in https://github.com/bitcoin/bitcoin/blob/master/test/functional/rpc_psbt.py#L279 (which was added in commit 43 of https://github.com/bitcoin/bitcoin/pull/16528 which i think was supposed to be basically a non-semantically-changing refactor of the test)
<gribble> https://github.com/bitcoin/bitcoin/issues/21464 | Mempool Update Cut-Through Optimization by JeremyRubin · Pull Request #21464 · bitcoin/bitcoin · GitHub
<jnewbery> vasild: I'd be very interested in seeing those stats as well. Your argument in https://github.com/bitcoin/bitcoin/issues/5150#issuecomment-853888909 that this isn't really a ddos vector seems reasonable to me and I'd like to see the data.
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23064: fuzz: Fix memory leak in system fuzz target (master...2109-fuzzMemLeakSys) https://github.com/bitcoin/bitcoin/pull/23064
<bitcoin-git> bitcoin/master aaaa37a MarcoFalke: fuzz: Fix memory leak in system fuzz target
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d83f9c1d19d...419afa93419e
<bitcoin-git> bitcoin/master 419afa9 MarcoFalke: Merge bitcoin/bitcoin#23064: fuzz: Fix memory leak in system fuzz target
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23137: Move-only: bloom to src/common (master...2109-srcCommon) https://github.com/bitcoin/bitcoin/pull/23137
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23115: bloom: use Span instead of std::vector for `insert` and `contains` (master...18985_rebased) https://github.com/bitcoin/bitcoin/pull/23115
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/829c441af2f0...8d83f9c1d19d
<bitcoin-git> bitcoin/master 10c6929 Samuel Dobson: Include vout when copying transaction ID from coin selection
<bitcoin-git> bitcoin/master 8d83f9c Hennadii Stepanov: Merge bitcoin-core/gui#436: Include vout when copying transaction ID from ...
<bitcoin-git> [gui] hebasto merged pull request #436: Include vout when copying transaction ID from coin selection (master...202109_coinselection_copy_vout) https://github.com/bitcoin-core/gui/pull/436
<bitcoin-git> [bitcoin] jonatack opened pull request #23136: test: update fee rate assertion helper in the functional test framework (master...update-assert_fee_amount) https://github.com/bitcoin/bitcoin/pull/23136
<bitcoin-git> bitcoin/master 2ba4ddf William Casarin: bloom: use Span instead of std::vector for `insert` and `contains`
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d648bbb0a790...829c441af2f0
<bitcoin-git> bitcoin/master f1ed1d3 fanquake: bloom: use constexpr where appropriate
<bitcoin-git> bitcoin/master a11da75 fanquake: bloom: cleanup includes
<vasild> I just enabled debug=net again to get recent data (thanks, jonatack for bitcoin-cli logging '["net"]', I wasn't aware of it (shame!))
<bitcoin-git> [bitcoin] brunoerg opened pull request #23135: test: Use asset_equal utils where possible in feature_nulldummy (master...2021-09-assert_equal) https://github.com/bitcoin/bitcoin/pull/23135
<sipa> vasild: interesting... mostly non-bitcoin core nodes i assume?
<jonatack> or if the node is already running, then: bitcoin-cli logging '["net"]'
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23133: Update crc32c subtree (master...2109-subtreeCrc32c) https://github.com/bitcoin/bitcoin/pull/23133
<bitcoin-git> [bitcoin] jonatack closed pull request #20391: wallet: introduce setfeerate (an improved settxfee, in sat/vB) (master...setfeerate) https://github.com/bitcoin/bitcoin/pull/20391
<yanmaani> you need some notion of "X is and isn't bitcoin", right? as a purely practical matter, what with consensus
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23132: test: * -> & (master...2109-testStarToAmpersand) https://github.com/bitcoin/bitcoin/pull/23132
<laanwj> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-core-dev was originally intended as a mailing list for bitcoin core development but there was no post on it for years, no one actually wants to use a mailing list for development, at some point it was changed to a notification-only list
<sipa> the bitcoin-dev mailing list is for bitcoin development in general; not for development of the bitcoin-core software implementation
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23124: Fix feature_segwit.py failure due to witness (master...202109_fix_feature_segwit) https://github.com/bitcoin/bitcoin/pull/23124
<Guest5751> Hmm, there is a mailing list for developers though: https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ba1a82e6083f...d648bbb0a790
<bitcoin-git> bitcoin/master b207971 Samuel Dobson: Fix feature_segwit failure due to witness
<bitcoin-git> bitcoin/master d648bbb MarcoFalke: Merge bitcoin/bitcoin#23124: Fix feature_segwit.py failure due to witness
<sipa> vasild: i just read that yesterday; i think at least historically, there is a different argument too... it's not so much the concern of an actually harmful Dos, but some the worry that some webserver say would suddenly get a bunch of incoming connections from bitcoin nodes, and risk that causing negative press or so
<bitcoin-git> [gui] hebasto closed pull request #157: Refactor P2PKH filtering, via AddressBookSortFilterProxyModel (master...gui_filter_p2pkh) https://github.com/bitcoin-core/gui/pull/157
<bitcoin-git> [bitcoin] naumenkogs closed pull request #18421: Periodically update DNS caches for better privacy of non-reachable nodes (master...2020_03_dns_cache_update) https://github.com/bitcoin/bitcoin/pull/18421
<bitcoin-git> [gui] hebasto merged pull request #430: Improvements to the open up transaction in third-party link action (master...3party-tx-links-cleanup) https://github.com/bitcoin-core/gui/pull/430
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ad47fb8b6461...ba1a82e6083f
<bitcoin-git> bitcoin/master 9980f4a Jarol Rodriguez: qt, refactor: simplify third-party tx url action through overload
<bitcoin-git> bitcoin/master a70a980 Jarol Rodriguez: qt: improve text for open third-party tx url action
<bitcoin-git> bitcoin/master 8177578 Jarol Rodriguez: qt: ensure seperator when adding third-party transaction links
<Guest5751> would be IPFS, which is starting to catch on. For the binaries themselves there’s already the option of downloading through torrents." Do you know if anyone is already hosting Bitcoin's source code on IPFS?
<bitcoin-git> bitcoin/master bd5c826 Sjors Provoost: gui: add RPC setting
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ccc4b9125ae4...ad47fb8b6461
<bitcoin-git> bitcoin/master ad47fb8 Hennadii Stepanov: Merge bitcoin-core/gui#416: Add RPC setting
<bitcoin-git> [gui] hebasto merged pull request #416: Add RPC setting (master...2021/09/rpc_setting) https://github.com/bitcoin-core/gui/pull/416
<bitcoin-git> [gui] hebasto merged pull request #345: Connection Type Translator Comments (master...connection-translator-comments) https://github.com/bitcoin-core/gui/pull/345
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33e31f8df920...ccc4b9125ae4
<bitcoin-git> bitcoin/master 4832737 Jarol Rodriguez: qt: connection type translator comments
<bitcoin-git> bitcoin/master ccc4b91 Hennadii Stepanov: Merge bitcoin-core/gui#345: Connection Type Translator Comments
<bitcoin-git> [bitcoin] hebasto opened pull request #23130: Revert "doc: Remove outdated comments" (master...210929-revert) https://github.com/bitcoin/bitcoin/pull/23130
<bitcoin-git> [bitcoin] dougEfresh opened pull request #23128: doc: Remove TODO 'exclude peers with download permission' (master...remove-todo-max-dl-permission) https://github.com/bitcoin/bitcoin/pull/23128
<bitcoin-git> [bitcoin] dougEfresh closed pull request #23109: net: Bypass increasing nMaxOutbound for peers with download permission (master...max_update_exclude_dl_perm) https://github.com/bitcoin/bitcoin/pull/23109
<bitcoin-git> [bitcoin] vincenzopalazzo opened pull request #23127: tests: Use test utils each time that it is possible (master...tests/use_testutils) https://github.com/bitcoin/bitcoin/pull/23127
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23079: test: use MiniWallet for p2p_filter.py (master...202109-test-use_MiniWallet_for_p2p_filter) https://github.com/bitcoin/bitcoin/pull/23079
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8daecf4d1d86...33e31f8df920
<bitcoin-git> bitcoin/master 6fc2cd3 Sebastian Falbesoner: test: introduce helper to create random P2WPKH scriptPubKeys
<bitcoin-git> bitcoin/master aa26797 Sebastian Falbesoner: test: MiniWallet: add `send_to` method to create arbitrary txouts
<bitcoin-git> bitcoin/master cfdb6ba Sebastian Falbesoner: test: use MiniWallet for p2p_filter.py
<bitcoin-git> [bitcoin] fanquake opened pull request #23126: doc: update developer docs for subtree renaming (master...document_subtree_renaming) https://github.com/bitcoin/bitcoin/pull/23126
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23108: ci: Enable extended tests on native Windows (master...2109-ciWin) https://github.com/bitcoin/bitcoin/pull/23108
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23120: test: Remove unused and confusing main parameter from script_util (master...2109-testCleanupScript) https://github.com/bitcoin/bitcoin/pull/23120
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d4ea7c7ef87...8daecf4d1d86
<bitcoin-git> bitcoin/master fa87230 MarcoFalke: ci: Enable extended tests on native Windows
<bitcoin-git> bitcoin/master 8daecf4 MarcoFalke: Merge bitcoin/bitcoin#23108: ci: Enable extended tests on native Windows
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3c776fdcec17...7d4ea7c7ef87
<bitcoin-git> bitcoin/master fa46768 MarcoFalke: test: Remove unused and confusing main parameter from script_util
<bitcoin-git> bitcoin/master 7d4ea7c MarcoFalke: Merge bitcoin/bitcoin#23120: test: Remove unused and confusing main parame...
<bitcoin-git> bitcoin/master fa54efd MarcoFalke: test: pep-8 touched test
<bitcoin-git> [bitcoin] meshcollider opened pull request #23124: Fix feature_segwit.py failure due to witness (master...202109_fix_feature_segwit) https://github.com/bitcoin/bitcoin/pull/23124
<bitcoin-git> [bitcoin] meshcollider opened pull request #23123: Remove `-rescan` startup parameter (master...202109_remove_rescan) https://github.com/bitcoin/bitcoin/pull/23123
<bitcoin-git> [bitcoin] fanquake merged pull request #23122: doc: Remove un-actionable TODO from chainparams.cpp (master...2109-docTodo) https://github.com/bitcoin/bitcoin/pull/23122

2021-09-28

<bitcoin-git> [bitcoin] mjdietzx closed pull request #23091: fuzz: fix checks on number of required sigs and keys in multisig scripts (master...fuzz_extract_destinations_bug_fix) https://github.com/bitcoin/bitcoin/pull/23091
<bitcoin-git> [bitcoin] meshcollider merged pull request #20591: wallet, bugfix: fix ComputeTimeSmart function during rescanning process. (master...fix-computetimesmart) https://github.com/bitcoin/bitcoin/pull/20591