numeric claim names have leading zeros stripped (causes app issues) #171

Closed
opened 2019-09-24 14:55:56 +02:00 by tzarebczan · 1 comment
tzarebczan commented 2019-09-24 14:55:56 +02:00 (Migrated from github.com)

Example:
From LH: {"name":22605,"claimId":"fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6"}

Actual claim name is 0022605.

This causes https://github.com/lbryio/lbry-desktop/issues/2864

(lbry-venv) C:\Users\SoloDolo\lbry\torba>lbrynet claim search --claim_id=fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6
{
  "items": [
    {
      "address": "bMSfHWW1ucmc17n93Dww8RXcMFQWbx2z1k",
      "amount": "0.00001",
      "canonical_url": "lbry://@Gutenberg#a/0022605#f",
      "claim_id": "fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6",
      "claim_op": "create",
      "confirmations": 52362,
      "height": 586303,
Example: From LH: ```{"name":22605,"claimId":"fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6"}``` Actual claim name is 0022605. This causes https://github.com/lbryio/lbry-desktop/issues/2864 ``` (lbry-venv) C:\Users\SoloDolo\lbry\torba>lbrynet claim search --claim_id=fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6 { "items": [ { "address": "bMSfHWW1ucmc17n93Dww8RXcMFQWbx2z1k", "amount": "0.00001", "canonical_url": "lbry://@Gutenberg#a/0022605#f", "claim_id": "fcff69fd9cc7cb9dbe23e3e70378ee4c9f9761b6", "claim_op": "create", "confirmations": 52362, "height": 586303, ```
tiger5226 commented 2019-12-16 18:02:59 +01:00 (Migrated from github.com)
resolved https://lbry.tv/$/search?q=0022605
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/lighthouse.js#171
No description provided.