nimbus-eth2/beacon_chain
Zahary Karadjov 47f1f7ff1a More efficient reward data persistance; Address review comments
The new format is based on compressed CSV files in two channels:

* Detailed per-epoch data
* Aggregated "daily" summaries

The use of append-only CSV file speeds up significantly the epoch
processing speed during data generation. The use of compression
results in smaller storage requirements overall. The use of the
aggregated files has a very minor cost in both CPU and storage,
but leads to near interactive speed for report generation.

Other changes:

- Implemented support for graceful shut downs to avoid corrupting
  the saved files.

- Fixed a memory leak caused by lacking `StateCache` clean up on each
  iteration.

- Addressed review comments

- Moved the rewards and penalties calculation code in a separate module

Required invasive changes to existing modules:

- The `data` field of the `KeyedBlockRef` type is made public to be used
  by the validator rewards monitor's Chain DAG update procedure.

- The `getForkedBlock` procedure from the `blockchain_dag.nim` module
  is made public to be used by the validator rewards monitor's Chain DAG
  update procedure.
2022-01-18 01:56:56 +02:00
..
consensus_object_pools More efficient reward data persistance; Address review comments 2022-01-18 01:56:56 +02:00
eth1 Re-enable the HTTP support in Eth1Monitor 2022-01-16 18:26:21 +02:00
fork_choice time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
gossip_processing update sync committee gossip validation comments; spec URL updates (#3280) 2022-01-13 13:46:08 +00:00
networking More efficient reward data persistance; Address review comments 2022-01-18 01:56:56 +02:00
rpc rest: fix invalid type `RestSyncCommitteeSubscription` 2022-01-17 22:33:24 +02:00
spec More efficient reward data persistance; Address review comments 2022-01-18 01:56:56 +02:00
sync move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
validator_client time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
validators move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01: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 Precise per-component ETH-denominated rewards tracking 2022-01-18 01:56:56 +02:00
beacon_chain_db_immutable.nim Precise per-component ETH-denominated rewards tracking 2022-01-18 01:56:56 +02:00
beacon_clock.nim time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
beacon_node.nim Implement #3129 (Optimized history traversals in the REST API) (#3219) 2022-01-05 15:49:10 +01:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
conf.nim Trusted node sync (#3209) 2022-01-17 10:27:08 +01:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim bump `nim-stint` (#2969) 2021-10-14 14:13:51 +03:00
nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_beacon_node.nim Trusted node sync (#3209) 2022-01-17 10:27:08 +01:00
nimbus_beacon_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_binary_common.nim time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
nimbus_signing_node.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02: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 time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim ncli_db: add putState, putBlock (#3096) 2021-11-18 13:02:43 +01:00
statediff.nim time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
statusbar.nim switch result = foo to expression return; unexport rest of logtrace symbols (#2788) 2021-08-17 09:51:39 +00:00
trusted_node_sync.nim Trusted node sync (#3209) 2022-01-17 10:27:08 +01:00
version.nim Version 1.6.0 2022-01-14 13:52:06 +02:00