nimbus-eth2/beacon_chain/spec
Dustin Brody 4c0b2a9a32
implement beacon_pending_deposits, beacon_processed_deposits_total, beacon_previous_validators, and beacon_current_validators metrics (#478)
* implement additional beacon_current_validators and beacon_previous_validators metrics

* tentatively implement beacon_pending_deposits additional metric

* implement beacon_processed_deposits_total additional metric
2019-10-06 04:31:50 +00:00
..
presets fix network sim (#389) 2019-09-05 21:52:34 +02:00
beaconstate.nim fix issue #367 and remove too-small range type usage for ValidatorIndex 2019-10-03 16:41:25 +03:00
crypto.nim Ensure that we use the interop deposit signatures (#467) 2019-10-01 15:44:38 +02:00
datatypes.nim fix issue #367 and remove too-small range type usage for ValidatorIndex 2019-10-03 16:41:25 +03:00
digest.nim more interop fixes 2019-09-02 22:14:18 +03:00
helpers.nim Domain is now array[8, byte] instead of uint64 2019-09-26 17:53:59 +03:00
network.nim Add gossipsub messages monitoring tool. (#458) 2019-10-01 15:52:28 +02:00
state_transition_block.nim implement beacon_pending_deposits, beacon_processed_deposits_total, beacon_previous_validators, and beacon_current_validators metrics (#478) 2019-10-06 04:31:50 +00:00
state_transition_epoch.nim implement beacon_pending_deposits, beacon_processed_deposits_total, beacon_previous_validators, and beacon_current_validators metrics (#478) 2019-10-06 04:31:50 +00:00
state_transition_helpers.nim Fix TRACE chronicles_log_level (#451) 2019-09-23 17:00:10 +02:00
validator.nim Eth1 validators (#393) 2019-09-09 18:59:02 +03:00