Below is a running list of app side changes required for 0.30 daemon. Please add to the list as you come accross issues. Some will also be valid for other apps like spee.ch/android/web daemon.
[x] lbrynet-daemon is now just lbrynet, and started via lbrynet start. lbrynet stop to stop
[x] transaction_list (possibly others tbd) now return in correct order (before we had to reverse them, so need to undo that) - looks like some of Lex's changes already fix this.
[x] remove lbryum_version from help page, no longer reported separately
[x] change "Get New Address" to "Show Next Unused Address" (daemon will handle logic)
I think we can skip this. James normalman doesn't know what show next unused address means
[x] update pending publish checking. Unconfirmed publishes will now appear in claim list mine immediately, so we'll need to check the confirmations field value to see when it's ready.
[ ] all amounts (fees, bids, LBC amounts), both input (i.e. transaction_list, claim_list,etc - work in progress) and output (i.e publish, tip, send,etc ), will need to be converted to/from string representations of decimals. The Daemon has not updated all the places where amounts are used, so leaving this open
The Issue
Below is a running list of app side changes required for 0.30 daemon. Please add to the list as you come accross issues. Some will also be valid for other apps like spee.ch/android/web daemon.
lbrynet start
.lbrynet stop
to stopshow next unused address means
System Configuration
Anything Else
Screenshots