tip management on claim #293
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
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-redux#293
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat-unlockTips"
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?
A couple of questions and small comments
@ -40,2 +40,4 @@
export const ABANDON_SUPPORT_STARTED = 'ABANDON_SUPPORT_STARTED';
export const ABANDON_SUPPORT_COMPLETED = 'ABANDON_SUPPORT_COMPLETED';
export const ABANDON_CLAIM_SUPPORT_STARTED = 'ABANDON_CLAIM_SUPPORT_STARTED';
export const ABANDON_CLAIM_SUPPORT_COMPLETED = 'ABANDON_CLAIM_SUPPORT_COMPLETED';
Please add
ABANDON_CLAIM_SUPPORT_FAILED
along with a value in the reducer, just to track the error even if we aren't using it at the moment.When would someone pass
true
for preview?console.log
console.log
Since you are using
await
here you can also doRight now it isn't really doing anything
Is it possible to look at something inside the
transaction_show
call to know if it's a channel or claim? Then we shouldn't need to call bothclaim_list
andchannel_list
comment
rewrote as Promise.all().then().then()
I stored the value type in pending and only run channel if it has one.
changed this a bit.I just wanted it safely disabled during testing.
now storing claim value type in the pending.