< bitcoin-git> [bitcoin] CodeShark opened pull request #10350: Added support for MSG_FILTERED_WITNESS_BLOCK messages. (master...MSG_FILTERED_WITNESS_BLOCK_2) https://github.com/bitcoin/bitcoin/pull/10350
< bitcoin-git> [bitcoin] Greg-Griffith opened pull request #10351: removed unused code in INV message (master...master) https://github.com/bitcoin/bitcoin/pull/10351
< bitcoin-git> [bitcoin] laanwj opened pull request #10352: test: Add elapsed time to RPC tracing (master...2017_05_rpc_trace_time) https://github.com/bitcoin/bitcoin/pull/10352
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/170bc2c381f8...750c5a5b8468
< bitcoin-git> bitcoin/master e50c33e Cory Fields: devtools: add script to verify scriptable changes
< bitcoin-git> bitcoin/master 9ff0a51 Cory Fields: scripted-diff: net: Use accessor rather than node's id directly...
< bitcoin-git> bitcoin/master 0f3471f Cory Fields: net: make CNode's id private
< bitcoin-git> [bitcoin] laanwj closed pull request #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. (master...private-nodeid) https://github.com/bitcoin/bitcoin/pull/10189
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/750c5a5b8468...fff72de5bf8a
< bitcoin-git> bitcoin/master b111324 John Newbery: move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework
< bitcoin-git> bitcoin/master b7dd44c John Newbery: Add start and stop node methods to BitcoinTestFramework
< bitcoin-git> bitcoin/master 4550049 John Newbery: Reorganize BitcoinTestFramework class
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10171: [tests] Add node methods to test framework (master...add_node_methods_to_test_framework) https://github.com/bitcoin/bitcoin/pull/10171
< luke-jr> sipa: FYI process for requesting BIP number assignment is to open a github PR nowadays (since BIP 2 IIRC)
< sipa> oh!
< sipa> luke-jr: done
< luke-jr> ☺ thx
< sipa> should i update the Created: date to today?
< luke-jr> nah, BIPs 1/2 contradict themselves, and typical seem to be the original creation date
< luke-jr> sipa: can you add a brief section on backward compatibility?
< sipa> there is a compatibility section
< luke-jr> aha, missed it cuz I grepped for "backward" >_<
< luke-jr> and to be clear, this is NOT an update to BIP 142, correct?
< sipa> it's intended to replace BIP 142
< luke-jr> but as a separate BIP, or just a newer draft of the same one?
< sipa> it's a very different idea, so I think it warrants a different number
< luke-jr> k
< luke-jr> maybe add a Replaces header if you like
< sipa> one
< sipa> done
< luke-jr> 172
< luke-jr> wait
< luke-jr> let's make it 173 to avoid confusion with a self-assignment of 172 <.<
< sipa> ok
< luke-jr> sipa: need to split the Author line; one per author, indented w/ spaces to match the same starting column
< sipa> done
< sipa> done
< luke-jr> yay Travis happy :D