< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a267057617a...d2f6d2976f50
< bitcoin-git> bitcoin/master 34b04ee Hennadii Stepanov: refactor: Add TSA annotations to the WorkQueue class members
< bitcoin-git> bitcoin/master d2f6d29 MarcoFalke: Merge bitcoin/bitcoin#21895: refactor: Add TSA annotations to the WorkQueu...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21895: refactor: Add TSA annotations to the WorkQueue class members (master...210509-tsa) https://github.com/bitcoin/bitcoin/pull/21895
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21909: fuzz: Limit max insertions in timedata fuzz test (master...2105-fuzzMedian) https://github.com/bitcoin/bitcoin/pull/21909
< bitcoin-git> [bitcoin] t-bast opened pull request #21910: refactor: remove redundant fOnlySafe argument (master...refactor-fonlysafe) https://github.com/bitcoin/bitcoin/pull/21910
< bitcoin-git> [bitcoin] Sjors opened pull request #21911: build: add configure~ to .gitignore (master...2021/05/configure) https://github.com/bitcoin/bitcoin/pull/21911
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d2f6d2976f50...39e306009b74
< bitcoin-git> bitcoin/master 4f0ae47 Hennadii Stepanov: qt: Untie irrelevant signal-slot parameters
< bitcoin-git> bitcoin/master d2cc339 Hennadii Stepanov: qt, refactor: Drop redundant history cleaning in RPC console
< bitcoin-git> bitcoin/master 7962e0d Hennadii Stepanov: qt: Do not clear console prompt when font resizing
< bitcoin-git> [gui] laanwj merged pull request #271: Don't clear console prompt when font resizing (master...dont-clear-console) https://github.com/bitcoin-core/gui/pull/271
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21912: doc: Remove mention of priority estimation (master...2105-docFeeEst) https://github.com/bitcoin/bitcoin/pull/21912
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/39e306009b74...94f83534e4b7
< bitcoin-git> bitcoin/master fa83e95 MarcoFalke: scripted-diff: Clarify that feerates are per virtual size
< bitcoin-git> bitcoin/master fae1961 MarcoFalke: doc: Clarify that feerates are per virtual size
< bitcoin-git> bitcoin/master 94f8353 MarcoFalke: Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual si...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21752: doc: Clarify that feerates are per virtual size (master...2104-docFee) https://github.com/bitcoin/bitcoin/pull/21752
< bitcoin-git> [bitcoin] jonatack closed pull request #21439: test: add -daemon and -daemonwait config arg tests (master...daemon-tests) https://github.com/bitcoin/bitcoin/pull/21439
< bitcoin-git> [bitcoin] jonatack closed pull request #20729: p2p: standardize outbound full/block relay connection type naming (master...outbound-connection-type-naming) https://github.com/bitcoin/bitcoin/pull/20729
< bitcoin-git> [bitcoin] jonatack closed pull request #21644: p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() (master...NetPermissionFlags-noban-bugfix) https://github.com/bitcoin/bitcoin/pull/21644
< bitcoin-git> [bitcoin] kallewoof opened pull request #21913: rpc: RPCHelpMan fixes (master...202104-rpchelpman-fixes2) https://github.com/bitcoin/bitcoin/pull/21913
< bitcoin-git> [bitcoin] jonatack closed pull request #21506: p2p, refactor: make NetPermissionFlags an enum class (master...NetPermissionFlags-enum-class) https://github.com/bitcoin/bitcoin/pull/21506
< bitcoin-git> [bitcoin] jonatack closed pull request #21690: test: use higher value and per-platform assert in cnetaddr link-local test (master...cnetaddr-link-local-test) https://github.com/bitcoin/bitcoin/pull/21690
< jonatack> note that the bugfix PR was the second one opened for this issue, had 3 acks, was a blocker for two other PRs (one to make NetPermissions an enum class and one to remove the multi-bit flags), and i thought it should be backported to 0.21.x
< wumpus> was there anything blocking #21644 from being merged?
< gribble> https://github.com/bitcoin/bitcoin/issues/21644 | p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() by jonatack · Pull Request #21644 · bitcoin/bitcoin · GitHub
< kallewoof> I'll review #21644 now, FWIW
< gribble> https://github.com/bitcoin/bitcoin/issues/21644 | p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() by jonatack · Pull Request #21644 · bitcoin/bitcoin · GitHub
< jonatack> wumpus: imo no but this is a situation i still haven't figured out, e.g. is there silent opposition, lack of time, or it got lost in the stack
< jonatack> was just cleaning things up before starting five weeks of seminars
< jonatack> kallewoof: (thanks)
< wumpus> jonatack: most likely the latter, i mean, it seems impossible to keep on top of the whole stack of PRs, it's good to remind maintainers if something seems like it should be merged but isn't
< hebasto> was ever "silent opposition" a thing in this project?
< wumpus> not seeing any opposition so let's reopen 21644 and merge i'd say
< wumpus> hebasto: if itis, definitely not for non-controversial bugfixes
< wumpus> i could imagine it in one case: say, a PR for something that has been discussed to death many times since 2011, and everyone is just tired arguing about it again
< wumpus> but anyhow not the case here, or often
< jonatack> i could imagine ppl looking at it and thinking, "hm yes but maybe better first to remove the multiflag instead but i don't have time right now, will get back to it" etc
< jonatack> e.g. order-of-changes or something
< jonatack> + everyone is busy + deep stack, yes
< kallewoof> feel free to ping me when you get stuck on PRs lacking reviews... Work keeps me busy enough to not really be a big contributor at the moment, but I enjoy taking a break and reviewing stuff sometimes. (unless it goes over my head, then sorry, find someone smarter :P)
< bitcoin-git> [bitcoin] jonatack reopened pull request #21644: p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() (master...NetPermissionFlags-noban-bugfix) https://github.com/bitcoin/bitcoin/pull/21644
< wumpus> as for #21690, i think having the test depend on local networking configuration is a drawback, though not necessarily prohibitive; some tests necessarily involve interfacing with the operating system, might want to keep them separated from pure utility function tests
< gribble> https://github.com/bitcoin/bitcoin/issues/21690 | test: use higher value and per-platform assert in cnetaddr link-local test by jonatack · Pull Request #21690 · bitcoin/bitcoin · GitHub
< jonatack> yes, my understanding is the 32 suffix was just set a bit too low to avoid some local configs when the CI was updated (cirrus), higher value worth giving a try
< bitcoin-git> [bitcoin] vasild opened pull request #21914: net: use stronger AddLocal() for our I2P address (master...i2p_local) https://github.com/bitcoin/bitcoin/pull/21914
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/94f83534e4b7...e175a20769b5
< bitcoin-git> bitcoin/master dde69f2 Jon Atack: p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind()
< bitcoin-git> bitcoin/master 4e0d578 Jon Atack: test: add net permissions noban/download unit test coverage
< bitcoin-git> bitcoin/master 36fb036 Jon Atack: p2p: allow NetPermissions::ClearFlag() only with PF_ISIMPLICIT
< bitcoin-git> [bitcoin] laanwj merged pull request #21644: p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind() (master...NetPermissionFlags-noban-bugfix) https://github.com/bitcoin/bitcoin/pull/21644
< wumpus> fanquake: i think you mistagged #21912 :)
< gribble> https://github.com/bitcoin/bitcoin/issues/21912 | doc: Remove mention of priority estimation by MarcoFalke · Pull Request #21912 · bitcoin/bitcoin · GitHub
< jonatack> kallewoof: thanks!
< fanquake> wumpus: yes thanks
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21920: build: improve macro for testing -latomic requirement (master...2105-buildAtomicLink) https://github.com/bitcoin/bitcoin/pull/21920
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21920: build: improve macro for testing -latomic requirement (master...2105-buildAtomicLink) https://github.com/bitcoin/bitcoin/pull/21920
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e175a20769b5...88dc09d75956
< bitcoin-git> bitcoin/master fa95555 MarcoFalke: fuzz: Limit max insertions in timedata fuzz test
< bitcoin-git> bitcoin/master 88dc09d MarcoFalke: Merge bitcoin/bitcoin#21909: fuzz: Limit max insertions in timedata fuzz t...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21909: fuzz: Limit max insertions in timedata fuzz test (master...2105-fuzzMedian) https://github.com/bitcoin/bitcoin/pull/21909
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88dc09d75956...f0a76b3dbc64
< bitcoin-git> bitcoin/master 99993f0 MarcoFalke: fuzz: Avoid excessively large min fee rate in tx_pool
< bitcoin-git> bitcoin/master f0a76b3 MarcoFalke: Merge bitcoin/bitcoin#21892: fuzz: Avoid excessively large min fee rate in...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21892: fuzz: Avoid excessively large min fee rate in tx_pool (master...2105-fuzzPool) https://github.com/bitcoin/bitcoin/pull/21892
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21922: fuzz: Avoid timeout in EncodeBase58 (master...2105-fuzzRpcTimeout) https://github.com/bitcoin/bitcoin/pull/21922
< yanmaani> Is there any reason for why the RPC hints use "\"something\": \"value\"" syntax instead of '"something": "value"'?
< sipa> example?
< achow101> is it expected that the fuzzer ci job times out?
< bitcoin-git> [gui] RandyMcMillan opened pull request #324: qt: peers-tab hide horizontal scroll bars (master...peers-tab-hide-scroll-bars) https://github.com/bitcoin-core/gui/pull/324
< dongcarl> default digest for osslsigncode is sha1... Would that be a problem? (we can specify sha2(56))