nimbus-eth2/beacon_chain
Etan Kissling 0037e6b89c
reject malformed keystore files (#3201)
PBKDF2 based keystore files are required to have `dklen >= 32`.
This patch ensures that keystores not fulfilling that requirement
are properly rejected.
2021-12-15 19:55:11 +01:00
..
consensus_object_pools Backfill support for ChainDAG (#3171) 2021-12-13 14:36:06 +01:00
eth1 Merge BeaconBlock gossip validation (#3165) 2021-12-08 17:29:22 +00:00
fork_choice Fork choice EF consensus tests (#3041) 2021-11-25 19:41:39 +01:00
gossip_processing v1.1.6 spec updates (minor, mostly URLs) (#3197) 2021-12-14 21:02:29 +00:00
networking fix typo (`snapshop` -> `snapshot`) (#3192) 2021-12-14 15:44:34 +00:00
rpc BlockId reform (#3176) 2021-12-09 19:06:21 +02:00
spec reject malformed keystore files (#3201) 2021-12-15 19:55:11 +01:00
sync Backfill support for ChainDAG (#3171) 2021-12-13 14:36:06 +01:00
validator_client batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
validators additional startup logging 2021-12-15 11:13:48 +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 Backfill support for ChainDAG (#3171) 2021-12-13 14:36:06 +01:00
beacon_chain_db_immutable.nim v1.1.{5 -> 6} phase 0 and altair spec URL updates (#3157) 2021-12-03 17:40:23 +00:00
beacon_clock.nim v1.1.{5 -> 6} phase 0 and altair spec URL updates (#3157) 2021-12-03 17:40:23 +00:00
beacon_node.nim move quarantine outside of chaindag (#3124) 2021-12-06 10:49:01 +01:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
conf.nim update some spec URLs to v1.1.6 (#3188) 2021-12-13 15:45:48 +00: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
nimbus_beacon_node.nim additional startup logging 2021-12-15 11:13:48 +01:00
nimbus_beacon_node.nim.cfg Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
nimbus_binary_common.nim Reduce the logging-related breaking changes (#3070) 2021-11-10 11:02:18 +02:00
nimbus_signing_node.nim batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
nimbus_signing_node.nim.cfg Remote signing client/server. (#3077) 2021-11-30 03:20:21 +02:00
nimbus_validator_client.nim Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
nimbus_validator_client.nim.cfg Logging and startup improvements (#3038) 2021-11-02 18:06:36 +01:00
sszdump.nim ncli_db: add putState, putBlock (#3096) 2021-11-18 13:02:43 +01:00
statediff.nim Keep cooked pubkeys in cache (#3122) 2021-11-25 19:41: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
version.nim Version 1.5.5 2021-12-03 20:04:38 +02:00