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
Allow use of OMNameResolver without validating DNSSEC expiry
While all `OMNameResolver` users should at least use the block time
to avoid accepting stale DNSSEC proofs, in some cases its annoying
to pipe that data through and time may not be available (e.g. in a
no-std environment).
Here we enable such use by exposing an additional constructor and
disabling expiry validation when it is used.
0 commit comments