1 2018-02-05 02:48:52 <conman> will 0.16.0 have bech32 support?
2 2018-02-05 02:49:36 <conman> don't see it in the readme but it may not be complete
3 2018-02-05 02:50:03 <gmaxwell> this channel is dead, and has been for a long time. #bitcoin-core-dev
4 2018-02-05 02:50:21 <conman> thanks I'll try again :)
5 2018-02-05 13:16:20 <paulo_> hello
6 2018-02-05 13:16:35 <paulo_> when a node receives a new block, how is it sent to other nodes?
7 2018-02-05 13:16:49 <paulo_> does it send the block itself? or does it send and inv first?
8 2018-02-05 14:47:45 <SteamWells> paulo_: with an unsolicited inv message to announce the new block to its peers
9 2018-02-05 14:48:23 <SteamWells> then a response from the peers by sending a getdata message or the complete block - https://bitcoin.org/en/developer-reference#data-messages