< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b805dbb0b9c9...3a2d5bfeb38e
< bitcoin-git> bitcoin/master 0997019 Andrew Chow: Disallow sendtoaddress and sendmany when private keys disabled
< bitcoin-git> bitcoin/master 6bfbc97 Jon Atack: test: disallow sendtoaddress/sendmany when private keys disabled
< bitcoin-git> bitcoin/master 3a2d5bf Samuel Dobson: Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys d...
< bitcoin-git> [bitcoin] meshcollider merged pull request #21201: rpc: Disallow sendtoaddress and sendmany when private keys disabled (master...fix-sendmoney) https://github.com/bitcoin/bitcoin/pull/21201
< bitcoin-git> [gui] jarolrod opened pull request #213: qt: Add Copy Address Action to Payment Requests (master...add-copyaddress-requestedpayments) https://github.com/bitcoin-core/gui/pull/213
< bitcoin-git> [bitcoin] fyquah opened pull request #21231: Add /opt/homebrew to path to look for boost libraries (master...modify-boost-path-for-m1-macs) https://github.com/bitcoin/bitcoin/pull/21231
< bitcoin-git> [bitcoin] ali-ahari-hashemi opened pull request #21232: index: display specific error message when fatal index error occurs (master...2021/specific_indexerror_message) https://github.com/bitcoin/bitcoin/pull/21232
< bitcoin-git> [gui] jarolrod opened pull request #214: qt: Disable requests context menu actions when appropriate (master...disable-contextactions-novalue) https://github.com/bitcoin-core/gui/pull/214
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3a2d5bfeb38e...9f3ffa29389a
< bitcoin-git> bitcoin/master fae8f35 MarcoFalke: test: pep8 touched test
< bitcoin-git> bitcoin/master fab6995 MarcoFalke: test: Make test actually test something
< bitcoin-git> bitcoin/master fa24247 MarcoFalke: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21230
< bitcoin-git> [bitcoin] vasild closed pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git> [bitcoin] RonSherfey opened pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] fanquake closed pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9f3ffa29389a...04e01606e31b
< bitcoin-git> bitcoin/master cad8b52 fanquake: build: explicitly install libboost-dev package
< bitcoin-git> bitcoin/master c5da274 fanquake: build: actually stop configure if Boost isn't available
< bitcoin-git> bitcoin/master 04e0160 fanquake: Merge #21205: build: actually fail when Boost is missing
< bitcoin-git> [bitcoin] fanquake merged pull request #21205: build: actually fail when Boost is missing (master...actually_fail_when_boost_missing) https://github.com/bitcoin/bitcoin/pull/21205
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04e01606e31b...56fe4bb3c52e
< bitcoin-git> bitcoin/master 77772a1 MarcoFalke: doc: Rework internal and external links
< bitcoin-git> bitcoin/master 56fe4bb Wladimir J. van der Laan: Merge #21210: doc: Rework internal and external links
< bitcoin-git> [bitcoin] laanwj merged pull request #21210: doc: Rework internal and external links (master...2102-docLinks) https://github.com/bitcoin/bitcoin/pull/21210
< bitcoin-git> [bitcoin] fanquake closed pull request #20976: doc: fix broken link to whitepaper in README (master...fix-wp-link) https://github.com/bitcoin/bitcoin/pull/20976
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56fe4bb3c52e...f093310b2e18
< bitcoin-git> bitcoin/master bedb8d8 Jonas Schnelli: Avoid comparision of integers with different signs
< bitcoin-git> bitcoin/master f093310 fanquake: Merge #21228: test: Avoid comparision of integers with different signs
< bitcoin-git> [bitcoin] fanquake merged pull request #21228: test: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< ryanofsky> luke-jr: could you post an issue listing specific problems with guix? it would be good to sort out problems which are easy to fix from problems which are difficult to fix from problems (if any) which may be impossible to fix
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21235: p2p: Clarify disconnect log message in ProcessGetBlockData, remove send bool (master...2102-logDisconnect) https://github.com/bitcoin/bitcoin/pull/21235
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f093310b2e18...f1c2f619a687
< bitcoin-git> bitcoin/master 876ac3f John Newbery: [tools] Allow argument/parameter bin packing in clang-format
< bitcoin-git> bitcoin/master f1c2f61 MarcoFalke: Merge #21221: [tools] Allow argument/parameter bin packing in clang-format...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21221: [tools] Allow argument/parameter bin packing in clang-format (master...2021-02-bin-pack-args) https://github.com/bitcoin/bitcoin/pull/21221
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c2f619a687...6a680a6236e0
< bitcoin-git> bitcoin/master 56ace90 Dan Benjamin: Fix fuzz binary compilation under windows
< bitcoin-git> bitcoin/master 6a680a6 MarcoFalke: Merge #21226: build: Fix fuzz binary compilation under windows
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21226: build: Fix fuzz binary compilation under windows (master...compile-fuzz-binary-windows) https://github.com/bitcoin/bitcoin/pull/21226
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6a680a6236e0...09eb46c9430b
< bitcoin-git> bitcoin/master d21d2b2 John Newbery: [net] Change AdvertiseLocal to GetLocalAddrForPeer
< bitcoin-git> bitcoin/master 3e68efa John Newbery: [net] Move checks from GetLocalAddrForPeer to caller
< bitcoin-git> bitcoin/master 09eb46c MarcoFalke: Merge #21187: Net processing: Only call PushAddress() from net_processing
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21187: Net processing: Only call PushAddress() from net_processing (master...2021-02-getpeerlocaladdr) https://github.com/bitcoin/bitcoin/pull/21187
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09eb46c9430b...f1c339d452f8
< bitcoin-git> bitcoin/master 22220ef MarcoFalke: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> bitcoin/master f1c339d MarcoFalke: Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21211: test: Move P2WSH_OP_TRUE to shared test library (master...2102-testMoveScript) https://github.com/bitcoin/bitcoin/pull/21211
< bitcoin-git> [bitcoin] jnewbery opened pull request #21236: Net processing: Extract `addr` send functionality into MaybeSendAddr() (master...2021-02-maybe-send-addr) https://github.com/bitcoin/bitcoin/pull/21236
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c339d452f8...c46fe4d1073c
< bitcoin-git> bitcoin/master f8ca8c5 Carl Dong: guix: Supply --keep-failed for debugging
< bitcoin-git> bitcoin/master d02076b Carl Dong: guix: Jump forwards in time-machine and adapt
< bitcoin-git> bitcoin/master c46fe4d Wladimir J. van der Laan: Merge #21088: guix: Jump forwards in time-machine and adapt
< bitcoin-git> [bitcoin] laanwj merged pull request #21088: guix: Jump forwards in time-machine and adapt (master...2021-02-bump-time-machine) https://github.com/bitcoin/bitcoin/pull/21088
< darosior> achow101: could you give me a quick conceptual feedback on https://github.com/bitcoin/bitcoin/pull/20867 when you have a minute ? (pinging you since the bot did on the PR)
< bitcoin-git> [bitcoin] RonSherfey opened pull request #21237: edit 1 (master...master) https://github.com/bitcoin/bitcoin/pull/21237
< queip> by abandoning our unconfirmed TX1, and some time later creating TX2 to same recipient (with same or other addr), do we not create risk of some peer relaying TX1 which results in double-paying to the recipient, under some conditions (e.g. dest addr is other; other fee or selection algorithm resulting in picking other inputs)
< achow101> queip: yes. but if you use bumpfee, no
< sipa> queip: abandoning is a pretty drastic measure; you can only do it for transactions that are not in the mempool and can'
< sipa> it's a "pretend this tx never happened", so yes, that means it could lead to sending twice if it still somehow confirms