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
Once matter-labs/zksync-era/pull/3031 is merged, session key module will be able to check expiry and limits with LimitType == Allowance.
For the latter to work, it will be required to pass additional hook data that represent time period ids (since we cannot calculate them on our own in validation phase, only assert the range).
The text was updated successfully, but these errors were encountered:
Once matter-labs/zksync-era/pull/3031 is merged, session key module will be able to check
expiry
and limits withLimitType == Allowance
.For the latter to work, it will be required to pass additional hook data that represent time period ids (since we cannot calculate them on our own in validation phase, only assert the range).
The text was updated successfully, but these errors were encountered: