nimbus-eth2/beacon_chain/rpc
tersec 2b2846b468
implement forked merge state/block support (#2890)
* implement forked state/block support

* merge support for containsOrphan; import cleanup; 80-column lines

* add merge block header operations and slot sanity fixture

* add epoch state transition tests; implement is_valid_gas_limit(), is_merge_block(), is_execution_enabled(), and compute_timestamp_at_slot()

* implement process_execution_payload() and add merge deposit operations tests

* add merge block sanity tests

* add merge case to syncCommitteeParticipants

* v1.1.0-beta.5 updates

* reduce getTestStates-based memory usage; don't try to REST-serialize ExecutionPayload transactions without underlying support

* add execution payload tests; switch var to let in tests/official/
2021-09-27 14:22:58 +00:00
..
eth_merge_sigs.nim non-intrusive, novel portions of merge (#2535) 2021-05-04 11:54:19 +00:00
eth_merge_web3.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rest_api.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rest_beacon_api.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
rest_config_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_debug_api.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
rest_event_api.nim REST /eth/v1/events API call implementation. (#2878) 2021-09-22 14:17:15 +02:00
rest_nimbus_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_node_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_utils.nim Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03:00
rest_validator_api.nim Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03:00
rpc_api.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_beacon_api.nim altair-capable beacon block creation (#2834) 2021-08-29 14:50:21 +00:00
rpc_config_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_debug_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_event_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_nimbus_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_node_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_utils.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_validator_api.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00