< bitcoin-git> [bitcoin] kristapsk opened pull request #17811: Optimize ToLower() and ToUpper() (master...strcase-bithack) https://github.com/bitcoin/bitcoin/pull/17811
< hebasto> Tested Qt 5.14.0 on bionic: builds w/o new warnings; works as expected.
< bitcoin-git> [bitcoin] jonatack opened pull request #17812: net, test: asmap functional tests and feature refinements (master...feature-asmap) https://github.com/bitcoin/bitcoin/pull/17812
< TheFuzzStone[m]> Where how I can create a bot such as bitcoin-git but for other project?
< TheFuzzStone[m]> * How I can create a bot such as bitcoin-git but for other project?
< wumpus> TheFuzzStone[m]: it uses https://github.com/gkrizek/ghi
< TheFuzzStone[m]> wumpus: Thanks!
< bitcoin-git> [bitcoin] sanjaykdragon opened pull request #17814: consensus refactor: range based for loops (master...master) https://github.com/bitcoin/bitcoin/pull/17814
< bitcoin-git> [bitcoin] emilengler opened pull request #17815: rpc: Make __cookie__ user immune to rpcwhitelist (master...2019-12-rpc-cookie-user-independence) https://github.com/bitcoin/bitcoin/pull/17815
< gleb> Does electrum use BIP 37? I can't see any documentation on their SPV protocol.
< harding> gleb: no, they use electrum-style servers, e.g. https://github.com/kyuupichan/electrumx (this isn't really the right chatroom for Electrum discussion, though).
< gleb> harding: I see, thanks. Yeah, basically this link is enough for me to continue my exploration.
< sipa> gleb: they don't use the bitcoin p2p protocol
< pinheadmz> gleb: IIRC, they actually have a set of hard-coded block headers so SPV proofs are used, but only relative to the hard coded blocks. That way there's no sync time for clients
< emilengler> Someone knows if modifiying .travis.yml will result in that the travis pr checker will use the modified travis file or the current one in master?
< sipa> emilengler: the modified one
< bitcoin-git> [bitcoin] sanjaykdragon opened pull request #17816: utils refactor: strencode changes (master...strencode_changes) https://github.com/bitcoin/bitcoin/pull/17816
< bitcoin-git> [bitcoin] hebasto opened pull request #17817: build: Add default configure cache file to .gitignore (master...20191228-gitignore-configure-cache) https://github.com/bitcoin/bitcoin/pull/17817
< bitcoin-git> [bitcoin] fanquake closed pull request #17814: consensus refactor: range based for loops (master...master) https://github.com/bitcoin/bitcoin/pull/17814
< bitcoin-git> [bitcoin] sanjaykdragon closed pull request #17816: utils refactor: strencode changes (master...strencode_changes) https://github.com/bitcoin/bitcoin/pull/17816
< hebasto> I have a (possibly) legal issue that I would not like to voice publicly prematurely. Who can be asked in our community?
< wumpus> hebasto: dunno, is it about copyright/license issues? if so, please PM me
< harding> hebasto: I was going to suggest maybe emailing the security issue list. I don't think anyone on there is a lawyer, but if they also think it's an issue, perhaps one of the people working for an organization can arrange to have the issue reviewed by their corporate consel or otherwise arrange to hire a lawyer.
< hebasto> fanquake: wumpus: harding: thanks
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cb80a068dc1...b931f61b9ab0
< bitcoin-git> bitcoin/master 8dc9aa9 Emil Engler: doc: Update license year range to 2020
< bitcoin-git> bitcoin/master b931f61 MarcoFalke: Merge #17801: doc: Update license year range to 2020
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17801: doc: Update license year range to 2020 (master...2019-12-update-license-year-range-to-2020) https://github.com/bitcoin/bitcoin/pull/17801
< bitcoin-git> [bitcoin] jonatack opened pull request #17819: doc: developer notes guideline on RPCExamples addresses (master...rpc-examples-use-invalid-addresses) https://github.com/bitcoin/bitcoin/pull/17819
< bitcoin-git> [bitcoin] hebasto opened pull request #17820: build, qt: Remove duplicated AC_DEFINE(QT_STATICPLUGIN...) macro (master...20191228-remove-duplicated-qtstaticplugin) https://github.com/bitcoin/bitcoin/pull/17820
< jonatack> sipsorcery: any tips on fixing this appveyor error for #16702 would be great (travis is green): C:\projects\bitcoin\src\test\addrman_tests.cpp(9,10): fatal error C1083: Cannot open include file: 'test/data/asmap.raw.h': No such file or directory [C:\projects\bitcoin\build_msvc\test_bitcoin\test_bitcoin.vcxproj]
< gribble> https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs . Pull Request #16702 . bitcoin/bitcoin . GitHub
< wumpus> i guess the generation of asmap.raw.h needs to be part of the msvc build system as well
< wumpus> maybe something in msvc-autogen.py
< jonatack> wumpus: thanks!
< bitcoin-git> [bitcoin] fanquake closed pull request #17811: Optimize ToLower() and ToUpper() (master...strcase-bithack) https://github.com/bitcoin/bitcoin/pull/17811
< bitcoin-git> [bitcoin] ahook opened pull request #17822: refactor: Use uint16_t instead of unsigned short (master...akh_uint16_t) https://github.com/bitcoin/bitcoin/pull/17822