nimbus-eth2/beacon_chain/validators
tersec d62d13a23c
MEV block proposal (#3883)
* MEV validator registration

* add nearby canary to detect new beacon chain forks

* remove special MEV graffiti

* web3signer support

* fix trace logging

* Nim 1.2 needs raises Defect

* use template rather than proc in REST JSON parsing

* use --payload-builder-enable and --payload-builder-url

* explicitly default MEV to disabled

* explicitly empty default value for payload builder URL

* revert attestation pool to unstable version
2022-08-01 09:41:47 +03:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
keystore_management.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
message_router.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_common.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
slashing_protection_v2.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
validator_duties.nim MEV block proposal (#3883) 2022-08-01 09:41:47 +03:00
validator_monitor.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
validator_pool.nim MEV block proposal (#3883) 2022-08-01 09:41:47 +03: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