mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 14:54:12 +00:00
0a477eb2d3
This PR decreases the lead subscription time which should help decrease bandwidth usage and CPU making the subscription for future aggregation happen a bit later. There's room for more tuning here, probably. * fix missing negation from in #2550 * fix silly bitarray issues * decrease subnet lead subscription time * log all subnet switching source data * rename subnet trackers to refer to stability and aggregate subnets * more tests