nimbus-eth2/beacon_chain/validators
Zahary Karadjov 2eacfc4685 Bump modules to take advantage of the new Json format flavors support
Since quite a lot of additional procs were now compiled as generics, this lead to compiler bugs that had
to be worked-around:

* The `Domain` type was renamed to `Eth2Domain` to avoid compilation errors
  due to conflicts with `nativesockets.Domain`.
  Similarly, `eth2_network.KeyPair` was renamed to `NetKeyPair`.

* A new more robust version of `hexToByteArray` was added to stew
2021-03-25 09:37:35 +02:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
attestation_aggregation.nim centralize p2p validation in a single file and address https://github.com/status-im/nimbus-eth2/pull/2377#issuecomment-791313118 (#2383) 2021-03-06 08:32:55 +01:00
keystore_management.nim Fix minor exception effect issues (#2448) 2021-03-24 17:20:55 +01:00
slashing_protection.nim Fix #2393 (#2395) 2021-03-10 16:53:42 +01:00
slashing_protection_common.nim Bump modules to take advantage of the new Json format flavors support 2021-03-25 09:37:35 +02:00
slashing_protection_v1.nim remove unused imports in slashing prtection (#2436) 2021-03-19 08:26:02 +00:00
slashing_protection_v2.nim Fix #2393 (#2395) 2021-03-10 16:53:42 +01:00
validator_duties.nim rm std/random from beacon_chain and rm attestation timing randomness (#2442) 2021-03-23 06:57:10 +00:00
validator_pool.nim Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00

README.md

Validators

This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_cliant and nimbus_signing_process):

  • Validator keystore
  • Validator slashing protection
  • Validator duties
  • Validator pool