This commit is contained in:
Thomas Zarebczan 2019-07-31 09:23:00 -04:00 committed by GitHub
parent 5319eced0a
commit f8beb0500e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ Our hyperlinking / sharing website, [open.lbry.com](https://open.lbry.com) recei
![open](https://spee.ch/8/open-lbry.jpeg)
### SDK Download Upgrades and Progress {#sdk}
The main focus of SDK development over the last few months has been all the discovery features weve outlined so far in this update. None of these awesome features would be possible without a huge overall in our wallet server functions, trending calculations, and APIs to support searching and customizing tag data. The wallet server is the main database the LBRY SDK connects to in order to resolve claims, publish, validate data, and create transactions. This large undertaking required us to basically re-write this entire component so that data from the LBRY blockchain could be saved, validated, and retrieved extremely fast.
The main focus of SDK development over the last few months has been all the discovery features weve outlined so far in this update. None of this would be possible without a huge undertaking to create and improve our wallet server functionality, trending calculations, and APIs to support searching and customizing tag data. The wallet server is the main database the LBRY SDK connects to in order to resolve claims, publish, validate data, and create transactions. This large undertaking required us to basically re-write this entire component so that data from the LBRY blockchain could be saved, validated, and retrieved extremely fast.
For the release, we deployed about 9 wallet servers around the world to provide a good quality connection and experience for app users. Well be making the documentation easier for anyone to run their own wallet servers so that the community can start contributing more to the decentralization of the network and potentially getting fees for relaying transactions.