nimbus-eth2/beacon_chain
Etan Kissling dd1f362536
align `Beacon(Block(Body)?|State)Type` with other fork sugar (#5483)
The templates for `BeaconBlock`, `BeaconBlockBody` and `BeaconState`
are the only ones using a `macro` mechanism for code generation.
This prevents using the dot-syntax style `consensusFork.BeaconFoo`
in some situations, and also tends to trigger naming conflicts,
requiring the `Type` suffix. Furthermore, the `macro` only works
for types that are re-defined in every single `ConsensusFork`.

Replacing with the simpler but more verbose approach used for other
types for consistency and to avoid the downsides of the `macro`.

Furthermore, simplify `test_fixture_sanity_blocks` to use `forks` sugar.
2023-10-05 14:01:40 +02:00
..
consensus_object_pools avoid needlessly rescoring aggregates during block attestation packing (#5471) 2023-10-04 22:38:10 +00:00
el rm unused `GenesisStateRef` (#5469) 2023-10-02 19:00:23 +00:00
fork_choice debug log duration for processing attestation queue (#5473) 2023-10-03 22:17:42 +02:00
gossip_processing reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
libnimbus_lc REST server fixes and improvements. (#5422) 2023-09-27 16:45:33 +02:00
networking fix `ProveField` warning in `network_metadata` (#5476) 2023-10-04 10:19:05 +02:00
rpc REST server fixes and improvements. (#5422) 2023-09-27 16:45:33 +02:00
spec align `Beacon(Block(Body)?|State)Type` with other fork sugar (#5483) 2023-10-05 14:01:40 +02:00
sync reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
validator_client Fix cancellation deprecate warnings. (#5454) 2023-09-24 09:28:09 +02:00
validators `ProveField` cleanups in `slashing_protection_common` (#5477) 2023-10-04 10:26:52 +02:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim convert remaining `toFork` -> `kind` for consistency (#5462) 2023-09-27 15:10:28 +00:00
beacon_chain_db_immutable.nim automated consensus spec URL updating to v1.4.0-beta.2 (#5453) 2023-09-21 18:06:51 +00:00
beacon_chain_db_light_client.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
beacon_clock.nim remove `{.raises: [Defect].}` Nim 1.2 compatibility (#5352) 2023-08-25 11:29:07 +02:00
beacon_node.nim per payload-builder payload builder validator registration (#5431) 2023-09-20 17:00:37 +00:00
beacon_node_light_client.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02: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 replace `Eth2NetworkMetadata` case object with `Result` (#5452) 2023-09-22 23:45:24 +02:00
conf_light_client.nim rename --stop-at-epoch flag to --debug-stop-at-epoch (#5361) 2023-08-30 14:15:19 +03: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 REST server fixes and improvements. (#5422) 2023-09-27 16:45:33 +02:00
era_db.nim async batch verification (+40% sig verification throughput) (#5176) 2023-08-03 11:36:45 +03: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 BN+LC+SN: Fix cancellation deprecate warnings. (#5455) 2023-09-22 11:06:27 +00:00
light_client.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
light_client_db.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nimbus_beacon_node.nim Merge stable into unstable 2023-09-28 11:32:54 +01:00
nimbus_beacon_node.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_binary_common.nim Increase default file limit on startup (#5436) 2023-09-21 16:08:13 +02:00
nimbus_light_client.nim Merge stable into unstable 2023-09-28 11:32:54 +01:00
nimbus_light_client.nim.cfg remove `news` leftovers (#4299) 2022-11-08 20:06:54 +00:00
nimbus_signing_node.nim BN+LC+SN: Fix cancellation deprecate warnings. (#5455) 2023-09-22 11:06:27 +00:00
nimbus_signing_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_validator_client.nim Make KeystoreCache working with KeystoreManagement API. (#5443) 2023-09-21 20:07:02 +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 consensus spec URL updating to v1.4.0-beta.2 (#5453) 2023-09-21 18:06:51 +00:00
statusbar.nim remove `{.raises: [Defect].}` Nim 1.2 compatibility (#5352) 2023-08-25 11:29:07 +02:00
trusted_node_sync.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02:00
version.nim Version 23.9.1 2023-09-25 21:24:25 +01:00
wallets.nim remove `{.raises: [Defect].}` Nim 1.2 compatibility (#5352) 2023-08-25 11:29:07 +02:00