nimbus-eth2/beacon_chain/spec
Jacek Sieka ca63d48b82
tone down validator exit logging (#1939)
Validators exiting is normal, no need to scream about it

* avoid reallocating seq on big exit queue
* avoid fetching state cache when updating head (it's rarely needed)
* remove incorrectly implemented live validator counts (avoids memory
allocs)
2020-11-02 18:34:23 +01:00
..
eth2_apis minor api cleanups (#1913) 2020-10-28 19:51:38 +01:00
presets update v1.0.0-rc.0 preset spec references (#1891) 2020-10-19 13:53:23 +00:00
beaconstate.nim tone down validator exit logging (#1939) 2020-11-02 18:34:23 +01:00
crypto.nim BLS signature v4 (#1912) 2020-10-27 09:37:04 +01:00
datatypes.nim use MAXIMUM_GOSSIP_CLOCK_DISPARITY for BeaconBlock verification (#1918) 2020-10-28 14:04:21 +01:00
digest.nim update 130+ spec references from v0.12.3 to v1.0.0-rc1 (#1854) 2020-10-12 08:59:24 +00:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
helpers.nim update 130+ spec references from v0.12.3 to v1.0.0-rc1 (#1854) 2020-10-12 08:59:24 +00:00
keystore.nim Fix #1855; Add support for wallet recovery passwords 2020-10-30 23:56:04 +02:00
network.nim p2p-interface spec ref bump (except non-updated places) (#1862) 2020-10-12 14:37:14 +00:00
preset_values.nim Multinet fixes (#1774) 2020-09-29 10:12:57 +02:00
presets.nim add v1.0.0-rc.0 support behind compile-time flag (#1852) 2020-10-13 17:21:25 +00:00
signatures.nim update 130+ spec references from v0.12.3 to v1.0.0-rc1 (#1854) 2020-10-12 08:59:24 +00:00
state_transition.nim fix db growth on attestation processing (#1860) 2020-10-15 14:28:44 +02:00
state_transition_block.nim tone down validator exit logging (#1939) 2020-11-02 18:34:23 +01:00
state_transition_epoch.nim speed up reward/penalty calculation 2020-10-23 19:23:36 +03:00
validator.nim misc memory and perf fixes (#1899) 2020-10-22 12:53:33 +02:00
weak_subjectivity.nim Address review comments 2020-10-07 09:32:03 +03:00