d07113767d
Since the sync committee duties are no longer updated on every slot and previously the sync committee aggregators selection proofs were generated during the duties update, this now resulted in the client using stale selection proofs (they must be generated at each slot). The fix consists of moving the selection proof generation logic in a different function which is properly executed on each slot. Other changes: * The logtrace tool has been enhanced with a framework for adding new simpler log aggregation and analysis algorithms. The default CI testnet simulation will now ensure that the blocks in the network have reasonable sync committee participation. |
||
---|---|---|
.. | ||
rest_api.nim | ||
rest_beacon_api.nim | ||
rest_config_api.nim | ||
rest_constants.nim | ||
rest_debug_api.nim | ||
rest_event_api.nim | ||
rest_key_management_api.nim | ||
rest_light_client_api.nim | ||
rest_nimbus_api.nim | ||
rest_node_api.nim | ||
rest_utils.nim | ||
rest_validator_api.nim | ||
state_ttl_cache.nim |