stacks-network / subdomain-registrar

Subdomain registrar for the Stacks network
MIT License
18 stars 16 forks source link

Support for transferring subdomain records #15

Open jcnelson opened 6 years ago

jcnelson commented 6 years ago

The protocol supports transferring subdomains to new keys, but the registrar needs to be able to accept a signed transfer request to do so.

kantai commented 6 years ago

This and #13 are roughly identical -- a subdomain update operation is just a whole new record, signed by the prior owner. I'll add support for this here and in blockstack.js shortly.