nimbus-eth2/beacon_chain
Jacek Sieka d0dbc4a8f9
Snappy revamp (#3564)
This PR makes the necessary adjustments to deal with the revamped snappy
API.

In practical terms for nimbus-eth2, there are performance increases to
gossip processing, database reading and writing as well as era file
processing. Exporting `.era` files for example, a snappy-heavy
operation, almost halves in total processing time:

Pre:

```
     Average,       StdDev,          Min,          Max,      Samples,         Test
      39.088,        8.735,       23.619,       53.301,           50, tState
     237.079,       46.692,      165.620,      355.481,           49, tBlocks
```

Post:

```
All time are ms
     Average,       StdDev,          Min,          Max,      Samples,         Test
      25.350,        5.303,       15.351,       41.856,           50, tState
     141.238,       24.164,       99.990,      199.329,           49, tBlocks
```
2022-04-15 09:44:06 +02:00
..
consensus_object_pools stylecheck fixes (#3593) 2022-04-14 17:39:37 +02:00
eth1 post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00:00
fork_choice stylecheck fixes (#3592) 2022-04-14 13:47:14 +03:00
gossip_processing post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00:00
networking Snappy revamp (#3564) 2022-04-15 09:44:06 +02:00
rpc enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
spec post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00:00
sync NoMonitor and removed clock check for SyncManager. (#3420) 2022-04-14 15:17:44 +02:00
validator_client enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
validators post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00: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 Snappy revamp (#3564) 2022-04-15 09:44:06 +02:00
beacon_chain_db_immutable.nim rm unused imports (#3580) 2022-04-08 21:35:52 +00:00
beacon_clock.nim automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +00:00
beacon_node.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
conf.nim post-merge Bellatrix block proposals (#3570) 2022-04-14 20:15:34 +00:00
deposits.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
era_db.nim Snappy revamp (#3564) 2022-04-15 09:44:06 +02: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 enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nimbus_beacon_node.nim only initialize JWT if useJwt is set (#3585) 2022-04-12 22:28:01 +00: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 Helpful error message when the user fails to use an array type in TOML 2022-03-09 19:11:41 +02:00
nimbus_signing_node.nim enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +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 Allow running Nimbus as a Windows service (--run-as-service) 2022-03-05 15:53:47 +02:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim introduce light client processor (#3509) 2022-03-17 23:26:56 +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 tns: checkpoint wal periodically while backfilling (#3516) 2022-03-18 12:32:20 +01:00
version.nim version 22.4.0 2022-04-12 00:02:28 +03:00
wallets.nim move wallet/deposit commands to separate files (#3372) 2022-02-11 21:40:49 +01:00