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
The subdomain protocol supports updating subdomains (changing the zonefile or transferring the subdomain), through a signature field in the batched update. The API, which implements the subdomain processing, needs to validate these signatures before applying them. The protocol isn't well documented (or I can't find the old documentation), but I could find the old code:
The subdomain protocol supports updating subdomains (changing the zonefile or transferring the subdomain), through a signature field in the batched update. The API, which implements the subdomain processing, needs to validate these signatures before applying them. The protocol isn't well documented (or I can't find the old documentation), but I could find the old code:
https://github.com/stacks-network/stacks-blockchain/blob/253cf826d8230accc74b7d63b7e4160df6237bb1/blockstack/lib/subdomains.py#L199
Simplifying it down a little bit, the verification protocol looks something like:
The text was updated successfully, but these errors were encountered: