Measuring block versions masked with 0xE0000018 to track activation client adoption:Bit 3 (0x08): LNHANCE (0 blocks thus far, can't be activated this epoch)Bit 4 (0x10): BIP-110 (0 blocks thus far, can't be activated this epoch)previous report, epoch 261
why does your mask include the high
0xEif you're only tracking bits 3 and 4 ?Because the top 2 bits invalidate the version string as valid version bits (and the 3rd bit must be set). So if anything isn't
0x2.......(or 0x3 if tracking bit 28) then it's not a valid activation.(typo: previous epoch was 461 of course)