Is your feature request related to a problem?
The p2p network view hash aims to ensure the validation nodes have the same view of the p2p nodes, mainly to ensure the last public keys are the same.
But since #1642 the validation nodes election algorithm uses the first public key of the nodes to compute the election, therefore there is no more needs to ensure the validation nodes have the same last public key for each nodes.
Describe the solution you'd like
We could remove the p2p network view hash from the network view to keep only the network chains view.
Additional context
No response
Epic
No response
Is your feature request related to a problem?
The p2p network view hash aims to ensure the validation nodes have the same view of the p2p nodes, mainly to ensure the last public keys are the same.
But since #1642 the validation nodes election algorithm uses the first public key of the nodes to compute the election, therefore there is no more needs to ensure the validation nodes have the same last public key for each nodes.
Describe the solution you'd like
We could remove the p2p network view hash from the network view to keep only the network chains view.
Additional context
No response
Epic
No response