nimbus-eth2/beacon_chain/rpc
Eugene Kabanov 26bcb7057c
REST: Add implementation of postStateValidators and postStateValidatorBalances. (#5632)
* Add implementation POST versions of /eth/v1/beacon/states/{state_id}/validators and /eth/v1/beacon/states/{state_id}/validator_balances.
Add tests.

* Address review comments.
Fix toList() issue.

* Fix tests.

* Address review comments 2.

* Address review comments 3.
Fix unique check for validator identifiers.

* Address review comments.

* Fix constant value.
2023-11-29 12:05:03 +00:00
..
rest_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_beacon_api.nim REST: Add implementation of postStateValidators and postStateValidatorBalances. (#5632) 2023-11-29 12:05:03 +00:00
rest_builder_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_config_api.nim make `MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS` configurable (#5582) 2023-11-09 23:41:17 +03:00
rest_constants.nim REST: Add implementation of postStateValidators and postStateValidatorBalances. (#5632) 2023-11-29 12:05:03 +00:00
rest_debug_api.nim add infrastructure to select fork choice version (#5387) 2023-09-12 09:52:51 +02:00
rest_event_api.nim BN+LC+SN: Fix cancellation deprecate warnings. (#5455) 2023-09-22 11:06:27 +00:00
rest_key_management_api.nim REST server fixes and improvements. (#5422) 2023-09-27 16:45:33 +02:00
rest_light_client_api.nim rename `(with|at)StateFork` > `(with|at)ConsensusFork` (#4725) 2023-03-11 14:39:29 +00:00
rest_nimbus_api.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
rest_node_api.nim Address #5539. (#5548) 2023-11-01 08:32:41 +01:00
rest_utils.nim VC: Obol middleware support (#5375) 2023-11-08 14:03:51 +02:00
rest_validator_api.nim REST API produceBlockV3 implementation (#5474) 2023-11-29 00:30:14 +01:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00