lbryio / lbry.go

MIT License
29 stars 20 forks source link

Add wallet commands to JSON-RPC client #73

Closed anbsky closed 5 years ago

anbsky commented 5 years ago

This adds new wallet_* commands.

anbsky commented 5 years ago

I have restored versioning, after this is merged you can tag new versions as ~v2.3.1~ v2.3.2 and higher and import them in client code as github.com/lbryio/lbry.go/v2/...

Would strongly suggest tagging your code that is not finalized yet with a pre suffix.

anbsky commented 5 years ago

Added ChannelImport method and changed ChannelList signature for wallet ID.