-
Notifications
You must be signed in to change notification settings - Fork 15
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: ipns v2 and v2 record combination and tests #157
Conversation
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.
lgtm, thanks for applying the fixes.
it may be not obvious why we have these checks or why certain edge case fails/passes, added Hints to elaborate
Results against Kubo master: Summary
|
Results against Kubo latest: Summary
|
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.
Thank you @hacdias! Lgtm. I will refer to these fixtures from IPIP-428.
I've added missing Hint
to some V1/V2 test cases to make it self-explanatory for the reader why certain checks exist.
@laurentsenta I've resolved conflict with main
, ok to merge?
Closes #144. Many IPNS tests. This fixtures can also later be re-used for when we add TTL. It also sets a nice precedent of adding a file where we programatically generate the fixtures in a language other than shell.