nimbus-eth2/beacon_chain/validators
Eugene Kabanov 72c844534f
Add Keymanager API graffiti endpoints. (#6054)
* Initial commit.

* Add more tests.

* Fix API mistypes.

* Fix mistypes in tests.

* Fix one more mistype.

* Fix affected tests because of error code 401.

* Add GetGraffitiResponse object.

* Add more tests.

* Fix compilation errors.

* Recover old behavior.

* Recover old behavior.

* Fix mistype.

* Test could not know default graffiti value.

* Make VC use adopted graffiti settings.

* Make BN use adopted graffiti settings.

* Update Alltests.

* Fix test.

* Revert "Fix test."

This reverts commit c735f855d3cb9c4a1c8e8af29d3f4438d068e31f.

* Workaround {.push raises.} requirement.

* Fix comment.

* Update Alltests.
2024-03-14 03:44:00 +00:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim enable --styleCheck:error in ncli/ and research/ (#6014) 2024-03-02 06:25:17 +01:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
beacon_validators.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
keystore_management.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
message_router.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
message_router_mev.nim rm Capella builder API REST calls (#5997) 2024-02-29 12:37:08 +00:00
slashing_protection.nim update some deprecated stew/results to results imports (#5743) 2024-01-16 22:37:14 +00:00
slashing_protection_common.nim remove MIRACL Core support (#5941) 2024-02-22 16:13:31 +00:00
slashing_protection_v2.nim remove MIRACL Core support (#5941) 2024-02-22 16:13:31 +00:00
validator_duties.nim raises for beacon validators & router (#5826) 2024-02-07 12:26:04 +01:00
validator_monitor.nim vmon: Missed block metric (#5913) 2024-02-20 06:40:18 +02:00
validator_pool.nim rm Web3Signer Bellatrix block support (#6061) 2024-03-11 22:09:31 +00: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