< sipa>
roasbeef, emzy: i've updated my seeder code to by default support masks 0x1,0x5,0x9,0xd,0x49,0x400,0x404,0x408,0x40c,0x448
< sipa>
jonasschnelli: ^ also included NODE_NETWORK_LIMITED combinations
< sipa>
provoostenator, jonasschnelli, luke-jr: you may want to update
< sipa>
also another change is that it now sets fRelay=false, as it doesn't care about receiving tx invs
< sipa>
i've only added NODE_COMPACT_FILTER in combination with NODE_WITNESS, and not combined with NODE_BLOOM (no software using BIP157 is non-segwit, or needs BIP37 filters, i think)
< roasbeef>
sipa: nice! correct that afaik bip157 and segwit are more or less a pair
< luke-jr>
sipa: what reason is there to update?
< luke-jr>
I like to keep mine lagged when possible
< sipa>
luke-jr: no strong reason
< sipa>
just support for NODE_NETWORK_LIMITED and NODE_COMPACT_FILTER by default
< luke-jr>
k
< sipa>
(you can also configure those explicitly without code changes)
< luke-jr>
right
< luke-jr>
I should probably PR some fixes I did too
< luke-jr>
the p2p version number it's using is old enough that some other node software rejects it
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16582: test: Rework ci (Use travis only as fallback env) (master...1908-ciRework) https://github.com/bitcoin/bitcoin/pull/16582