You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prysm was updating the ENR with validator committee assignments. This resulted in frequent ENR updates and leaks information about what validators a node is tied to:
Issue: Noticed high seq no’s in the topaz testnet due to frequent attnets field updates - ethereum/consensus-specs#1774
make sure the attnet field isn't changes each time a node's validator committee assignment is modified. Only persistent committee subscriptions should be advertised.
If a node hosts N validators then it should subscribe to N persistent committees
check the distribution of persistent subnet subscriptions?
If it helps prkl could be used to help inspect these fields for you. lmk, if you need any mods, or if you would like to use it as a library. 🤷♂️
The text was updated successfully, but these errors were encountered:
Prysm was updating the ENR with validator committee assignments. This resulted in frequent ENR updates and leaks information about what validators a node is tied to:
Issue: Noticed high seq no’s in the topaz testnet due to frequent attnets field updates - ethereum/consensus-specs#1774
Fix: Add note to clarify when to update ENR record attnet - ethereum/consensus-specs#1775
Possible tests could be:
If it helps prkl could be used to help inspect these fields for you. lmk, if you need any mods, or if you would like to use it as a library. 🤷♂️
The text was updated successfully, but these errors were encountered: