< amiti>
is the core reasoning to prevent the sorta attack mentioned in this comment: https://github.com/bitcoin/bitcoin/pull/21224#issuecomment-781741925, where a peer who sends a valid txn that activates lots of invalid orphans would take up our CPU time instead of the one who will eventually be punished?
< jnewbery>
my last proposal was to move orphan reprocessing to a global work queue: ttps://github.com/bitcoin/bitcoin/pull/19364 , but moving it to the work queue of the peer who sent it also seems fine
< linkrage>
Hi, I've just compiled bitcoin-0.8.6 from source on Ubuntu 14.04 (on purpose). It doesn't build bitcoin-cli and looks like that's on purpose ? How dow I communicate with bitcoind to set a passphrase on wallet etc. - curl only ?
< bitcoin-git>
[bitcoin] fanquake merged pull request #21078: guix: only download sources for hosts being built (master...guix_selective_download) https://github.com/bitcoin/bitcoin/pull/21078
< bitcoin-git>
bitcoin/master 3371758 fanquake: Merge #21078: guix: only download sources for hosts being built
< bitcoin-git>
bitcoin/master a6a1b10 fanquake: guix: only download sources for hosts being built
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21263: doc: Clarify that squashing should happen before review (master...2102-docSquash) https://github.com/bitcoin/bitcoin/pull/21263
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21202: [validation] Two small clang lock annotation improvements (master...2021-02-locks) https://github.com/bitcoin/bitcoin/pull/21202
< bitcoin-git>
bitcoin/master 34d7030 MarcoFalke: Merge #21202: [validation] Two small clang lock annotation improvements
< bitcoin-git>
bitcoin/master 25c57d6 Amiti Uttarwar: [doc] Add a note about where lock annotations should go.
< bitcoin-git>
bitcoin/master ad5f01b Amiti Uttarwar: [validation] Move the lock annotation from function definition to declarat...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and manual peers (master...2101-netLogDisconnect) https://github.com/bitcoin/bitcoin/pull/20845
< bitcoin-git>
bitcoin/master 4b6ca4a MarcoFalke: Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except...
< bitcoin-git>
bitcoin/master fa55159 MarcoFalke: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and...
< bitcoin-git>
[gui] MarcoFalke merged pull request #206: Display fRelayTxes and bip152_highbandwidth_{to, from} in peer details (master...add-fields-to-peer-details) https://github.com/bitcoin-core/gui/pull/206
< wumpus>
i'm afraid as bitcoin gets more popular we're going to have to get used to a certain percentage of spam and nonsense PRs which are out of scopre of the project, let's leave it at that
2021-02-21
< michaelfolkson>
Regardless if there is no legal uncertainty with the bitcoin.org link we should probably just link to that. Or respond with a drafted statement to closed PRs to calm the anger
< luke-jr>
michaelfolkson: indeed, that's strictly abusive of Bitcoin and harms the entire network permanently.
< luke-jr>
michaelfolkson: shrug. I don't see any harm in a link to bitcoin.org, but it's also not worth fighting about if others disagree.
< michaelfolkson>
But if bitcoin.org is superior from a legal uncertainty perspective maybe we should add that? I'm not entirely sure what is going on behind the scenes with CSW nonsense and I'm certainly no legal expert
< luke-jr>
michaelfolkson: doesn't seem to be any basis for legal uncertainty if it's just a link, especially to bitcoin.org where Satoshi himself published it
< michaelfolkson>
"Thank you for your pull request to Bitcoin Core. We have received many similar pull requests to add a link to the white paper but due to legal uncertainty and in the interests of not taking up any more of reviewers' time we will be instantly closing any such pull requests."
< bitcoin-git>
[bitcoin] theStack reopened pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git>
[bitcoin] theStack closed pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git>
[bitcoin] fanquake opened pull request #21255: contrib: run test-symbol-check for RISC-V (master...riscv_test_symbol_check) https://github.com/bitcoin/bitcoin/pull/21255
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21254: test: Avoid connecting to real network when running tests (master...2102-testNoTelemetry) https://github.com/bitcoin/bitcoin/pull/21254
< wumpus>
i think what i need is a way to generate a *derived xpub* for a custom path in the wallet, i can do this with external tooling (e.g. darosior's bip32 python module), but afaik not from bitcoin core itself?
< wumpus>
PSA: the devwiki has been closed to bitcoin-core members only, if you require access to it please ask here to be added to the "wiki editors" or "frequent contributors" group (both give write access to the wiki)
< wumpus>
i'm sure there are some public block chain APIs you can use but that's very much off topic here #bitcoin for general questions
< wumpus>
michaelfolkson: though you're right that the dev wiki is noet the place for 'finalized' documentation, we have other places for that: the 'doc' folder in the repository for things directly related to e.g. RPC functionality, and https://github.com/bitcoin-core/docs for less tightly coupled docs
< wumpus>
michaelfolkson: also thanks for reminding me to set it to editable to bitcoin-core members only
< bitcoin-git>
[bitcoin] fyquah opened pull request #21245: rpc: Add level 3 verbosity to getblock RPC call. (master...verbosity-level-3-getblock) https://github.com/bitcoin/bitcoin/pull/21245
< bitcoin-git>
[bitcoin] kiminuo opened pull request #21244: GetDataDir: Accept ArgsManager as a parameter. (master...feature/2021-02-get-data-dir-args) https://github.com/bitcoin/bitcoin/pull/21244
< MarcoFalke>
PSA. I am tracking non-exploitable (and exploitable) issues on https://github.com/bitcoin-core/bitcoin-devwiki/wiki/Fuzz-Trophies-(vulnerabilities) both for transparency and for our own benefit to understand the usefulness of fuzzing. This will hopefully help us to deploy new fuzzing resources more educated and with more impact.
< sipa>
this channel is about development of bitcoin core
< Abrax>
its bitcoin.com
< copumpkin>
given who owns bitcoin.com, I'm not sure folks in here are terribly interested
< Abrax>
irc.bitcoin.com
< Abrax>
bitcoin has an official irc server now
< bitcoin-git>
[bitcoin] dongcarl opened pull request #21239: guix: Add codesigning support for osx+win (master...2021-01-guix-win-sign) https://github.com/bitcoin/bitcoin/pull/21239
< 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] 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
< bitcoin-git>
bitcoin/master c46fe4d Wladimir J. van der Laan: Merge #21088: guix: Jump forwards in time-machine and adapt
< bitcoin-git>
bitcoin/master d02076b Carl Dong: guix: Jump forwards in time-machine and adapt
< bitcoin-git>
bitcoin/master f8ca8c5 Carl Dong: guix: Supply --keep-failed for debugging
< 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] 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>
[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>
[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] 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>
bitcoin/master 3a2d5bf Samuel Dobson: Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys d...
< bitcoin-git>
bitcoin/master 6bfbc97 Jon Atack: test: disallow sendtoaddress/sendmany when private keys disabled
< bitcoin-git>
bitcoin/master 0997019 Andrew Chow: Disallow sendtoaddress and sendmany when private keys disabled
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #21228: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< michaelfolkson>
I'd like to make clear that multiple Bitcoin Core contributors effectively NACKed lot=true in the meeting and as far as I could make out only one Bitcoin Core contributor effectively NACKed lot=false
< bitcoin-git>
[bitcoin] fanquake closed pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< luke-jr>
sdaftuar: to implement a protocol distinct from what the Bitcoin community defines for Bitcoin would constitute ceasing to be a Bitcoin implementation
< bitcoin-git>
[bitcoin] antanst opened pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< bitcoin-git>
[bitcoin] jonatack closed pull request #21181: p2p: if no anchors.dat file, log a message instead of an error (master...log-message-instead-of-error-if-missing-anchors) https://github.com/bitcoin/bitcoin/pull/21181
< bitcoin-git>
[bitcoin] ariard opened pull request #21224: [p2p] Halt processing of unrequested transactions (master...2021-02-halt-processing-unrequested) https://github.com/bitcoin/bitcoin/pull/21224
< bitcoin-git>
[bitcoin] laanwj merged pull request #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git>
bitcoin/master b805dbb Wladimir J. van der Laan: Merge #19809: log: Prefix log messages with function name and source code ...
< bitcoin-git>
bitcoin/master b4511e2 practicalswift: log: Prefix log messages with function name if -logsourcelocations is set
< bitcoin-git>
[bitcoin] vasild opened pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21222: log: Clarify log message when file does not exist (master...2102-logFile) https://github.com/bitcoin/bitcoin/pull/21222
< jonasschnelli>
meshcollider: just add "githubmerge.pushmirrors=git@github.com:bitcoin-core/gui.git" to your git config (the merge script will pick this up)