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
## Motivation
We currently pass around a genesis configuration when deploying a
validator but this is not really needed.
This is the first step to simplify things.
## Proposal
* Create a notion of network description to be persisted in DB
* Use it in the proxy
* Upgrade the RPC to return the full `NetworkInformation` while we're at
it.
Incidentally, we won't compute the genesis config hash over and over
again.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments