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

update lassie v0.8.1 #324

Merged
merged 1 commit into from Apr 7, 2023
Merged

update lassie v0.8.1 #324

merged 1 commit into from Apr 7, 2023

Conversation

hannahhoward
Copy link
Contributor

Goals

Update Lassie to support car-scope parameter, a few other things

For discussion

The conversion of depth parameter to car-scope in lassie.js is cause I think ARC may still be sending only depth=1

@guanzo guanzo merged commit 6d72310 into main Apr 7, 2023
4 checks passed
@guanzo guanzo deleted the feat/update-lassie-v0.8.1 branch April 7, 2023 02:12
}
if (key === "depth" && val === "0") {
newKey = "car-scope";
newVal = "root";
Copy link

@lidel lidel Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hannahhoward is this a typo or did we implement different things? 🙈

ipfs/bifrost-gateway#80https://github.com/ipfs/bifrost-gateway/pull/81/files → I did block instead of root as we used both during discussion, and I went with block as it felt more descriptive (just like file is more than adl).

(not the end of the world, no need to revert release, bifrost-gateway still sends depth=0 so it will work fine, but we should clean this up next week before we remove depth)

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.

None yet

3 participants