lbryio / lbryio/hub

There are a few remaining places using stage_raw_{put,delete}() in the codebase

Open
#110 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: scribe priority: low
Dominant language
Python
Stars
15
Forks
16
PR merge metrics
No merged PRs in 30d

Description

This is not a big deal as all the occurrences I found are in migrate7to8.py.

https://github.com/lbryio/hub/search?q=stage_raw_delete
https://github.com/lbryio/hub/search?q=stage_raw_put

This came to my attention because the lbry-sdk tests need some work due to the rename stage_put -> stash_put.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect migrate7to8.py and the linked searches for stage_raw_delete and stage_raw_put to identify every remaining occurrence. Confirm the intended renamed API from the issue context, then update those references so the migration file contains no remaining uses of the old stage_raw names.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.