nimbus-eth2/beacon_chain/rpc
Eugene Kabanov fcf72a6e8e
VC: Electra fixes. (#6631)
* Initial commit.

* Add aggregated attestation processing.

* Add missing presets file.

* Fix compilation error.

* Fix post-rebase compilation error.

* Satisfy push raises requirement.

* Fix sync committee duties retrieval process.

* Fix forks configuration management.

* Fix deposits to use new fork configuration scheme.

* Fix /eth/v2/validator/aggregate_attestation implementation.

* Fix RANDAO preparation loop to handle blocks at epoch boundary properly.

* Simplification of RANDAO fix.

* Fix typo.

* Address review comments and fix tests.

* Fix incorrect status codes in REST test.

* Rework attestation and aggregated attestations processing code.

* Address review comments.

* Fill committee_index in RegisteredAttestation construction code.

* Address review comments part 2.

* Address review comments part 3.

* use Deneb fork epoch

* Add transition from Deneb to Electra into CI finalization test.

---------

Co-authored-by: tersec <tersec@users.noreply.github.com>
2024-10-16 17:20:39 +00:00
..
rest_api.nim REST: getBlockRewards() and getSyncCommitteeRewards() implementation (#6556) 2024-09-18 23:34:32 +00:00
rest_beacon_api.nim new pool attester slashings endpoint version (V2) for electra (#6585) 2024-09-28 00:00:26 +00:00
rest_builder_api.nim Adopt asyncraises guarantees to most of the REST API handlers. (#5803) 2024-01-20 17:06:28 +01:00
rest_config_api.nim automated consensus spec URL updating to v1.5.0-alpha.8 (#6617) 2024-10-09 08:37:35 +02:00
rest_constants.nim REST: getBlockRewards() and getSyncCommitteeRewards() implementation (#6556) 2024-09-18 23:34:32 +00:00
rest_debug_api.nim remove option to select Capella fork choice algo (#6478) 2024-08-07 14:48:05 +00:00
rest_event_api.nim stop using deprecated stew/results (#6343) 2024-06-11 02:34:56 +00:00
rest_key_management_api.nim fix most ConvFromXtoItselfNotNeeded hints and unhide remaining ones (#6307) 2024-05-22 13:56:37 +02:00
rest_light_client_api.nim Adopt asyncraises guarantees to most of the REST API handlers. (#5803) 2024-01-20 17:06:28 +01:00
rest_nimbus_api.nim stop using deprecated stew/results (#6343) 2024-06-11 02:34:56 +00:00
rest_node_api.nim Use Nimbus specific agent string instead of nim-presto defaults. (#6424) 2024-07-15 02:27:23 +00:00
rest_rewards_api.nim speed up electra attestation tests by 5x (#6563) 2024-09-19 07:46:38 +02:00
rest_utils.nim split out eth1chain into its own module (#5768) 2024-01-17 15:26:16 +01:00
rest_validator_api.nim VC: Electra fixes. (#6631) 2024-10-16 17:20:39 +00:00
state_ttl_cache.nim