lbryio / hub

MIT License
16 stars 15 forks source link

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

Open moodyjon opened 2 years ago

moodyjon commented 2 years ago

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.