< warren> OK since nobody responded to my question yesterday, I'm requesting LF to defer lists migration until at least mid next week May 22nd so it happens after people have returned from traveling.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15989: RPC: Do not use cookie auth if -rpcauth set (master...20190509-rpcauth) https://github.com/bitcoin/bitcoin/pull/15989
< bitcoin-git> [bitcoin] jonatack opened pull request #16016: [tests] RPC bumpfee totalFee deprecation (master...rpc_bumpfee_totalfee_deprecation_test) https://github.com/bitcoin/bitcoin/pull/16016
< bitcoin-git> [bitcoin] promag opened pull request #16017: rpc: Drop -rpcuser and -rpcpassword from server (master...2019-05-remove-rpcpassword) https://github.com/bitcoin/bitcoin/pull/16017
< bitcoin-git> [bitcoin] dakk opened pull request #16018: banman: BanLevel enum (master...ban-level-enum) https://github.com/bitcoin/bitcoin/pull/16018
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e79bbb73e08e...667a8617418d
< bitcoin-git> bitcoin/master ccc27bd Daniel McNally: doc: Clarify -blocksdir usage
< bitcoin-git> bitcoin/master 667a861 MarcoFalke: Merge #14364: doc: Clarify -blocksdir usage
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #14364: doc: Clarify -blocksdir usage (master...blocksdir-description) https://github.com/bitcoin/bitcoin/pull/14364
< bitcoin-git> [bitcoin] promag opened pull request #16019: refactor: Move result instead of copy in Solver() (master...2019-05-solver-nit) https://github.com/bitcoin/bitcoin/pull/16019
< bitcoin-git> [bitcoin] kristapsk closed pull request #16010: Correct description of blocksdir default value (master...blocksdir) https://github.com/bitcoin/bitcoin/pull/16010
< bitcoin-git> [bitcoin] promag closed pull request #16017: rpc: Drop -rpcuser and -rpcpassword from server (master...2019-05-remove-rpcpassword) https://github.com/bitcoin/bitcoin/pull/16017
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16021: p2p: Disallow extended encoding for non-witness transactions (take 3) (master...1905-illegalWitnessP2P) https://github.com/bitcoin/bitcoin/pull/16021
< achow101> gmaxwell: sipa: re #16012, should a segwit input with a multisig that has uncompressed pubkey that was not used in signing be considered valid?
< gribble> https://github.com/bitcoin/bitcoin/issues/16012 | rpc: addmultisigaddress should fallback to OutputType::LEGACY when uncompressed public keys are provided by ps1dr3x · Pull Request #16012 · bitcoin/bitcoin · GitHub
< dongcarl> fanquake: re ##11541 where does gitian export `GZIP_ENV`?
< gribble> https://github.com/bitcoin/bitcoin/issues/11541 | Build: Fix Automake warnings when running autogen.sh by fanquake · Pull Request #11541 · bitcoin/bitcoin · GitHub
< fanquake> dongcarl pretty sure it's in the descriptors. Can double check shortly.
< dongcarl> Ah I only see `export GZIP="-9n"` which seems to be cleared in `Makefile.in`, yeah lmk if you find it
< fanquake> np, can take a look once I get to work.
< bitcoin-git> [bitcoin] achow101 opened pull request #16022: Don't sign when segwit signatures are being used and the pubkey(s) are uncompressed (master...dont-sign-uncomp-segwit) https://github.com/bitcoin/bitcoin/pull/16022
< dongcarl> fanquake: Thank you sir!