< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/06dbbe76dd02...ffaac6e6142a
< bitcoin-git> bitcoin/master 1bc8d0f Sjors Provoost: [rpc] walletcreatefundedpsbt: allow inputs to be null
< bitcoin-git> bitcoin/master 2c2a144 Sjors Provoost: [rpc] add snake case aliases for transaction methods
< bitcoin-git> bitcoin/master 92326d8 Sjors Provoost: [rpc] add send method
< bitcoin-git> [bitcoin] meshcollider merged pull request #16378: The ultimate send RPC (master...2019/07/send) https://github.com/bitcoin/bitcoin/pull/16378
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ffaac6e6142a...5d5e335f9697
< bitcoin-git> bitcoin/master d110200 grubles: Add OpenBSD instructions for building the Qt GUI
< bitcoin-git> bitcoin/master 5d5e335 fanquake: Merge #19903: Update build-openbsd.md with GUI support
< bitcoin-git> [bitcoin] fanquake merged pull request #19903: Update build-openbsd.md with GUI support (master...update-openbsd-build-instructions) https://github.com/bitcoin/bitcoin/pull/19903
< bitcoin-git> [bitcoin] kallewoof opened pull request #19957: rpc: alias helper (master...202009-rpc-alias) https://github.com/bitcoin/bitcoin/pull/19957
< bitcoin-git> [bitcoin] fanquake closed pull request #19130: doc: make it easier to work out size of bloom filter (master...202005-bloom-doc) https://github.com/bitcoin/bitcoin/pull/19130
< * jonatack> seems hard to improve your network score as a tor v3 service when there's only one other out there you can connect to :D
< bitcoin-git> [bitcoin] fanquake closed pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git> [bitcoin] fanquake closed pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
< bitcoin-git> [bitcoin] hebasto closed pull request #19783: build, doc: Make explicit dependency of system zlib for building depends (master...200823-zlib) https://github.com/bitcoin/bitcoin/pull/19783
< bitcoin-git> [bitcoin] fanquake pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/5d5e335f9697...a33651866c86
< bitcoin-git> bitcoin/master 12242b1 Jon Atack: cli: create initial -netinfo option, NetinfoRequestHandler class
< bitcoin-git> bitcoin/master 54799b6 Jon Atack: cli: add ipv6 and onion address type detection helpers
< bitcoin-git> bitcoin/master a3653c1 Jon Atack: cli: tally peer connections by type
< bitcoin-git> [bitcoin] fanquake merged pull request #19643: Add -netinfo peer connections dashboard (master...netinfo) https://github.com/bitcoin/bitcoin/pull/19643
< bitcoin-git> [bitcoin] naumenkogs opened pull request #19958: Rename feelers to probes (master...2020-09-rename-feeler-to-probe) https://github.com/bitcoin/bitcoin/pull/19958
< bitcoin-git> [bitcoin] naumenkogs closed pull request #19906: Bugfix: don't make collision from "tried" a feeler (master...2020-09-feeler-no-collisions) https://github.com/bitcoin/bitcoin/pull/19906
< vasild> ryanofsky: hebasto: the guy here https://reviews.llvm.org/D87629#2272676 suggests "If you want the assertion to exist in parallel to the Analysis and not influence it, don't annotate it at all." which seems like a good idea to me.
< gribble> https://github.com/bitcoin/bitcoin/issues/2272676 | HTTP Error 404: Not Found
< vasild> To decouple the runtime assert with compile time checks and not have them mess with each other.
< vasild> s/with/from/
< vasild> what do you think?
< bitcoin-git> [bitcoin] fanquake closed pull request #18728: GUI: Enable changing the autoprune block space size in intro dialog (master...intro_prune_size) https://github.com/bitcoin/bitcoin/pull/18728
< bitcoin-git> [bitcoin] fanquake closed pull request #18897: qt: Handle exceptions instead of crash (master...200506-slot-ex) https://github.com/bitcoin/bitcoin/pull/18897
< fanquake> Review beg #19558. Would be nice (for me) to get that in before any more fuzzing harnesses are merged.
< gribble> https://github.com/bitcoin/bitcoin/issues/19558 | build: split pthread flags out of ldflags and dont use when building libconsensus by fanquake · Pull Request #19558 · bitcoin/bitcoin · GitHub
< tryphe> Currently, while making a non-manual transaction, it is not possible to persistently discriminate against combining dust inputs under a certain satoshi threshold. 'lockunspent' works, but only as an in-memory solution, and is tedious. Coin selection works, but it's semi-cumbersome and users might forget to use it over time. This allows users to be tracked trivially by unintentionally combining dust inputs from attackers with inputs from
< tryphe> other keys.
< tryphe> my question is, would it be a good idea to modify IsMine() in wallet/pubkeyscriptman, and create a daemon argument like '-mininput <satoshi threshold>', ex. '-mininput 0.001', or is there a simpler way to achieve this? and if it's a good idea, what would be the best way to approach this, given that there's a legacy function, and a modern function?
< tryphe> motivation: raise the resource requirements of these attackers
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a33651866c86...48a9968e5085
< bitcoin-git> bitcoin/master afecde8 fanquake: build: add PTHREAD_LIBS to LDFLAGS configure output
< bitcoin-git> bitcoin/master 68e3e22 fanquake: scripted-diff: add FUZZ_SUITE_LDFLAGS_COMMON
< bitcoin-git> bitcoin/master 15c27c4 fanquake: build: split PTHREAD_* flags out of AM_LDFLAGS
< bitcoin-git> [bitcoin] laanwj merged pull request #19558: build: split pthread flags out of ldflags and dont use when building libconsensus (master...split_out_pthread_flags) https://github.com/bitcoin/bitcoin/pull/19558
< fanquake> kallewoof: legend
< wumpus> sipa: thanks for reminding me, I got frustrated at the linter script and then forgot about it :)
< wumpus> it's always a last step, copy and upload release notes everywhere, oh-- bitcoin.org travis fails on them with some terse error message
< wumpus> the suggested changes actually make sense in this case (nested #..., double `))` ) but I wish the error messages were more clear
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/48a9968e5085...62e3eb988893
< bitcoin-git> bitcoin/master 916d359 Luke Dashjr: help: Generate checkpoint height from chainparams
< bitcoin-git> bitcoin/master 62e3eb9 Wladimir J. van der Laan: Merge #19241: help: Generate checkpoint height from chainparams
< bitcoin-git> [bitcoin] laanwj merged pull request #19241: help: Generate checkpoint height from chainparams (master...help_checkpoint_num) https://github.com/bitcoin/bitcoin/pull/19241
< kallewoof> There's a nice number of tACKS/ACKs on the Signet PR, FWIW: https://github.com/bitcoin/bitcoin/pull/18267
< bitcoin-git> [bitcoin] fanquake opened pull request #19959: build: patch qt libpng to fix powerpc build (master...powerpc_libpng_qt) https://github.com/bitcoin/bitcoin/pull/19959
< ariard> #19871 might be ready, unless someone familiar with eviction protection wants to have a look
< gribble> https://github.com/bitcoin/bitcoin/issues/19871 | doc: Clarify scope of eviction protection of outbound block-relay peers by ariard · Pull Request #19871 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery closed pull request #19093: RPC: Return transaction fee from testmempoolaccept (master...fee-trial3) https://github.com/bitcoin/bitcoin/pull/19093
< jonatack> #proposedmeetingtopic torv2->torv3 transition, schedule, process
< provoostenator> FYI I received an invite to order Apple's Universal App Quick Start Program, for their new ARM stuff. But I declined it.
< provoostenator> Partly because I don't have time to try complicated compiler stuff in the near future. But also because the license is totally not open source compatible.
< provoostenator> You basically can't talk about it.
< provoostenator> But if anyone wants to try in secret: https://developer.apple.com/programs/universal/
< bitcoin-git> [bitcoin] mzumsande closed pull request #19794: p2p: Remove fGetAddr flag (master...202008_rm_fgetaddr) https://github.com/bitcoin/bitcoin/pull/19794
< sipa> i'm skeptical that they'll be able to keep much about it secret for long
< bitcoin-git> [bitcoin] sipsorcery opened pull request #19960: WIP: The vcpkg tool has introduced a proper way to use manifests (master...vcpkg_manifest) https://github.com/bitcoin/bitcoin/pull/19960
< abyssangel> hello fellow bitcoiners! :)
< wumpus> i have a node reachable through torv3 as well now: rp7k2go3s5lyj3fnj6zn62ktarlrsft2ohlsxkyd7v3e3idqyptvread.onion:8333<
< wumpus> abyssangel: hello!
< sipa> wumpus: nice
< jonatack> yay!
< abyssangel> ;)
< wumpus> and another: esorot4j7z32pr7fm62pjgqhm2g5a26aaucesohjcy3csjewgmrvvmyd.onion:8333 (still catching up)
< bitcoin-git> [bitcoin] fanquake reopened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/62e3eb988893...1c4f59728c35
< bitcoin-git> bitcoin/master cb79b9d Amiti Uttarwar: [mempool] Revert unbroadcast set to tracking just txid
< bitcoin-git> bitcoin/master fc66d0a Adam Jonas: [p2p] Check for nullptr before dereferencing pointer
< bitcoin-git> bitcoin/master 125c038 Amiti Uttarwar: [p2p] Remove dead code
< bitcoin-git> [bitcoin] fanquake merged pull request #19879: [p2p] miscellaneous wtxid followups (master...2020-08-wtxid-unbroadcast-followups) https://github.com/bitcoin/bitcoin/pull/19879