nimbus-eth2/beacon_chain/spec
Viktor Kirilov e926db22b9 initial implementation of attestation aggregation for the validator API 2020-09-24 11:31:14 +03:00
..
eth2_apis initial implementation of attestation aggregation for the validator API 2020-09-24 11:31:14 +03:00
presets/v0_12_3 Adds the Spedina testnet; Upgrades the spec presets to spec v0.12.3 2020-09-22 18:51:51 +03:00
beaconstate.nim mark comments documenting functions as a whole as such (#1613) 2020-09-08 08:54:55 +00:00
crypto.nim use a separate process for the private keys (Off by default) - there is a new signing_process binary which loads all validators of the beacon node and the BN dictates through stdin of the signing process what to be signed and when and reads from stdout of the process 2020-09-02 12:47:00 +03:00
datatypes.nim minimal v0.12.3 update (#1716) 2020-09-21 15:58:35 +00:00
digest.nim Upgrade blst (#1682) 2020-09-18 16:55:55 +02:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
helpers.nim mark comments documenting functions as a whole as such (#1613) 2020-09-08 08:54:55 +00:00
keystore.nim Fix https://github.com/status-im/nim-beacon-chain/issues/1701 + raise concerns in keystore secrets protection (#1726) 2020-09-24 07:27:56 +02:00
network.nim [skip ci] Use GOSSIP_MAX_SIZE when snappy decoding in the inspector as well; Bumps 2020-08-19 14:33:52 +03:00
preset_values.nim Adds the Spedina testnet; Upgrades the spec presets to spec v0.12.3 2020-09-22 18:51:51 +03:00
presets.nim minimal v0.12.3 update (#1716) 2020-09-21 15:58:35 +00:00
signatures.nim use a separate process for the private keys (Off by default) - there is a new signing_process binary which loads all validators of the beacon node and the BN dictates through stdin of the signing process what to be signed and when and reads from stdout of the process 2020-09-02 12:47:00 +03:00
state_transition.nim Fix some warnings and hints and partly revert #1610 (#1615) 2020-09-08 11:32:43 +00:00
state_transition_block.nim [WIP] skeleton of attester slashing pool & validators (#1639) 2020-09-14 16:26:31 +02:00
state_transition_epoch.nim improve slot processing speeds (#1670) 2020-09-16 20:59:33 +00:00
state_transition_helpers.nim more speedups 2020-08-19 14:51:04 +03:00
validator.nim mark comments documenting functions as a whole as such (#1613) 2020-09-08 08:54:55 +00:00