nimbus-eth2/beacon_chain/spec
Jacek Sieka d6f317950c
Compute state root instead of loading from database (#1297)
htr is fast now, so hitting the database to load the state root is no
longer motivated - the more simple code is less vulnerable to database
corruption.
2020-07-10 22:47:39 +02:00
..
eth2_apis Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00
presets/v0_12_1 Merge devel and resolve conflicts 2020-07-10 02:02:40 +03:00
beaconstate.nim Merge devel and resolve conflicts 2020-07-10 02:02:40 +03:00
crypto.nim Crypto rng (#1284) 2020-07-07 17:51:02 +02:00
datatypes.nim Merge branch 'devel' into cli-reforms 2020-07-10 16:23:27 +03:00
digest.nim eth2hash -> eth2digest 2020-06-16 13:30:21 +00:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
helpers.nim Merge devel and resolve conflicts 2020-07-10 02:02:40 +03:00
keystore.nim Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00
network.nim update most remaining non-fork-choice spec refs, updating code where necessary (#1292) 2020-07-09 11:43:27 +00:00
presets.nim Switch to uint64 as the default type for preset values 2020-07-08 14:00:40 +03:00
signatures.nim Merge devel and resolve the conflicts 2020-07-08 15:36:03 +03:00
state_transition.nim Compute state root instead of loading from database (#1297) 2020-07-10 22:47:39 +02:00
state_transition_block.nim Merge devel and resolve conflicts 2020-07-10 02:02:40 +03:00
state_transition_epoch.nim fix attestation handling bottlenecks in slot processing and quadratic-time inclusion delay rewards/palties in epoch processing; create infrastructure for dynamically (un)subscribing to/from attestation topics (#1294) 2020-07-10 09:24:04 +00:00
state_transition_helpers.nim update most remaining non-fork-choice spec refs, updating code where necessary (#1292) 2020-07-09 11:43:27 +00:00
validator.nim fix attestation handling bottlenecks in slot processing and quadratic-time inclusion delay rewards/palties in epoch processing; create infrastructure for dynamically (un)subscribing to/from attestation topics (#1294) 2020-07-10 09:24:04 +00:00