nimbus-eth2/beacon_chain/validators
Eugene Kabanov c0e5c26da1
VC: Use SSZ encoding while processing blocks data (#4999)
* Refactor api.nim to provide more informative failure reasons.
Distinct between unexpected data and unexpected code.
Deprecate Option[T] usage.

* Fix 400 for produceBlindedBlock().
Get proper string conversion for strategy.

* Fix SSZ encoded versions of ProduceBlockResponseV2, ProduceBlockResponseV2 can be received and decoded.
Fix done() warnings.
Bump presto.

* Fix compilation error with new presto.
Use TcpNoDelay option for Web3Signer.

* Fix produceBlockV2() should provide SSZ responses too.

* Address block encoding issue.

* Fix signing test.

* Bump presto.

* Address review comments.
2023-06-14 08:04:15 +02:00
..
README.md Consolidate modules by areas [part 1] (#2365) 2021-03-02 11:27:45 +01:00
action_tracker.nim final portion of trivial v1.3.0 bumps (#4926) 2023-05-11 09:54:29 +00:00
activity_metrics.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
keystore_management.nim allow payload builder client to be function of validator/proposer (#5015) 2023-06-02 11:06:33 +00:00
message_router.nim fix chronos done -> completed deprecation warnings (#5016) 2023-06-01 10:04:30 +02:00
message_router_mev.nim refactor payload builder REST client usage (#4973) 2023-05-25 18:38:56 +03:00
slashing_protection.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
slashing_protection_common.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
slashing_protection_v2.nim don't require optional fields importing slashing protection information (#4997) 2023-05-31 18:51:00 +03:00
validator_duties.nim automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
validator_monitor.nim more eip4844 -> deneb changes (#4666) 2023-02-25 03:03:34 +02:00
validator_pool.nim VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02: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