-
Notifications
You must be signed in to change notification settings - Fork 14
feat: update t0114 #53
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
Conversation
7ef5724 to
b067e32
Compare
|
|
||
| return ipns.ValidateWithPeerID(id, i.pb) | ||
| func (i *IpnsRecord) B58MH() string { | ||
| return i.id.String() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Highlight: I'm not a super fan of this, it relies on internal details of libp2p I think, but I haven't found a reusable piece of code to do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laurentsenta check ipfs/boxo#339 – @hacdias refactored and added some UX improvements around ipns.Record.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the note, I logged that as an item in #8, we'll review once the PR is merged!
| // panic(err) | ||
| // } | ||
| // return s | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Highlight: I couldn't find a reusable way to do this, so I copied some code out of libp2p.
6b0a69e to
785191d
Compare
6373fef to
3531901
Compare
Uh oh!
There was an error while loading. Please reload this page.