nimbus-eth2/beacon_chain/spec
Jacek Sieka ef8bab58eb
load suggested fee recipient file also when keymanager is disabled (#4078)
Since these files may have been created in a previous run or manually,
we want to keep loading them even on nodes that don't enable the
keystore API (for example static setups)

Other changes:

* log keystore loading progressively (#3699)
* print initial fee recipient when loading validators
* log dynamic fee recipient updates
2022-09-17 08:30:07 +03:00
..
datatypes update consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
eth2_apis load suggested fee recipient file also when keymanager is disabled (#4078) 2022-09-17 08:30:07 +03: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 consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
beaconstate.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00: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 remove rest of `withState.state` usage (#4120) 2022-09-16 15:35:00 +02:00
helpers.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
keystore.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4109) 2022-09-10 17:16:38 +00:00
light_client_sync.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
network.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
presets.nim load suggested fee recipient file also when keymanager is disabled (#4078) 2022-09-17 08:30:07 +03:00
signatures.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
signatures_batch.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02: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 consensus layer spec ref URLs to v1.2.0-rc.3 (#4117) 2022-09-13 17:30:11 +00:00
validator.nim update consensus layer spec ref URLs to v1.2.0-rc.3 (#4109) 2022-09-10 17:16:38 +00:00
weak_subjectivity.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00