Follow RFC1464 for NNS TXT records #91

Open
opened 2024-04-24 09:05:44 +00:00 by fyrchik · 2 comments
Owner

https://datatracker.ietf.org/doc/html/rfc1464#section-2

host.widgets.com   IN   TXT   "printer=lpr5"

As per https://github.com/neo-project/proposals/pull/133/ the soon-to-be-accepted format will be neo.xxx.xx TXT "address=NUVPACMnKFhpuHjsRjhUvXz1XhqfGZYVtY"

Blocked until upstream proposal is merged.

https://datatracker.ietf.org/doc/html/rfc1464#section-2 ``` host.widgets.com IN TXT "printer=lpr5" ``` As per https://github.com/neo-project/proposals/pull/133/ the soon-to-be-accepted format will be `neo.xxx.xx TXT "address=NUVPACMnKFhpuHjsRjhUvXz1XhqfGZYVtY"` Blocked until upstream proposal is merged.
fyrchik added the
blocked
label 2024-04-24 09:05:48 +00:00
Author
Owner

Same can be done for CID (nice-name) and public key (group public key for contract signatures). This one is not blocked, but we still need to ensure compatibility between versions of the frostfs-node/frostfs-adm

omg.container   IN   TXT   "cid=2XNt19rdBmemC2Z54RML5quZMGAStQDwDV5v7CEmxjeX"
group.frostfs   IN   TXT   "pubkey=0203bf0bd6ed69517d52cd51a7ebd9ce76a39c898775436d3a2da42e70790bbe20"
Same can be done for CID (nice-name) and public key (group public key for contract signatures). This one is not blocked, but we still need to ensure compatibility between versions of the frostfs-node/frostfs-adm ``` omg.container IN TXT "cid=2XNt19rdBmemC2Z54RML5quZMGAStQDwDV5v7CEmxjeX" group.frostfs IN TXT "pubkey=0203bf0bd6ed69517d52cd51a7ebd9ce76a39c898775436d3a2da42e70790bbe20" ```
Author
Owner

This task better be in the frostfs-node repo. What we may do here is to write a convenient wrappers.

This task better be in the frostfs-node repo. What we may do here is to write a convenient wrappers.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-contract#91
No description provided.