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
We want to have smooth transition of the hard fork phases on the govtool and ensure that nothing breaks
What
Testing for the hardfork phases based on the protocol version
Testing the network compatibility
How
For this, we need to the following information from the backend (or wallet (does not seem possible atm))
Network tip
protocol version
Network name/id
With information, we need to update the tests to enable conditional checks on the tests. This involves which gov actions are currently valid for the current protocol version and whether or not the govtool has addressed that sufficiently.
This also involves setup stage of test confirming the wallet is inline with the network the backend is configured for.
Dependency
Backend API provides protocol version, network tip information
Govtool frontend is updated to check for wallet network and backend network
Govtool frontend is updated to react according to the protocol version. Eg. enabling/disabling certain gov actions.
References to hard coded SanchoNet should be removed with network name obtained from backend or the wallet.
The text was updated successfully, but these errors were encountered:
Why
We want to have smooth transition of the hard fork phases on the govtool and ensure that nothing breaks
What
How
For this, we need to the following information from the backend (or wallet (does not seem possible atm))
With information, we need to update the tests to enable conditional checks on the tests. This involves which gov actions are currently valid for the current protocol version and whether or not the govtool has addressed that sufficiently.
This also involves setup stage of test confirming the wallet is inline with the network the backend is configured for.
Dependency
The text was updated successfully, but these errors were encountered: