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
This issue requires updating all helpers in the packages/ensnode-sdk/src/registrars/registration-expiration.ts file to use semantic types (UnixTimestamp, Duration) instead of native JS types (i.e. bigint).
Please note, that it might not be a straightforward update due to the max allowed expiry value:
This issue requires updating all helpers in the
packages/ensnode-sdk/src/registrars/registration-expiration.tsfile to use semantic types (UnixTimestamp,Duration) instead of native JS types (i.e.bigint).Please note, that it might not be a straightforward update due to the max allowed expiry value:
ensnode/packages/integration-test-env/src/seed/registrar.ts
Lines 37 to 41 in af444c3
See failing test cases for reference:
https://github.com/namehash/ensnode/actions/runs/29262138543/job/86857912354?pr=2350