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
Write zombienet test with 1 KAGOME validator, 7 Polkadot validators, 2 parachain nodes (or more if needed). Async backing and elastic scaling should be enabled.
Test should ensure that our reputation is not decreasing more than reputation of any other validator running on Polkadot SDK. To achieve this we need:
Prepare toml file with network configuration where Polkadot-SDK validators send logs with reputation changes
Check logs from any Polkadot-SDK validator and compare number of reputation decreases of any other Polkadot-SDK validator
Add condition to zndsl file ensuring that number of reputation decreases of each type of KAGOME validator is not larger than the number of reputation decreases of the same type of Polkadot-SDK validator
The text was updated successfully, but these errors were encountered:
Write zombienet test with 1 KAGOME validator, 7 Polkadot validators, 2 parachain nodes (or more if needed). Async backing and elastic scaling should be enabled.
Test should ensure that our reputation is not decreasing more than reputation of any other validator running on Polkadot SDK. To achieve this we need:
The text was updated successfully, but these errors were encountered: