2020-08-28

< bitcoin-git> bitcoin/master 7b6d0f1 Raúl Martínez (RME): Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messa...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9632b7edc748...5edef20a65f0
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19827: init: Disallow negation of blockversion (master...2008-parseBoolBlockVersion) https://github.com/bitcoin/bitcoin/pull/19827
< bitcoin-git> [bitcoin] laanwj merged pull request #19739: refactor: remove c-string interfaces for DecodeBase58{Check} (master...20200811-util-remove-cstring-decodebase58) https://github.com/bitcoin/bitcoin/pull/19739
< bitcoin-git> bitcoin/master 9632b7e Wladimir J. van der Laan: Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}...
< bitcoin-git> bitcoin/master d3e8adf Sebastian Falbesoner: util: remove c-string interfaces for DecodeBase58{Check}
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22acd36d5365...9632b7edc748
< bitcoin-git> [bitcoin] laanwj merged pull request #19646: doc: Updated outdated help command for getblocktemplate (master...fix-outdated-getblocktemplate-help) https://github.com/bitcoin/bitcoin/pull/19646
< bitcoin-git> bitcoin/master 22acd36 Wladimir J. van der Laan: Merge #19646: doc: Updated outdated help command for getblocktemplate
< bitcoin-git> bitcoin/master c91b241 Jake Leventhal: Updated outdated help command for getblocktemplate (fixes #19625)
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1dac4dcf088f...22acd36d5365
< bitcoin-git> [bitcoin] fanquake merged pull request #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations (master...200818-tsa) https://github.com/bitcoin/bitcoin/pull/19758
< bitcoin-git> bitcoin/master 1dac4dc fanquake: Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR an...
< bitcoin-git> bitcoin/master 9034f6e Hennadii Stepanov: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4326515f01d7...1dac4dcf088f
< bitcoin-git> [bitcoin] promag opened pull request #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBalances (master...2020-08-getaddressbalances) https://github.com/bitcoin/bitcoin/pull/19828
< bitcoin-git> [bitcoin] fanquake merged pull request #19822: chain: Fix CChain comparison UB by removing it (it was unused) (master...2020-08-chain-comparison-UB) https://github.com/bitcoin/bitcoin/pull/19822
< bitcoin-git> bitcoin/master 4326515 fanquake: Merge #19822: chain: Fix CChain comparison UB by removing it (it was unuse...
< bitcoin-git> bitcoin/master df53688 Carl Dong: chain: Remove UB CChain comparison
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/862fde88be70...4326515f01d7
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19827: init: Disallow negation of blockversion (master...2008-parseBoolBlockVersion) https://github.com/bitcoin/bitcoin/pull/19827
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19826: Pass mempool reference to chainstate constructor (master...2008-valMemRef) https://github.com/bitcoin/bitcoin/pull/19826
< vasild> Has it been considered before importing an external library into bitcoin core as a git submodule?
< aj> oops, looking at rust-bitcoin and misread "macro_rules!" as "marco_rules!"
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19629: refactor: Keep mempool interface in validation (master...2007-nomem) https://github.com/bitcoin/bitcoin/pull/19629
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #19681: 0.19: Add txids with non-standard inputs to reject filter (0.19...2020-08-reject-unknown-wit-0.19) https://github.com/bitcoin/bitcoin/pull/19681
< bitcoin-git> bitcoin/0.19 aee9d23 Jonas Schnelli: Merge #19681: 0.19: Add txids with non-standard inputs to reject filter
< bitcoin-git> bitcoin/0.19 52c3bec Gregory Sanders: test addition of unknown segwit spends to txid reject filter
< bitcoin-git> bitcoin/0.19 2ea826c Suhas Daftuar: Add txids with non-standard inputs to reject filter
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/89a6bb924571...aee9d2306ad1
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19067: tests: Add fuzzing harness for CNode (master...fuzzers-2020-05-25) https://github.com/bitcoin/bitcoin/pull/19067
< bitcoin-git> bitcoin/master 862fde8 MarcoFalke: Merge #19067: tests: Add fuzzing harness for CNode
< bitcoin-git> bitcoin/master cc26fab practicalswift: tests: Add fuzzing harness for CNode
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/15886b08aa5f...862fde88be70
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18284: [0.19] scheduler: Workaround negative nsecs bug in boost's wait_until (0.19...wrkarnd_boost_wait_until) https://github.com/bitcoin/bitcoin/pull/18284
< bitcoin-git> bitcoin/0.19 89a6bb9 MarcoFalke: Merge #18284: [0.19] scheduler: Workaround negative nsecs bug in boost's w...
< bitcoin-git> bitcoin/0.19 ed0223e Luke Dashjr: scheduler: Workaround negative nsecs bug in boost's wait_until
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/28a9df7d76a6...89a6bb924571
< kallewoof> https://github.com/bitcoin/bitcoin/pull/18267/commits/cbb6f9439df8593c3aa52b56698788cc73108831 now tests OP_TRUE mining, and also submitblock checks the first 10 blocks in the current signet chain and also tries the first of those on a non-compatible (different challenge) signet chain.
< aj> kallewoof: https://github.com/ajtowns/bitcoin/commit/33b01c42be9e4635c9f590c65d6c2873b0b0f8be allows you to set `-signet_blockscript=51` and then just pretend you're on regtest (except for difficulty)
< kallewoof> so, the mining stuff is a bit of a work in progress, but AJ is making a follow-up pull request on top of the current one, which has mining in it. the current miner I use on my end is this: https://github.com/kallewoof/bitcoin/tree/202008-signet-ajkey-scripts
< bitcoin-git> [bitcoin] fanquake closed pull request #19009: Print "verifychain" progress every 1 step if user verifies whole blockchain. (master...patch-3) https://github.com/bitcoin/bitcoin/pull/19009

2020-08-27

< bitcoin-git> [bitcoin] dhruv opened pull request #19825: rpc: simplify setban and consolidate BanMan functions (master...consolidate-ban-functions) https://github.com/bitcoin/bitcoin/pull/19825
< yanmaani> How do I build bitcoin using depends/ bdb4.8 but system qt / boost / whatever?
< gribble> https://github.com/bitcoin/bitcoin/issues/18836 | wallet: upgradewallet fixes and additional tests by achow101 · Pull Request #18836 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19455 | rpc generate: print useful help and error message by jonatack · Pull Request #19455 · bitcoin/bitcoin · GitHub
< wumpus> in any case, in including the tools in bitcoin core's repo (+tests) should imo not be a requirement for this PR
< MarcoFalke> jeremyrubin: I'd say Bitcoin Core is the wrong place to add contrib tools for the signet maintainers.
< jonasschnelli> #topic Status of signet implementation in Bitcoin Core (MarcoFalke)
< gribble> https://github.com/bitcoin/bitcoin/issues/19806 | validation: UTXO snapshot activation by jamesob · Pull Request #19806 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19033 | http: Release work queue after event base finish by promag · Pull Request #19033 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19033 | http: Release work queue after event base finish by promag · Pull Request #19033 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18284 | [0.19] scheduler: Workaround negative nsecs bug in boosts wait_until by luke-jr · Pull Request #18284 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< MarcoFalke> though, there is still some tagged for backport: https://github.com/bitcoin/bitcoin/issues?q=label%3A%22Needs+backport+%280.19%29%22
< gribble> https://github.com/bitcoin/bitcoin/issues/19629 | refactor: Keep mempool interface in validation by MarcoFalke · Pull Request #19629 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19717 | rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining,zmq,rpcdump) by MarcoFalke · Pull Request #19717 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] Z5483 opened pull request #19823: WIP: ci: check if scripted diff is using BSD sed syntax (master...master) https://github.com/bitcoin/bitcoin/pull/19823
< vasild> wumpus: not yet next PR to review, it would have been the next commit in https://github.com/bitcoin/bitcoin/pull/19031 but when I looked at it again I realized we can't to CNetAddr::ToString() of a TORv3 and this is where the sha3-256 came. I almost integrated some of the files from crypto++, they are in the public domain. I hope to be able to open a PR tomorrow.
< Bullit> wumpus: the Bitcoin QT crashes at startup, I do not see an opportunity to go into console without seeing my wallet first
< bitcoin-git> bitcoin/master 15886b0 MarcoFalke: Merge bitcoin-core/gui#40: Clarify block height label
< bitcoin-git> bitcoin/master b6dcc6d Hennadii Stepanov: gui: Clarify block height label
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b987e657cda9...15886b08aa5f
< wumpus> it's well known that bitcoin is one of the heaviest things to run and and excellent CPU burn in test, any subpar hardware will fail on it, I'd suggest you get better hardware first
< Bullit> jonasschneli: the data directory is on my NAS, downloading and verifying of the blocks gave no problem, but in a Heavy Youtube about British Parliament bitcoin suddenly crashed
< Bullit> I ran Bitcoin QT 0.18 on a Linux laptop, which failed early august during the heat, I then installed Bitcoin QT 0.20 on this Windows machine
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19169: rpc: Validate provided keys for query_options parameter in listunspent (master...bitcoin-validate-keys-listunspent) https://github.com/bitcoin/bitcoin/pull/19169
< bitcoin-git> bitcoin/master b987e65 MarcoFalke: Merge #19169: rpc: Validate provided keys for query_options parameter in l...
< bitcoin-git> bitcoin/master a99a3c0 pasta: rpc: Validate provided keys for query_options parameter in listunspent
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91af7ef831d3...b987e657cda9
< Bullit> jonasschnelli: A small load on my mouse pointer, and sudden crash, no error log, I am using Windows 10 (15 years experience) I have bitcoin QT 0.20, in the log it says QT 5.9.8
< bitcoin-git> [bitcoin] dongcarl opened pull request #19822: chain: Fix CChain comparison UB (master...2020-08-chain-comparison-UB) https://github.com/bitcoin/bitcoin/pull/19822
< Bullit> nope Bitcoin QT still fails to load into full blockchain
< Bullit> Bitcoin QT keeps closing at startup, it crashed suddenly during a youtube, i restarted my computer now Bitcoin QT does not proceed further then blockindex
< gribble> https://github.com/bitcoin/bitcoin/issues/8740 | net: No longer send local address in addrMe by laanwj · Pull Request #8740 · bitcoin/bitcoin · GitHub
< MarcoFalke> #proposedmeetingtopic Status of signet implementation in Bitcoin Core
< MarcoFalke> #proposedmeetingtopic Status of 0.19 minor release https://github.com/bitcoin/bitcoin/issues?q=label%3A%22Needs+backport+%280.19%29%22+is%3Aclosed
< gribble> https://github.com/bitcoin/bitcoin/issues/19628 | net: change CNetAddr::ip to have flexible size by vasild · Pull Request #19628 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19289: wallet: GetWalletTx and IsMine require cs_wallet lock (master...2020-06-wallet-less-locks) https://github.com/bitcoin/bitcoin/pull/19289
< bitcoin-git> bitcoin/master b8405b8 João Barbosa: wallet: IsChange requires cs_wallet lock
< bitcoin-git> bitcoin/master a13cafc João Barbosa: wallet: GetWalletTx requires cs_wallet lock
< bitcoin-git> bitcoin/master d8441f3 João Barbosa: wallet: IsMine overloads require cs_wallet lock
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2562d5d23863...91af7ef831d3
< bitcoin-git> [bitcoin] fanquake closed pull request #19700: wallet: Replace -zapwallettxes with wallet tool command (master...zapwallettxes-wallettool) https://github.com/bitcoin/bitcoin/pull/19700
< vasild> https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki#Appendix_B_Tor_v3_address_encoding -- I guess another option would be to send PUBKEY+CHECKSUM instead of just PUBKEY and never calculate the checksum, if adding sha3-256 would be undesirable
< bitcoin-git> [bitcoin] S3RK closed pull request #19774: wallet: deactivate descriptor (master...wallet_deactivate_descriptor) https://github.com/bitcoin/bitcoin/pull/19774
< bitcoin-git> [bitcoin] jonatack opened pull request #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19818
< bitcoin-git> [bitcoin] fanquake opened pull request #19817: build: libtapi 1100.0.11 (master...libtapi_1100011) https://github.com/bitcoin/bitcoin/pull/19817
< bitcoin-git> [bitcoin] fanquake merged pull request #19761: build: improve sed robustness by not using sed (master...maximum_sed_robustness) https://github.com/bitcoin/bitcoin/pull/19761
< bitcoin-git> bitcoin/master 865cb23 fanquake: build: use patch rather than sed in fontconfig package
< bitcoin-git> bitcoin/master 335bd7f fanquake: build: use patch rather than sed in Boost package
< bitcoin-git> bitcoin/master f36140d fanquake: build: use patch rather than sed in bdb package
< bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/28f4e53e168f...2562d5d23863
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19816: test: Rename wait until helper to wait_until_helper (master...2008-testWaithelper) https://github.com/bitcoin/bitcoin/pull/19816
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19752: test: Update wait_until usage in tests not to use the one from utils (master...master) https://github.com/bitcoin/bitcoin/pull/19752
< bitcoin-git> bitcoin/master 28f4e53 MarcoFalke: Merge #19752: test: Update wait_until usage in tests not to use the one fr...
< bitcoin-git> bitcoin/master d841301 Seleme Topuz: test: Add docstring to wait_until() in util.py to warn about its usage
< bitcoin-git> bitcoin/master 1343c86 Seleme Topuz: test: Update wait_until usage in tests not to use the one from utils
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/30568d3f1e23...28f4e53e168f
< jeremyrubin> Has anyone been able to build bitcoin on recent amazon linux?

2020-08-26

< bitcoin-git> [bitcoin] hebasto reopened pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] hebasto closed pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] practicalswift closed pull request #19074: tests: Use BasicTestingSetup to initialise fuzzing environment (master...fuzzers-2020-05-26) https://github.com/bitcoin/bitcoin/pull/19074
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19778: test: Fix intermittent issue in wallet_bumpfee (master...2008-testFix) https://github.com/bitcoin/bitcoin/pull/19778
< bitcoin-git> bitcoin/master 30568d3 MarcoFalke: Merge #19778: test: Fix intermittent issue in wallet_bumpfee
< bitcoin-git> bitcoin/master fafc9d5 MarcoFalke: test: Fix intermittent issue in wallet_bumpfee
< bitcoin-git> bitcoin/master fa347b2 MarcoFalke: test: Select at least the fee in wallet_bumpfee to avoid negative amounts
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/93ab136a33e4...30568d3f1e23
< jamesob> the circular dep is due to this block: https://github.com/jamesob/bitcoin/blob/82ad09bd205dfc4d8f21f17f6515ef73729c4a0d/src/node/coinstats.cpp#L67-L70 - so conceivably we could just pass in a `hash_to_height` function param. But this seems contorted. I think I'm more sympathetic to just folding the code into validation, since it'll be security critical under assumeutxo anyway.
< bitcoin-git> bitcoin/master 102abff Russell Yanofsky: gui: Replace interface::Node references with pointers
< bitcoin-git> bitcoin/master 91aced7 Russell Yanofsky: gui: Remove unused interfaces::Node references
< gribble> https://github.com/bitcoin/bitcoin/issues/19806 | validation: UTXO snapshot activation by jamesob · Pull Request #19806 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master e133631 Russell Yanofsky: gui: Partially revert #10244 gArgs and Params changes
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a12d9e5fd24a...93ab136a33e4
< bitcoin-git> [bitcoin] hebasto opened pull request #19813: util, ci: Hard code previous release tarball checksums (master...200826-gpg) https://github.com/bitcoin/bitcoin/pull/19813
< fanquake> I'm happy for it to join all the other *obscure* code in https://github.com/bitcoin/bitcoin/tree/master/src/crypto
< vasild> What would be the best approach to use SHA3-256 in Bitcoin Core?
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
< bitcoin-git> bitcoin/master a12d9e5 MarcoFalke: Merge #19687: refactor: make EncodeBase{32,64} consume Spans
< bitcoin-git> bitcoin/master e2aa1a5 Sebastian Falbesoner: util: make EncodeBase64 consume Spans
< bitcoin-git> bitcoin/master 2bc2071 Sebastian Falbesoner: util: make EncodeBase32 consume Spans
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e80e5b3e4f00...a12d9e5fd24a
< bitcoin-git> [bitcoin] fanquake merged pull request #19760: test: Remove confusing mininode terminology (master...2020-08-no-mininode) https://github.com/bitcoin/bitcoin/pull/19760
< bitcoin-git> bitcoin/master 5e8df33 John Newbery: test: resort imports
< bitcoin-git> bitcoin/master 85165d4 John Newbery: scripted-diff: Rename mininode to p2p
< bitcoin-git> bitcoin/master 9e2897d John Newbery: scripted-diff: Rename mininode_lock to p2p_lock
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6a2ba626852b...e80e5b3e4f00
< bitcoin-git> bitcoin/master fa9d590 MarcoFalke: scripted-diff: gArgs -> args
< bitcoin-git> [bitcoin] fanquake merged pull request #19779: Remove gArgs global from init (master...2008-gArgs) https://github.com/bitcoin/bitcoin/pull/19779
< bitcoin-git> bitcoin/master fa33bc2 MarcoFalke: init: Capture copy of blocknotify setting for BlockNotifyCallback
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/92735e45badf...6a2ba626852b
< bitcoin-git> bitcoin/master fa40017 MarcoFalke: init: Pass reference to ArgsManager around instead of relying on global
< bitcoin-git> [bitcoin] fanquake merged pull request #19775: test: Activate segwit in TestChain100Setup (master...2008-testSegwit) https://github.com/bitcoin/bitcoin/pull/19775
< bitcoin-git> bitcoin/master fad84b7 MarcoFalke: test: Activate segwit in TestChain100Setup
< bitcoin-git> bitcoin/master fa11ff2 MarcoFalke: test: Pass empty tx pool to block assembler
< bitcoin-git> bitcoin/master fa96574 MarcoFalke: test: Move doxygen comment to header
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8d6224fefe01...92735e45badf
< kallewoof> Signet PR https://github.com/bitcoin/bitcoin/pull/18267 latest commit now has 1 approach ACK, 1 utACK, 2 test ACKs; more if you count older commits. Feels like more is needed for a merge, but good progress. Please review!

