nimbus-eth2/beacon_chain/spec/eth2_apis
Etan Kissling 7e276937dc
make LC data fork aware (#4493)
In a future fork, light client data will be extended with execution info
to support more use cases. To anticipate such an upgrade, introduce
`Forky` and `Forked` types, and ready the database schema.
Because the mapping of sync committee periods to fork versions is not
necessarily unique (fork schedule not in sync with period boundaries),
an additional column is added to `period` -> `LightClientUpdate` table.
2023-01-12 18:11:38 +01:00
..
dynamic_fee_recipients.nim Reduce fee recipient log spam (#4255) 2022-10-25 14:47:43 +02:00
eth2_rest_serialization.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
rest_beacon_calls.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
rest_beacon_client.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_common.nim deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten (#4241) 2022-10-24 23:32:52 +03:00
rest_config_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_debug_calls.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
rest_keymanager_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_keymanager_types.nim EIP4844 tweaks to pass SSZ consensus object tests (#4390) 2022-12-05 21:36:53 +00:00
rest_nimbus_calls.nim VC: doppelganger protection (#3877) 2022-07-21 19:54:07 +03:00
rest_node_calls.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_remote_signer_calls.nim deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten (#4241) 2022-10-24 23:32:52 +03:00
rest_types.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
rest_validator_calls.nim Implementation for REST /eth/v1/validator/liveness/{epoch} endpoint. (#4381) 2022-12-06 12:29:00 +01:00