-
Notifications
You must be signed in to change notification settings - Fork 414
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
Support for lbrynet daemon v0.30.0 #1998
Conversation
@eukreign You can make use of |
I'll try finishing this up |
bad8907
to
417b81a
Compare
@@ -159,7 +159,6 @@ class ChannelSection extends React.PureComponent<Props, State> { | |||
<FormField | |||
key="channel" | |||
type="select" | |||
tabIndex="1" |
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.
What is this change fixing?
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 wasn't doing anything so I removed it.
@skhameneh This is ready for a review. @akinwale I would appreciate your eyes too to see if I missed anything else needed for v30.
Editing claims aren't working until lbryio/lbry-sdk#1555 is merged. I think it will work as is. I would like to merge it soon so we can get an RC out and begin testing.
I was able to remove a lot of logic for tracking pending publishes since we can use the new
confirmations
field. It makes things a lot simpler.Requires lbryio/lbry-redux#79 and lbryio/lbryinc#11 but you can run this branch as is (i'm just pointing at the commits from my PR)