lbry-sdk
lbry-sdk copied to clipboard
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
The complaints from clang include -Wunreachable-code, -Wunused-but-set-variable plus a missing declaration for lseek(). ``` (lbry-venv-3.9) swdev1@Jonathans-Mac-mini lbry-sdk % /Library/Developer/CommandLineTools/usr/bin/clang++ --version Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: arm64-apple-darwin21.5.0 Thread model: posix...
linux binary works. mac and windows needs testing. Testing: - start SDK - play or manually download `bigbuckbunny-torrent1`
Fixes: https://github.com/lbryio/lbry-sdk/issues/1628 I know this is lacking in tests for the higher-level functionality like Transaction.pay(), claim_create(), claim_update(), support(). I'm most concerned about claim_update(). However, I haven't been able to get...
Based on work by @eukreign in branch py39. I am still not sure what issues in the tests are truly due to Python upgrade vs. pre-existing timing issues. I have...
this issue is considered completed when the dashboard has an automatically-updating metric for how many TB of data is available for download Today, we listen for queries under a shard...
Running `lbrynet --help` returns following: ``` $ lbrynet --help Usage: lbrynet [-v] [--api HOST:PORT] [--audio-encoder AUDIO_ENCODER] [--config FILE] [--ffmpeg-path FFMPEG_PATH] [--video-bitrate-maximum VIDEO_BITRATE_MAXIMUM] [--video-encoder VIDEO_ENCODER] [--video-scaler VIDEO_SCALER] [--volume-analysis-time VOLUME_ANALYSIS_TIME] [--volume-filter VOLUME_FILTER]...
Certain required arguments are not specified in the current SDK API documentation. For example, `wallet_send` and `account_send` do not display an `amount` field, although it would be required. There are...
adding/removing wallet does not help, utxo release neither. Not a balance caching issue because I tried sending LBC and it would only show the new one. All transactions and UTXOs...
It will seem that comment servers are centralized and do not talk to one another. A suggestion would be to add federation which will allow comment servers to interact with...
1 - What's the status of existing code? 2 - What would be necessary to ship an SDK (and Desktop release) that would offer torrent support for downloads only? What...