nimbus-eth2/beacon_chain
Etan Kissling d670af5bf5
align style when calling LC libp2p API (#5104)
The `UpdatesByRange` API takes `startPeriod / count`, but is internally
called by `Slice`. Move the logic that converts from the `Slice` to the
caller to reduce complexity inside the used `doRequest` function.
2023-06-20 20:21:32 +00:00
..
consensus_object_pools use correct slot when producing sync aggregate around forks (#5089) 2023-06-16 21:30:36 +00:00
el reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
fork_choice update consensus spec URLs to v1.4.0-alpha.3 (#5088) 2023-06-16 16:45:09 +00:00
gossip_processing update consensus spec URLs to v1.4.0-alpha.3 (#5088) 2023-06-16 16:45:09 +00:00
networking reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
rpc Add Deneb beacon API types (#5060) 2023-06-19 08:56:52 +00:00
spec Merge branch 'stable' into unstable 2023-06-20 02:09:05 +03:00
sync align style when calling LC libp2p API (#5104) 2023-06-20 20:21:32 +00:00
validator_client Fix iteration issue. (#5105) 2023-06-20 16:41:20 +00:00
validators reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00: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 consensus spec URLs to v1.4.0-alpha.3 (#5088) 2023-06-16 16:45:09 +00:00
beacon_chain_db_light_client.nim broaden `SszError` catches to `SerializationError` (#5081) 2023-06-15 16:29:13 +00:00
beacon_clock.nim
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
conf.nim Switch to --history:prune by default 2023-06-20 02:08:48 +03:00
conf_light_client.nim
db_limits.nim
deposits.nim
era_db.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
extras.nim
filepath.nim
future_combinators.nim bump chronos (#5039) 2023-06-08 13:42:19 +00:00
light_client.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
light_client_db.nim broaden `SszError` catches to `SerializationError` (#5081) 2023-06-15 16:29:13 +00:00
nim.cfg
nimbus_beacon_node.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
nimbus_beacon_node.nim.cfg
nimbus_binary_common.nim fix `Access-Control-Allow-Origin` response (#5028) 2023-06-04 16:46:00 +00:00
nimbus_light_client.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
nimbus_light_client.nim.cfg
nimbus_signing_node.nim remove web3signer block signing V1 (phase0 only) support (#5014) 2023-06-15 14:52:19 +02:00
nimbus_signing_node.nim.cfg
nimbus_validator_client.nim reduce `nim-eth` dependencies just for RNG (#5099) 2023-06-19 22:43:50 +00:00
nimbus_validator_client.nim.cfg
sszdump.nim
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
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.6.0 2023-06-20 02:11:44 +03:00
wallets.nim