hardLimit floats within the range 1-32M, inclusive.
- Changing hardLimit is accomplished by encoding a proposed value within a block's coinbase scriptSig.
- Votes refer to a byte value, encoded within the pattern "/BV\d+/" Example: /BV8000000/ votes for 8,000,000 byte hardLimit. If there is more than one match with with pattern, the first match is counted.
- Absent/invalid votes and votes below minimum cap (1M) are counted as 1M votes. Votes above the maximum cap (32M) are counted as 32M votes.