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
While working on #369, @PetarMax and I noticed that Optimism-specific lemmas that are imported in the PortalTest contract via
kontrol build --require lemmas.k --module-import PortalTest:PAUSABILITY-LEMMAS
are only being imported into PortalTest-VERIFICATION module:
module S2KtestZModPortalTest-VERIFICATION
imports public S2KtestZModPortalTest-CONTRACT
imports public PAUSABILITY-LEMMAS
endmodule
but it looks like they’re being used across all tests in Kontrol test suite. For example, AssumeTest.test_assume_false(uint256,uint256) is affected, with
For further investigation.
While working on #369, @PetarMax and I noticed that Optimism-specific lemmas that are imported in the
PortalTest
contract viaare only being imported into
PortalTest-VERIFICATION
module:but it looks like they’re being used across all tests in Kontrol test suite. For example,
AssumeTest.test_assume_false(uint256,uint256)
is affected, withgetting rewritten to
The text was updated successfully, but these errors were encountered: