pub const TX_BUCKET_SIZE: u64 = 65_536;
Number of consecutive tx_seq values represented by one bucket. Sized to keep individual bitmaps small (~8 KiB at worst-case density) and the per-row read cost predictable.
tx_seq