tersec
36545e1d84
remove expensive logging from function called in prepareBeaconProposer inner loop ( #5776 )
2024-01-17 22:58:46 +00:00
Jacek Sieka
62cbdeefc5
verify `genesis_time` more strictly ( fixes #1667 ) ( #5694 )
...
Bogus values lead to crashes down the line when timers overflow
2024-01-06 15:26:56 +01:00
tersec
115ffa70eb
rm unused code ( #5623 )
2023-11-25 12:09:18 +00:00
Etan Kissling
8e500aa62f
allow filtering fee recipient logs by topic ( #5320 )
...
Add separate log topic for `Refreshing fee recipient` messages.
2023-08-19 11:16:30 +00:00
Jacek Sieka
af52edaef7
Reduce fee recipient log spam ( #4255 )
...
Once is enough
2022-10-25 14:47:43 +02:00
tersec
16817fef95
cleanups: `proc` -> `func`, unused import, spec URLs ( #4224 )
2022-10-08 05:07:54 -05:00
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
zah
cd04f27c37
Implement the /eth/v1/validator/prepare_beacon_proposer end-point ( #3901 )
2022-07-25 23:12:53 +03:00