nimbus-eth2/beacon_chain/spec/eth2_apis
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
..
eth2_json_rpc_serialization.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
eth2_rest_serialization.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
rest_beacon_calls.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
rest_beacon_client.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_config_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_debug_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_node_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_types.nim Sync committee related REST API implementation. (#2856) 2021-09-24 01:13:25 +03:00
rest_validator_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_beacon_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_beacon_client.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_debug_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_nimbus_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_node_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_validator_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00