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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Update params validation test to use context creation utility function and check for throw
if len(certificateBytes) == 0 and ccu.params.inboxUpdate is empty should throw
if chainAccount(ccu.params.sendingChainID) does not exist should throw
if len(validatorsUpdate.blsKeysUpdate) > 0 or len(validatorsUpdate.bftWeightsUpdate) > 0 or validatorsUpdate.bftWeightsUpdateBitmap != EMPTY_BYTES or ccu.params.certificateThreshold != validators(ccu.params.sendingChainID).certificateThreshold should call veriftValidatorsUpdate(ccu)
execute:
Update the context to indicate that now we stop the CCM processing.
ctx.ccmProcessing = False
(double check if this is done differently in the code through events or another method)
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered:
Expected behavior
Should be complete test coverage
Actual behavior
Missing tests:
verify:
execute:
ctx.ccmProcessing = False
(double check if this is done differently in the code through events or another method)
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered: