-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Add ipns record support #10
Comments
https://specs.ipfs.tech/ipns/ipns-record/#ipns-record the public key might not live in the record:
Which means we need to move around the public key / ipns name along with the record. File name is fine, but how do you store a record for an invalid key?
|
|
|
Complete, see the PR for discussion about car serving, etc. |
ipns record in tests:
Also add means to check the
Body
output:https://github.com/ipfs/kubo/blob/master/test/sharness/t0124-gateway-ipns-record.sh
ipns record during provision
The text was updated successfully, but these errors were encountered: