nimbus-eth2/beacon_chain/rpc
Jacek Sieka ba99c8fe4f
update era file documentation / impl (#3226)
Overhaul of era files, including documentation and reference
implementations

* store blocks, then state, then slot indices for easy lookup at low
cost
* document era file rationale
* altair+ support in era writer
2022-01-07 11:13:19 +01:00
..
rest_api.nim
rest_beacon_api.nim REST JSON support improvements (#3232) 2022-01-06 08:38:40 +01:00
rest_config_api.nim update era file documentation / impl (#3226) 2022-01-07 11:13:19 +01:00
rest_constants.nim Support more content-types when specifying the Graffiti string 2022-01-06 10:56:59 +02:00
rest_debug_api.nim REST JSON support improvements (#3232) 2022-01-06 08:38:40 +01:00
rest_event_api.nim REST JSON support improvements (#3232) 2022-01-06 08:38:40 +01:00
rest_key_management_api.nim
rest_nimbus_api.nim Support more content-types when specifying the Graffiti string 2022-01-06 10:56:59 +02:00
rest_node_api.nim REST JSON support improvements (#3232) 2022-01-06 08:38:40 +01:00
rest_utils.nim Support more content-types when specifying the Graffiti string 2022-01-06 10:56:59 +02:00
rest_validator_api.nim Support more content-types when specifying the Graffiti string 2022-01-06 10:56:59 +02:00
rpc_api.nim
rpc_beacon_api.nim
rpc_config_api.nim
rpc_debug_api.nim
rpc_event_api.nim
rpc_nimbus_api.nim Handle access to historical data for which there is no state (#3217) 2022-01-05 19:38:04 +01:00
rpc_node_api.nim
rpc_utils.nim Handle access to historical data for which there is no state (#3217) 2022-01-05 19:38:04 +01:00
rpc_validator_api.nim Handle access to historical data for which there is no state (#3217) 2022-01-05 19:38:04 +01:00
state_ttl_cache.nim