nimbus-eth2/beacon_chain/spec
tersec d0de1a49a3
Fix some warnings and hints and partly revert #1610 (#1615)
* address some XDeclaredButNotUsed, ConvFromXtoItselfNotNeeded, and UnusedImport hints and warnings

* partly revert #1610
2020-09-08 11:32:43 +00:00
..
eth2_apis Add an option for graffiti customization 2020-07-12 21:01:31 +03:00
presets/v0_12_2 Fix 'make test' 2020-08-06 14:49:58 +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 Fix some warnings and hints and partly revert #1610 (#1615) 2020-09-08 11:32:43 +00:00
digest.nim avoid unnecessary seq allocations (#1573) 2020-08-27 08:32:51 +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 some warnings and hints and partly revert #1610 (#1615) 2020-09-08 11:32:43 +00: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 v0.12.2 beacon chain protocol update (#1378) 2020-07-27 12:59:57 +02:00
presets.nim make eth1 distance runtime configurable 2020-08-06 14:49:58 +03: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 perform slashing check before mutation (#1594) 2020-09-01 09:49:55 +02:00
state_transition_epoch.nim mark comments documenting functions as a whole as such (#1613) 2020-09-08 08:54:55 +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