-
Notifications
You must be signed in to change notification settings - Fork 178
Added a ResolveFresh function to skip the cache #37
base: master
Are you sure you want to change the base?
Conversation
@lgierth LGTY? |
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.
CI very badly needs fixing -- let me take care of that real quick.
Let me know about my comment, then definitely push your branch once more to trigger a new CI run
return s.resolve(id, false) | ||
} | ||
|
||
// ResolveFresh resolves the string provided to an /ipfs/[hash] without looking |
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.
Do you mean /ipns/[hash]
here? Same for the comment above Resolve()
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.
it resolves the thing provided (which may be an ipns or an ipfs thing?) to an ipfs hash
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Oh okay I fixed it to week ago already: #40 -- in that case, simply rebase your branch on master |
e74038c
to
a0b02dd
Compare
@lgierth rebased |
should i try rebasing again? |
a0b02dd
to
8740b27
Compare
This LGTM, cc @lgierth for 👍 |
No description provided.