Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#4543).

This commit is contained in:
Richard Moore 2024-02-14 12:36:29 -05:00
parent f45bb87aef
commit 7f14bdebf1

@ -231,7 +231,7 @@ export class EnsResolver {
});
params = [
dnsEncode(this.name),
dnsEncode(this.name, 255),
iface.encodeFunctionData(fragment, params)
];