nimbus-eth2/beacon_chain
Etan Kissling 411d809c82
split file loading from parsing in helpers (#5054)
* split file loading from parsing in helpers

In `readSszForkedHashedBeaconState` and `readRuntimeConfig`, split the
part that loads the file from the part that parses the file. The parsing
portion can be reused with that, e.g., when loading from the network.

* add missing export marker
2023-06-14 19:48:50 +00:00
..
consensus_object_pools automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
el fix misspelling in log message (#5069) 2023-06-13 17:08:41 +00:00
fork_choice update some consensus-spec URLs to v1.4.0-alpha.3 (#5074) 2023-06-13 21:07:39 +00:00
gossip_processing update some consensus-spec URLs to v1.4.0-alpha.3 (#5074) 2023-06-13 21:07:39 +00:00
networking update some consensus-spec URLs to v1.4.0-alpha.3 (#5074) 2023-06-13 21:07:39 +00:00
rpc VC+BN: Validator voluntary exits through the Keymanager API (#5020) 2023-06-14 08:46:01 +02:00
spec split file loading from parsing in helpers (#5054) 2023-06-14 19:48:50 +00:00
sync automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
validator_client VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02:00
validators VC+BN: Validator voluntary exits through the Keymanager API (#5020) 2023-06-14 08:46:01 +02:00
.editorconfig
.gitignore
beacon_chain_db.nim Fix blobkey calculation (#4978) 2023-05-19 16:51:13 +00:00
beacon_chain_db_immutable.nim update some consensus-spec URLs to v1.4.0-alpha.3 (#5074) 2023-06-13 21:07:39 +00:00
beacon_chain_db_light_client.nim rename `EIP4844` > `Deneb` for light client (#4713) 2023-03-10 17:16:26 +00:00
beacon_clock.nim automatic update of v1.3.0-rc.5 consensus spec URLs to v1.3.0 (#4848) 2023-04-21 18:52:43 +00:00
beacon_node.nim allow payload builder client to be function of validator/proposer (#5015) 2023-06-02 11:06:33 +00:00
beacon_node_light_client.nim https://github.com/ethereum/consensus-specs/pull/3359 (#5047) 2023-06-10 05:39:10 +00:00
beacon_node_status.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
conf.nim add ability to load KZG trusted setup via runtime flag (#5075) 2023-06-14 10:52:00 +02:00
conf_light_client.nim Support for driving multiple EL nodes from a single Nimbus BN (#4465) 2023-03-05 01:40:21 +00:00
db_limits.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
deposits.nim Allow exiting multiple validators at once (#4855) 2023-04-25 09:44:01 +03:00
era_db.nim era: Capella+ support (fixes #4752) (#4853) 2023-04-24 15:26:28 +02:00
extras.nim clean up redundant tests and config (#4836) 2023-04-18 21:26:36 +02:00
filepath.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
future_combinators.nim bump chronos (#5039) 2023-06-08 13:42:19 +00:00
light_client.nim automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
light_client_db.nim disable BareExcept warnings (#4662) 2023-02-24 19:50:46 +00:00
nim.cfg
nimbus_beacon_node.nim add ability to load KZG trusted setup via runtime flag (#5075) 2023-06-14 10:52:00 +02:00
nimbus_beacon_node.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_binary_common.nim fix `Access-Control-Allow-Origin` response (#5028) 2023-06-04 16:46:00 +00:00
nimbus_light_client.nim https://github.com/ethereum/consensus-specs/pull/3359 (#5047) 2023-06-10 05:39:10 +00:00
nimbus_light_client.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_signing_node.nim use v1.4.0-alpha.1 consensus spec test vectors (#5026) 2023-06-03 21:55:08 +00:00
nimbus_signing_node.nim.cfg
nimbus_validator_client.nim VC+BN: Validator voluntary exits through the Keymanager API (#5020) 2023-06-14 08:46:01 +02:00
nimbus_validator_client.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
sszdump.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
statediff.nim automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
statusbar.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
trusted_node_sync.nim automated v1.4.0-alpha.2 to v1.4.0-alpha.3 consensus spec URL updates (#5065) 2023-06-13 14:03:49 +00:00
version.nim Version 23.5.1 2023-05-18 20:10:12 +03:00
wallets.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00