Skip to content

Conversation

@masterSplinter01
Copy link

@masterSplinter01 masterSplinter01 commented Apr 4, 2022

If I understand correctly, maxDomainNameFragmentLength means maximum length of label of domain name.
By wiki and spec:

A label may contain zero to 63 characters. The null label, of length zero, is reserved for the root zone. The full domain name may not exceed the length of 253 characters in its textual representation

But now we compare with 62 and don't allow labels with 63 octets length.

masterSplinter01 pushed a commit to masterSplinter01/neofs-contract that referenced this pull request Apr 4, 2022
@masterSplinter01 masterSplinter01 force-pushed the fix-domain-fragment-length branch from d2adf08 to 085ca06 Compare April 4, 2022 19:13
@fyrchik
Copy link
Contributor

fyrchik commented Apr 5, 2022

Could you add nns: prefix to the commit message?
Also spec quote in the full commit message would be helpful.

maxDomainNameFragmentLength means maximum length of label of domain name

A label may contain zero to 63 characters. The null label, of length
zero, is reserved for the root zone. The full domain name may not exceed
the length of 253 characters in its textual representation

Signed-off-by: Angira Kekteeva <[email protected]>
@masterSplinter01 masterSplinter01 force-pushed the fix-domain-fragment-length branch from 085ca06 to e2e1a47 Compare April 5, 2022 10:32
@alexvanin alexvanin merged commit 0aa7fd4 into nspcc-dev:master Apr 5, 2022
AnnaShaleva added a commit to AnnaShaleva/non-native-contracts that referenced this pull request Sep 5, 2022
According to [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034#section-3.1),
"Each node has a label, which is zero to 63 octets in length".

Originally fixed in nspcc-dev/neofs-contract#238.
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 5, 2022
AnnaShaleva added a commit to AnnaShaleva/non-native-contracts that referenced this pull request Sep 6, 2022
According to [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034#section-3.1),
"Each node has a label, which is zero to 63 octets in length".

Originally fixed in nspcc-dev/neofs-contract#238.
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 8, 2022
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants