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

Support for lbrynet daemon v0.30.0 #1998

Merged
merged 3 commits into from
Oct 26, 2018
Merged

Support for lbrynet daemon v0.30.0 #1998

merged 3 commits into from
Oct 26, 2018

Conversation

eukreign
Copy link
Member

@eukreign eukreign commented Oct 3, 2018

@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)

@akinwale
Copy link
Contributor

@eukreign You can make use of
parseFloat(amount).toFixed(precision || 1).replace(/\.?0+$/, '');
This is with the assumption that the amount passed is a valid numeric value.

@neb-b neb-b assigned neb-b and unassigned eukreign Oct 22, 2018
@neb-b
Copy link

neb-b commented Oct 22, 2018

I'll try finishing this up

@neb-b neb-b force-pushed the lbrynet30 branch 4 times, most recently from bad8907 to 417b81a Compare October 26, 2018 04:22
@lbry-bot lbry-bot assigned skhameneh and akinwale and unassigned skhameneh Oct 26, 2018
@@ -159,7 +159,6 @@ class ChannelSection extends React.PureComponent<Props, State> {
<FormField
key="channel"
type="select"
tabIndex="1"
Copy link
Contributor

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?

Copy link

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.

@neb-b neb-b merged commit 3b839fc into master Oct 26, 2018
@lyoshenka lyoshenka deleted the lbrynet30 branch November 5, 2018 15:22
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.

4 participants