support for 0.45 sdk #240

Merged
neb-b merged 6 commits from api-improvements into master 2019-11-06 18:14:00 +01:00
neb-b commented 2019-11-01 18:30:16 +01:00 (Migrated from github.com)
No description provided.
neb-b commented 2019-11-01 20:07:59 +01:00 (Migrated from github.com)

@akinwale I don't think there are any breaking changes with this. We're manually passing pages to make some of the calls faster for lbry.tv.

@akinwale I don't think there are any breaking changes with this. We're manually passing pages to make some of the calls faster for lbry.tv.
akinwale (Migrated from github.com) reviewed 2019-11-05 20:03:54 +01:00
akinwale (Migrated from github.com) left a comment

Just one concern. Everything else looks good.

Just one concern. Everything else looks good.
akinwale (Migrated from github.com) commented 2019-11-05 20:02:08 +01:00

What happens here if the stream you want to check isn't on the first page? Does it return the newest item as the first result by default?

What happens here if the stream you want to check isn't on the first page? Does it return the newest item as the first result by default?
tzarebczan (Migrated from github.com) reviewed 2019-11-05 21:46:10 +01:00
tzarebczan (Migrated from github.com) commented 2019-11-05 21:46:10 +01:00

Definitely true for new publishes, and I'll double check for updates.

Definitely true for new publishes, and I'll double check for updates.
tzarebczan (Migrated from github.com) reviewed 2019-11-06 17:18:59 +01:00
tzarebczan (Migrated from github.com) commented 2019-11-06 17:18:58 +01:00

Yep, updates are at the top of stream list: C:\Users\thoma\Desktop>lbrynet stream list --page=1 --page_size=2 { "items": [ { "address": "bLX4AyGuGVwdThmRTibNFWQkbWtQEcTWqD", "amount": "0.1", "claim_id": "c371eed18f74cfd57771838b88dbca602a464ddf", "claim_op": "update", "confirmations": 0, "height": 0, "is_change": false, "is_channel_signature_valid": true, "is_mine": true, "meta": {}, "name": "follow-1", "normalized_name": "follow-1",

Yep, updates are at the top of stream list: `C:\Users\thoma\Desktop>lbrynet stream list --page=1 --page_size=2 { "items": [ { "address": "bLX4AyGuGVwdThmRTibNFWQkbWtQEcTWqD", "amount": "0.1", "claim_id": "c371eed18f74cfd57771838b88dbca602a464ddf", "claim_op": "update", "confirmations": 0, "height": 0, "is_change": false, "is_channel_signature_valid": true, "is_mine": true, "meta": {}, "name": "follow-1", "normalized_name": "follow-1",`
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#240
No description provided.