< 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/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/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)
< 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