We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pubkey
Since ENS doesn't have the concept of reserved keys on the texts table, we need to decouple the pubkey from the texts table.
texts
setPubkey
techno.eth
PubkeyResolver
function setPubkey( bytes32 node, bytes32 x, bytes32 y ) external virtual authorised(node)
The text was updated successfully, but these errors were encountered:
pikonha
No branches or pull requests
Feature Request
Since ENS doesn't have the concept of reserved keys on the
texts
table, we need to decouple thepubkey
from thetexts
table.Describe Preferred Solution
pubkey
tablepubkey
reserved key from thetexts
databasesetPubkey
calls to the newly created tableQA Replication steps
techno.eth
)PubkeyResolver
interface:The text was updated successfully, but these errors were encountered: