Short urls 2 #93

Merged
bones7242 merged 8 commits from short-urls-2 into master 2017-07-20 08:16:30 +02:00
bones7242 commented 2017-07-20 01:21:04 +02:00 (Migrated from github.com)
  • added functions to retrieve the full claimId from a given short url, and vice versa.
  • updated 'serve' and 'show' functions to allow for short url usage
  • separated 'serve' and 'show' functions into separate controllers
    • Note: these are very similar functions and a bit duplicative. However, I separated them in order to improve performance on certain routes. They can probably be refactored and potentially combined to some degree.
  • removed meme-fodder leftovers
- added functions to retrieve the full claimId from a given short url, and vice versa. - updated 'serve' and 'show' functions to allow for short url usage - separated 'serve' and 'show' functions into separate controllers - Note: these are very similar functions and a bit duplicative. However, I separated them in order to improve performance on certain routes. They can probably be refactored and potentially combined to some degree. - removed meme-fodder leftovers
kauffj (Migrated from github.com) reviewed 2017-07-20 16:02:12 +02:00
@ -48,0 +193,4 @@
address, // note: comes from parent 'resolve,' not this 'get' call
outpoint,
height, // note: comes from parent 'resolve,' not this 'get' call
fileName: file_name,
kauffj (Migrated from github.com) commented 2017-07-20 16:02:12 +02:00

Technically two claims could have the same height, though this is rather unlikely.

Technically two claims could have the same height, though this is rather unlikely.
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/spee.ch#93
No description provided.