fix: 0.37 SDK support #280
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
campaign-blocker
consider soon
Content
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry.tech#280
Loading…
Reference in a new issue
No description provided.
Delete branch "0.37-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basic support for the new SDK. Tested locally.
Not sure how
rawContentCollection.push(fetchMetadata({ claim: url, method: "resolve", example: 1 }));
worked with example = 3...it would not work locally (would show a blank list on tip page). Maybe there's a better fix for it, that's the best I had for now.Requires https://github.com/lbryio/web-daemon/pull/14 + the SDK to be upgraded.
This needs to work with all examples before merging.
It does...
I don't understand your initial comment then.
See the code. I changed it from using example: 3 to example: 1 which did not work locally for that call (it should be the same as the trending call to resolve the white listed URLs). My comment was more about "how the heck did this work before" :)
Should this be
["mature"]
?that produces the same result in terms of the output syntax (the result itself is correct). This only affects the suggested syntax on the command line:
"tags": mature
The syntax does need to be cleaned up now that we don't pass the metadata tag directly.