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
However, it's expected for it to fail with a failed assertion:
Failed to solve brillig function '(context.block_number()) as u64 < expiry_block_number as u64
The mismatch is triggered because the logs being emitted by the kernel and by the public processor don't match. Given there was a revert, it seems that the kernel was smart enough to not emit the logs, but the public processor wasn't.
The text was updated successfully, but these errors were encountered:
Test
e2e_fees dapp_subscription › should reject after the sub runs out
is failing with the following error:However, it's expected for it to fail with a failed assertion:
The mismatch is triggered because the logs being emitted by the kernel and by the public processor don't match. Given there was a revert, it seems that the kernel was smart enough to not emit the logs, but the public processor wasn't.
The text was updated successfully, but these errors were encountered: