Fix release_time query to match python hub. #41
No reviewers
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/herald.go#41
Loading…
Reference in a new issue
No description provided.
Delete branch "release_time_query"
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?
Fixes https://github.com/lbryio/herald/issues/40
Primary purpose is to adjust the query to match Python claim search:
eb87474b48/hub/common.py (L603)
Also contains some changes to GetProdDB to avoid panic when DB is not found. Can be unbundled if desired.
Still struggling to run tests locally (MacOS) to prove the fix is sufficient to make test_setting_stream_fields pass.
I successfully ran the testcase (test_setting_stream_fields) in both LEGACY and non-LEGACY modes.