Skip to content
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

feat: update t0114 #53

Merged
merged 15 commits into from
Jun 13, 2023
Merged

feat: update t0114 #53

merged 15 commits into from
Jun 13, 2023

Conversation

laurentsenta
Copy link
Contributor

@laurentsenta laurentsenta commented May 18, 2023

  • update t0114 to use gateway helper
  • add dnslink to t0114
  • add ipnslink to t0114

@laurentsenta laurentsenta marked this pull request as draft May 18, 2023 15:25
@laurentsenta laurentsenta force-pushed the feat/update-t0114 branch 2 times, most recently from 7ef5724 to b067e32 Compare May 23, 2023 15:34

return ipns.ValidateWithPeerID(id, i.pb)
func (i *IpnsRecord) B58MH() string {
return i.id.String()
Copy link
Contributor Author

@laurentsenta laurentsenta May 23, 2023

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.

Copy link
Member

@lidel lidel Jun 13, 2023

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.

Copy link
Contributor Author

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
}
Copy link
Contributor Author

@laurentsenta laurentsenta May 23, 2023

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.

@laurentsenta laurentsenta mentioned this pull request May 29, 2023
20 tasks
@laurentsenta laurentsenta force-pushed the feat/update-t0114 branch 6 times, most recently from 6b0a69e to 785191d Compare June 8, 2023 12:16
@laurentsenta laurentsenta marked this pull request as ready for review June 8, 2023 12:28
@laurentsenta laurentsenta mentioned this pull request Jun 13, 2023
29 tasks
tooling/ipns/record.go Outdated Show resolved Hide resolved
@laurentsenta laurentsenta merged commit 958a4e8 into main Jun 13, 2023
@hacdias hacdias deleted the feat/update-t0114 branch June 19, 2023 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants