lbryio / lbry.go

MIT License
29 stars 20 forks source link

lbrynet SDK updates #50

Closed nikooo777 closed 5 years ago

nikooo777 commented 5 years ago

This PR removed deprecated/unused SDK calls and updates/adds new SDK calls from 0.30.*

This is a breaking change for whoever depends on lbry.go for lbrynet interactions. Let's not merge it before we understand what is missing and if this works.

This PR also exports a function: Decode so that other projects can reuse it (to avoid dry violations)