Added max_key_fee setting #324
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#324
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "hackrush"
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?
Enables user to set the max_key_fee via the UI.
Fixes #268
This works with the lbrynet-daemon
http://imgur.com/a/ZpntP
This is now confirmed to be working with the app if the daemon version in DAEMON_URL is changed to the latest RC(v0.14.2rc2). It was a bug of daemon v0.13.1. This can be merged and will be automatically fixed when the DAEMON_URL is updated.
Going to wait on proper daemon release before merging this.
Although it still seems wrong to me that the JSON.stringify calls are necessary. Why do we need to JSON.stringify twice? Isn't this a bug/flaw in the daemon?
JSON.stringify is not called twice. Those are two different methods, one called when price is changed and other when denomination.
All JSON RPC calls have stringify called on the entire request payload.
On Jul 4, 2017 5:45 PM, "hackrush" notifications@github.com wrote:
Stringify is called on all JSON RPC calls
On Jul 4, 2017 5:45 PM, "hackrush" notifications@github.com wrote:
Oh! I didn't know that, so I guess this can then be safely removed.
@kauffj please check.
Goes with this PR lbry/#761
Almost there!
Make this 1
Placeholder should be 25 (since that's our suggested value)
Change to: "This will prevent you from purchasing anything over this fee, as a safety measure."
Make a completely blank input equivalent to disabling, rather than an additional form input.
I was originally planning to do that, but this was done so as to prevent any confusion among the user. Since this setting is a bit critical so in my opinion having a clear cut indication would serve the purpose better.
Ok. But our suggested value is US$ 50 as of this PR, so should I change this to 50 instead?
Ok
Ok
Yes
Ok
Ok, then can we use the pattern that is used in the code for Max Download/Upload? (It's currently commented out.)
The pattern is two radio options:
Yes, that can be done. I will do it soon.
@kauffj the corresponding PR in lbryio/lbry is merged, and the changes you asked for are done, please review.