nimbus-eth2/beacon_chain/spec
Etan Kissling 0191225896
improve deposit processing performance (#4082)
When there are a lot of deposits, we decompress the public key into a
crypto cache. To avoid having those caches grow unreasonably big,
make sure to operate on the decompressed pubkey instead.
2022-09-07 20:49:32 +02:00
..
datatypes improve deposit processing performance (#4082) 2022-09-07 20:49:32 +02:00
eth2_apis update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
mev Fix a potential segfault and various potential stalls (#4003) 2022-08-19 21:51:30 +00:00
presets update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
beacon_time.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
beaconstate.nim state/forkyState cleanup; spec URL updates; rm unused imports (#4052) 2022-08-31 13:29:34 +02:00
block_id.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
crypto.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
digest.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
engine_authentication.nim update engine API spec ref URLs from alpha.9 to beta.1 (#4030) 2022-08-26 13:44:50 +03:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
eth2_merkleization.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
eth2_ssz_serialization.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
forks.nim allow accessing withState forky state via `forkyState` (#4026) 2022-08-26 17:14:18 +03:00
helpers.nim eth: bump (#4062) 2022-09-04 19:44:43 +02:00
keystore.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
light_client_sync.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
network.nim support connecting to peers without bellatrix (#4011) 2022-08-21 19:36:46 +02:00
presets.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
signatures.nim improve deposit processing performance (#4082) 2022-09-07 20:49:32 +02:00
signatures_batch.nim avoid rechecking bellatrix+ block signatures in state transition (#4085) 2022-09-07 16:45:46 +00:00
ssz_codec.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
state_transition.nim remove some Bellatrix-specific references (#4019) 2022-09-03 20:56:20 +00:00
state_transition_block.nim state/forkyState cleanup; spec URL updates; rm unused imports (#4052) 2022-08-31 13:29:34 +02:00
state_transition_epoch.nim update spec ref URLs in state_transition_epoch (#4016) 2022-08-23 13:06:12 +00:00
validator.nim allow accessing withState forky state via `forkyState` (#4026) 2022-08-26 17:14:18 +03:00
weak_subjectivity.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00