2020-08-25

< bitcoin-git> [bitcoin] practicalswift opened pull request #19809: log: Prefix log messages with function name if -logfunctionnames is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git> [bitcoin] jamesob opened pull request #19806: validation: UTXO snapshot activation (master...2020-08-au.activate) https://github.com/bitcoin/bitcoin/pull/19806
< aj> luke-jr: 129M for bitcoind, 163M for bitcoin-qt for me?
< luke-jr> bitcoin-qt up to 218 MB :o
< bitcoin-git> [bitcoin] achow101 opened pull request #19805: wallet: Avoid deserializing unused records when salvaging (master...avoid-salvage-deser) https://github.com/bitcoin/bitcoin/pull/19805
< bitcoin-git> [bitcoin] gzhao408 opened pull request #19804: test: remove confusing p2p property (master...test-p2p-property) https://github.com/bitcoin/bitcoin/pull/19804
< gribble> https://github.com/bitcoin/bitcoin/issues/14501 | Fix possible data race when committing block files by luke-jr · Pull Request #14501 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB (master...fix_fdatasync_check) https://github.com/bitcoin/bitcoin/pull/19803
< bitcoin-git> [bitcoin] vasild opened pull request #19802: doc: elaborate on release notes wrt netmasks (master...elaborate_netmasks_relnotes) https://github.com/bitcoin/bitcoin/pull/19802
< gribble> https://github.com/bitcoin/bitcoin/issues/19728 | Increase the ip address relay branching factor for unreachable networks by sipa · Pull Request #19728 · bitcoin/bitcoin · GitHub
< jonatack> lightlike: see also https://github.com/bitcoin/bitcoin/issues/19500 and #19670
< gribble> https://github.com/bitcoin/bitcoin/issues/19670 | Protect localhost and block-relay-only peers from eviction by sdaftuar · Pull Request #19670 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19731 | net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo by jonatack · Pull Request #19731 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19628: net: change CNetAddr::ip to have flexible size (master...make_CNetAddr_ip_flexible) https://github.com/bitcoin/bitcoin/pull/19628
< bitcoin-git> bitcoin/master 8d6224f MarcoFalke: Merge #19628: net: change CNetAddr::ip to have flexible size
< bitcoin-git> bitcoin/master 102867c Vasil Dimov: net: change CNetAddr::ip to have flexible size
< bitcoin-git> bitcoin/master 1ea57ad Vasil Dimov: net: don't accept non-left-contiguous netmasks
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f8462a6d2794...8d6224fefe01
< vasild> sdaftuar: I like to think that BIP155 addrv2 is just an implementation at this point (no design decisions to be made). However there are two PRs that are yet to be merged into BIP155: https://github.com/bitcoin/bips/pull/907 and https://github.com/bitcoin/bips/pull/967.
< gribble> https://github.com/bitcoin/bitcoin/issues/17428 | p2p: Try to preserve outbound block-relay-only connections during restart by hebasto · Pull Request #17428 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19628 | net: change CNetAddr::ip to have flexible size by vasild · Pull Request #19628 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19031 | Implement ADDRv2 support (part of BIP155) by vasild · Pull Request #19031 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17428 | p2p: Try to preserve outbound block-relay-only connections during restart by hebasto · Pull Request #17428 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19184 | Overhaul transaction request logic by sipa · Pull Request #19184 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19680 | 0.20: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19680 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19569 | Enable fetching of orphan parents from wtxid peers by sipa · Pull Request #19569 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19680 | 0.20: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19680 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19184 | Overhaul transaction request logic by sipa · Pull Request #19184 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19791 | [net processing] Move Misbehaving() to PeerManager by jnewbery · Pull Request #19791 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19107 | p2p: Move all header verification into the network layer, extend logging by troygiorshev · Pull Request #19107 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19509 | Per-Peer Message Logging by troygiorshev · Pull Request #19509 · bitcoin/bitcoin · GitHub
< aj> jnewbery: still working on a concrete proposal; code is at https://github.com/ajtowns/bitcoin/commits/signet-tr ; obviously subject to change
< aj> https://github.com/bitcoin/bitcoin/issues/19787 has some discussion, maybe missing some context though
< gribble> https://github.com/bitcoin/bitcoin/issues/19723 | Ignore unknown messages before VERACK by sdaftuar · Pull Request #19723 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16859 | Syncing headers with feeler-peers · Issue #16859 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19569 | Enable fetching of orphan parents from wtxid peers by sipa · Pull Request #19569 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17428 | p2p: Try to preserve outbound block-relay-only connections during restart by hebasto · Pull Request #17428 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17785 | p2p: Unify Send and Receive protocol versions by hebasto · Pull Request #17785 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18044 | Use wtxid for transaction relay by sdaftuar · Pull Request #18044 · bitcoin/bitcoin · GitHub
< jonatack> It's an extremely useful tool for anyone rrrrunning a node, particularly developerrrs and p2p reviewerrrs, and is completely encapsulated in a single class in bitcoin-cli.cpp that is both easy to maintain and easy to rrrip out in 2 minutes if no longer wanted
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18267 | BIP-325: Signet [consensus] by kallewoof · Pull Request #18267 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19628 | net: change CNetAddr::ip to have flexible size by vasild · Pull Request #19628 · bitcoin/bitcoin · GitHub
< jnewbery> #bitcoin-core-dev P2P Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] theStack opened pull request #19801: test: check for all possible OP_CLTV fail reasons in feature_cltv.py (BIP 65) (master...20200825-test-check-all-failure-reasons-for-CLTV) https://github.com/bitcoin/bitcoin/pull/19801
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19800: test: Mockwallet (master...2008-testMiniWallet) https://github.com/bitcoin/bitcoin/pull/19800
< bitcoin-git> [bitcoin] fanquake merged pull request #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071) (master...refactoring-hashers-2) https://github.com/bitcoin/bitcoin/pull/19601
< bitcoin-git> bitcoin/master 9ab4caf Jeremy Rubin: Refactor Get{Prevout,Sequence,Outputs}Hash to Get{Prevouts,Sequences,Outpu...
< bitcoin-git> bitcoin/master 6510d0f Jeremy Rubin: Add SHA256Uint256 helper functions
< bitcoin-git> bitcoin/master b475d7d Jeremy Rubin: Add single sha256 call to CHashWriter
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8e0f341779e1...f8462a6d2794
< jnewbery> jeremyrubin: sipa already has those commits in a branch he's PR'ed. Seems like an implicit ACK to me. Also: https://github.com/bitcoin/bitcoin/pull/19601#issuecomment-668785825
< gribble> https://github.com/bitcoin/bitcoin/issues/19601 | Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071) by JeremyRubin · Pull Request #19601 · bitcoin/bitcoin · GitHub
< fanquake> Also it seems that after rebasing some of the commits in 14501 need updating. i.e https://github.com/bitcoin/bitcoin/pull/14501/commits/f3f48e3ad0f18abcf7d8c77ede7156b9be8f1ecd mentions "__linux__ or __NetBSD__," and "the next commit", which are no-longer relevant.
< fanquake> I'm confused because you seem to have a similar patch in knots: https://github.com/bitcoinknots/bitcoin/commit/02577153ffc1bb09832853b7d4b513e21caf2628, but don't seem to have your patch (3a0c9b550cc5d59800ae294dbf65e3b65ebf6be6) from 14501.
< gribble> https://github.com/bitcoin/bitcoin/issues/19614 | util: use HAVE_FDATASYNC to determine fdatasync() use by fanquake · Pull Request #19614 · bitcoin/bitcoin · GitHub
< fanquake> luke-jr: It'd be great if you could explain how #19614 was "completely broken": https://github.com/bitcoin/bitcoin/pull/14501#issuecomment-677807196.
< bitcoin-git> [bitcoin] fanquake merged pull request #15704: Move Win32 defines to configure.ac to ensure they are globally defined (master...win32_defines_globally) https://github.com/bitcoin/bitcoin/pull/15704
< bitcoin-git> bitcoin/master 8e0f341 fanquake: Merge #15704: Move Win32 defines to configure.ac to ensure they are global...
< bitcoin-git> bitcoin/master 1ccb9f3 Luke Dashjr: Move Win32 defines to configure.ac to ensure they are globally defined
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c6b730dbfcbd...8e0f341779e1
< bitcoin-git> [bitcoin] fanquake merged pull request #18405: build: Drop all of the ZeroMQ patches (master...20200322-zmq-mingw) https://github.com/bitcoin/bitcoin/pull/18405
< bitcoin-git> bitcoin/master f642b49 Hennadii Stepanov: build: Drop ZeroMQ patch for glibc < 2.12
< bitcoin-git> bitcoin/master c6b730d fanquake: Merge #18405: build: Drop all of the ZeroMQ patches
< bitcoin-git> bitcoin/master 079df96 Hennadii Stepanov: build: Drop ZeroMQ patch for Mingw-w64 < 4.0
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7f609f68d835...c6b730dbfcbd
< bitcoin-git> [bitcoin] fanquake closed pull request #19796: build: Drop ZeroMQ patch for glibc < 2.12 (master...200824-zmq) https://github.com/bitcoin/bitcoin/pull/19796

2020-08-24

< bitcoin-git> [bitcoin] i-rme opened pull request #19797: net: Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node … (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19797
< bitcoin-git> [bitcoin] hebasto opened pull request #19796: build: Drop ZeroMQ patch for glibc < 2.12 (master...200824-zmq) https://github.com/bitcoin/bitcoin/pull/19796
< bitcoin-git> [bitcoin] mzumsande opened pull request #19794: p2p: Remove fGetAddr flag (master...202008_rm_fgetaddr) https://github.com/bitcoin/bitcoin/pull/19794
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19680 | 0.20: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19680 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19793: bitcoin-wallet salvage: Return false instead of asserting when a loaded tx isn't new (master...pr/badsalv) https://github.com/bitcoin/bitcoin/pull/19793
< gribble> https://github.com/bitcoin/bitcoin/issues/25 | sum(getaccounts) != getbalance · Issue #25 · bitcoin/bitcoin · GitHub
< jnewbery> Reminder to everyone that there's a P2P IRC meeting tomorrow at 15:00 UTC. If you have any proposed meeting topics, please add them to https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings#25-aug-2020.
< bitcoin-git> [bitcoin] fjahr opened pull request #19792: rpc: Add dumpcoinstats (master...dumpcoinstats) https://github.com/bitcoin/bitcoin/pull/19792
< gribble> https://github.com/bitcoin/bitcoin/issues/19668 | Do not hide compile-time thread safety warnings by hebasto · Pull Request #19668 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #19791: [net processing] Move Misbehaving() to PeerManager (master...2020-08-misbehaving-in-plv) https://github.com/bitcoin/bitcoin/pull/19791
< bitcoin-git> [bitcoin] luke-jr opened pull request #19790: Flag when blocks have had their scripts checked instead of skipped (master...blkindex_scriptschecked_flag) https://github.com/bitcoin/bitcoin/pull/19790
< bitcoin-git> [bitcoin] laanwj merged pull request #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo (master...add-eviction-criteria-to-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/19731
< bitcoin-git> bitcoin/master 21c57ba Jon Atack: test: getpeerinfo last_block and last_transaction tests
< bitcoin-git> bitcoin/master 8a560a7 Jon Atack: rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/4fefd80f0888...7f609f68d835
< bitcoin-git> bitcoin/master 02fbe3a Jon Atack: net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats
< bitcoin-git> [bitcoin] fanquake merged pull request #19704: Net processing: move ProcessMessage() to PeerLogicValidation (master...2020-07-process-message-plv) https://github.com/bitcoin/bitcoin/pull/19704
< bitcoin-git> bitcoin/master daed542 John Newbery: [net_processing] Move ProcessMessage to PeerLogicValidation
< bitcoin-git> bitcoin/master 4fefd80 fanquake: Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation...
< bitcoin-git> bitcoin/master c556770 John Newbery: [net_processing] Change PeerLogicValidation to hold a connman reference
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7ce7f2b2518c...4fefd80f0888
< bitcoin-git> [bitcoin] fanquake merged pull request #17396: build: modest Android improvements (master...2019-11-android-static-libstdc) https://github.com/bitcoin/bitcoin/pull/17396
< bitcoin-git> bitcoin/master 7ce7f2b fanquake: Merge #17396: build: modest Android improvements
< bitcoin-git> bitcoin/master 366913e Igor Cota: build: AX_BOOST_THREAD serial 33
< bitcoin-git> bitcoin/master cf06811 Igor Cota: build: disable D-Bus on Android by default
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8e94275f863c...7ce7f2b2518c
< bitcoin-git> [bitcoin] fanquake merged pull request #19786: doc: Remove label from good first issue template (master...2008-docGFI) https://github.com/bitcoin/bitcoin/pull/19786
< bitcoin-git> bitcoin/master 8e94275 fanquake: Merge #19786: doc: Remove label from good first issue template
< bitcoin-git> bitcoin/master fa30d52 MarcoFalke: doc: Remove label from good first issue template
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d53d72948e3...8e94275f863c
< obei> why does bitcoin core use zmq instead of using c stocket?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19786: doc: Remove label from good first issue template (master...2008-docGFI) https://github.com/bitcoin/bitcoin/pull/19786
< bitcoin-git> [bitcoin] naumenkogs reopened pull request #19697: Improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< bitcoin-git> [bitcoin] naumenkogs closed pull request #19697: Improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19659: Add a seed corpus generation option to the fuzzing test_runner (master...20/08/04/fuzz_runner_gen_seeds) https://github.com/bitcoin/bitcoin/pull/19659
< bitcoin-git> bitcoin/master 1d53d72 MarcoFalke: Merge #19659: Add a seed corpus generation option to the fuzzing test_runn...
< bitcoin-git> bitcoin/master 15ae4a1 Antoine Poinsot: test/fuzz: add a seed corpus generation option to the test_runner
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38c13a4a6055...1d53d72948e3
< bitcoin-git> [bitcoin] fanquake merged pull request #19689: build: Add Qt version checking (master...200809-qtver) https://github.com/bitcoin/bitcoin/pull/19689
< bitcoin-git> bitcoin/master 38c13a4 fanquake: Merge #19689: build: Add Qt version checking
< bitcoin-git> bitcoin/master 4af4672 Hennadii Stepanov: build, qt: Add Qt version checking
< bitcoin-git> bitcoin/master 30e336f Hennadii Stepanov: build: Drop unused bitcoin_cv_qt58
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/197450f80868...38c13a4a6055

2020-08-23

< bitcoin-git> [bitcoin] hebasto opened pull request #19785: build: lrelease requires xml if not cross-building (master...200823-xml) https://github.com/bitcoin/bitcoin/pull/19785
< bitcoin-git> [bitcoin] hebasto opened pull request #19783: build, doc: Correct and complete zlib info and usage (master...200823-zlib) https://github.com/bitcoin/bitcoin/pull/19783
< bitcoin-git> [bitcoin] hebasto closed pull request #19780: build, qt: Add SVG support, and replace bitcoin PNG image with SVG one (master...200822-svg) https://github.com/bitcoin/bitcoin/pull/19780
< jeremyrubin> (The context in which this came up is I have a tool which creates a bitcoin smart contract, and then I create a PSBT for it, locking the outputs I need. I then also have sub-transactions in that smart contract which i want to store somewhere, and they could be partially signed because they're lacking e.g. a vault key or a preimage.
< jeremyrubin> I think it's more that bitcoin core wallet is the de-facto security perimiter for storing/handling the sensitive info and backups
< sipa> i'm not sure if the bitcoin core wallet is the right place
< jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
< jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
< bitcoin-git> [bitcoin] theStack opened pull request #19781: test: add parameterized constructor for msg_sendcmpct() (master...20200823-test-extend-msg_sendcmpct_ctor) https://github.com/bitcoin/bitcoin/pull/19781

2020-08-22

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19777: docs: Correct description for getblockstats's txs field (master...202008-getblockstats-docs) https://github.com/bitcoin/bitcoin/pull/19777
< bitcoin-git> bitcoin/master 197450f MarcoFalke: Merge #19777: docs: Correct description for getblockstats's txs field
< bitcoin-git> bitcoin/master 4148f55 Nadav Ivgi: docs: Correct description for getblockstats's txs field
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d254e6e7951f...197450f80868

2020-08-20

< bitcoin-git> [bitcoin] luke-jr closed pull request #19117: RPC: Add getrpcwhitelist method (master...rpc_getrpcwhitelist) https://github.com/bitcoin/bitcoin/pull/19117
< bitcoin-git> [bitcoin] luke-jr opened pull request #19771: net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection (master...enum_conndir) https://github.com/bitcoin/bitcoin/pull/19771
< gribble> https://github.com/bitcoin/bitcoin/issues/16883 | WIP: Qt: add QML based mobile GUI by icota · Pull Request #16883 · bitcoin/bitcoin · GitHub
< wumpus> please don't do it if you just want an animated bitcoin logo or something
< wumpus> as long as it has to doe with bitcoin core development, preferably something you're working on, it's okay
< gribble> https://github.com/bitcoin/bitcoin/issues/14501 | Fix possible data race when committing block files by luke-jr · Pull Request #14501 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19619 | Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp by ryanofsky · Pull Request #19619 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19710 | bench: Prevent thread oversubscription and decreases the variance of result values by hebasto · Pull Request #19710 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18710 | Add local thread pool to CCheckQueue by hebasto · Pull Request #18710 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 there's 10 blockers, a bugfix and 3 chasing concept ACK
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] luke-jr opened pull request #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") (master...deprecate_whitelisted) https://github.com/bitcoin/bitcoin/pull/19770
< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr · Pull Request #17356 · bitcoin/bitcoin · GitHub