lbry-sdk
lbry-sdk copied to clipboard
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
# Rationale Three main reasons for adopting [rust](https://www.rust-lang.org/) language in the LBRY SDK: 1. Significant performance improvements. 1. Ability to share code with every other programming language; including in the...
- [x] metadata https://github.com/lbryio/lbry-sdk/issues/2679 - [x] updating reposts https://github.com/lbryio/lbry-sdk/issues/2678 - [ ] Resolving a blocked claim should return a minimum set of metadata (title, channel, publish date, txid) along with...
* [ ] This claim has invalid signature and its canonical_url can't be resolved. `lbrynet claim search --claim_id 627b91a663e00607d58b723370d2f81b69edf57c` Resolving `canonical_url` from above gives `lbry://@KeyTestChannel:d/testimage:6 has invalid channel signature` --------------------------...
Ran into a scenario on lbry.tv where a user was seeing a different balance between the desktop app. Running utxo release unlocked some of the coins per Account list, but...
closes #3626