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 plan on testing invalid chains that contain only one type of invalid payload. This enables us to have simpler generators, and explore a smaller state space. However, to make sure we're not missing important cases, for instance errors in different STS's that cancel each other, we must test that the update in one STS does not affect the other.
We could test independence up to 2k blocks forward, or simply independence up to 1 block forward (which might result in tests that are easy to write, and faster to execute).
The text was updated successfully, but these errors were encountered:
755: Document the address discrimination problem from cardano-sl (NetworkMagic) r=intricate a=intricate
Closes#727.
Co-authored-by: Luke Nadur <[email protected]>
We plan on testing invalid chains that contain only one type of invalid payload. This enables us to have simpler generators, and explore a smaller state space. However, to make sure we're not missing important cases, for instance errors in different STS's that cancel each other, we must test that the update in one STS does not affect the other.
We could test independence up to 2k blocks forward, or simply independence up to 1 block forward (which might result in tests that are easy to write, and faster to execute).
The text was updated successfully, but these errors were encountered: