lbry-sdk
lbry-sdk copied to clipboard
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
- [ ] show the total number of DHT peers (or our best estimate) - [ ] show the number of peers that are connectable
Moved from lbryio/lbry-desktop#7611 The lbrynet daemon does not appear to listen for or accept IPv6 connections. Maybe this is an incorrect observation, but I thought it was at least worth...
It seems like there is no way of downloading every media in a collection. Currently, you have to resolve the collection via `lbrynet collection resolve --url=lbry://@OdyseeHelp#b/Video-Tutorials`, extract all claimids of...
Updating channel with `replace:True`, on a SDK which uses deterministic channel keys, "breaks" the channel for old SDK. (public_key format and public_key_id changes, I think) Steps to repro: 1. Create...
What happens: [user side] For many reasons (connectivity, force-close, etc) transactions can go into "reserved" state and stay there. [technical detail] `is_reserved` is a boolean. Impact: [user side] Balance shows...
- [ ] linked issues in epic - [x] figure out what resolve should show when content is blocked / filtered. There should be some indication on resolve that the...
Edit: This has to be done at lookup time in case streams associated with claims change. It would be handy to enforce collection_type s such as 'mixed', 'channels', 'playables', 'photos',...