Published claims are shown out of order #986

Closed
opened 2018-02-02 23:11:24 +01:00 by tzarebczan · 1 comment
tzarebczan commented 2018-02-02 23:11:24 +01:00 (Migrated from github.com)

The Issue

Because of https://github.com/lbryio/lbry/issues/1098, newly published content does not show at the top of the Published list. This causes confusion because the user may think that their item was not published correctly.

Currently, the app takes the output of claim_list_mine and reverses it, which produces incorrect results. We should order the published claims by height when using the "date" ordering mechanism.

Steps to reproduce

  1. Publish a few items
  2. Notice that new publishes may not show at the top of the list

Expected behaviour

Newly published items should be at the top of the Published list

Actual behaviour

Newly published items show randomly

System Configuration

  • LBRY Daemon version: 0.18.2
  • LBRY App version: 0.20.0
  • LBRY Installation ID:
  • Operating system: Windows

Anything Else

Screenshots

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on live chat at https://chat.lbry.io --> ## The Issue Because of https://github.com/lbryio/lbry/issues/1098, newly published content does not show at the top of the Published list. This causes confusion because the user may think that their item was not published correctly. Currently, the app takes the output of claim_list_mine and reverses it, which produces incorrect results. We should order the published claims by height when using the "date" ordering mechanism. ### Steps to reproduce 1. Publish a few items 2. Notice that new publishes may not show at the top of the list ### Expected behaviour Newly published items should be at the top of the Published list ### Actual behaviour Newly published items show randomly ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: 0.18.2 - LBRY App version: 0.20.0 - LBRY Installation ID: - Operating system: Windows ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
Jeremy1026 commented 2018-02-15 16:33:48 +01:00 (Migrated from github.com)

pull request opened for this, https://github.com/lbryio/lbry-app/pull/1018

pull request opened for this, https://github.com/lbryio/lbry-app/pull/1018
Sign in to join this conversation.
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-desktop#986
No description provided.