< 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?
< 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.
< 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