Add releaseTime to schema #13
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
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/types#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Similar to https://github.com/lbryio/lbryschema/issues/19
@eukreign shouldn't these issues live in https://github.com/lbryio/types ?
Short answer: Yes.
Long answer:
lbryschema
and currentlylbrynet.schema
have copies of protobuf files embedded in the repo. It would be a separate task to move all of the protobufs out oflbrynet.schema
intotypes
repo and make sure that everything still works.@nikooo777 has expressed some urgency in needing the claim signatures and thus the "publish date" metadata field added. I figure we can do that first, release it, then go back and refactor things so that we move all of the protobufs currently in
lbrynet.schema
intotypes
, but i may overestimating amount of work required and this might be a simple transition to do...@shyba since you're working on this I'll let you decide which order of things makes the most sense, you can 1) move protobuf definitions out of
lbrynet.schema
and merge them intotypes
repo and then work on claim signatures or 2) do claim signatures first and then move the protobufs. let me know what you decide.I would like to reach a point where changing metadata definitions is simple and can be done independently of the SDK.
I don't feel strongly that we be there before adding
releaseTime
, but I'd be fine with doing them at the same time if that made sense. @eukreign can you make sure the required changes are filed, at least?As of
588779e3a4
lbrynet.schema.proto
can be generated fromtypes
repo.this is happening in https://github.com/lbryio/types/pull/17