Commit graph

597 commits

Author SHA1 Message Date
Niko Storni 85e34cb335 add accountAdd support
refactor account management
2019-09-24 20:35:04 +02:00
Niko Storni c36c67961f Merge branch 'accountid-and-missing' 2019-09-24 18:31:17 +02:00
Niko Storni 025c715ab4 align to new SDK v0.42.0 2019-09-24 18:31:01 +02:00
Thomas Zarebczan af728f12d9 add new types
Wasn't sure about type `UTXOReleaseResponse *string` 

This is the response: ```
{
  "jsonrpc": "2.0",
  "result": null
}
```
2019-09-24 16:04:13 +02:00
Thomas Zarebczan 1f1848a408 Adds account_id to channel create (and update), missing functions 2019-09-24 16:04:13 +02:00
Niko Storni d032c842d5 remove problematic data 2019-09-24 16:03:49 +02:00
Niko Storni d6f5199acd tidy up go mods 2019-09-24 16:02:26 +02:00
sayplastic 28aad86e4a
Merge pull request #72 from lbryio/feature/remote_ip
Forward real IP in internal-api client calls
2019-09-20 13:52:07 +07:00
Andrey Beletsky c5c634e477 Pass user method url as a constant 2019-09-20 13:47:45 +07:00
Andrey Beletsky a8c339e5b4 Forward real IP in internal-api client calls 2019-09-18 18:02:03 +07:00
Alex Grintsvayg fd916d9eae
expose blob hash sizes as constants 2019-09-10 16:42:36 -04:00
Niko Storni 2d45f059ec improve error handling on json marshalling 2019-09-10 16:07:44 +02:00
sayplastic e5850035dd
Merge pull request #70 from lbryio/feature/stream_create_account_id
Add account ID to StreamCreateOptions
2019-09-03 01:08:10 +07:00
Andrey Beletsky 0cfc8e230c Add account ID to StreamCreateOptions 2019-09-03 00:47:52 +07:00
Niko Storni f3a1fbdd53 use the right library 2019-08-28 15:12:28 +02:00
Mark ecbd404da0
Merge pull request #69 from lbryio/supports
Add ClaimSupport ( tippable too)
2019-08-27 23:12:44 -04:00
Mark Beamer Jr 2768cdd312
Add ClaimSupport ( tippable too) 2019-08-27 21:31:39 -04:00
Mark 564595cfc3
Merge pull request #66 from lbryio/claims
Add claim management for lbrycrd client
2019-08-27 21:05:07 -04:00
Niko Storni 3a3377d0e5 add support related commands
improve tests
2019-08-27 00:25:47 +02:00
Niko Storni 38861421f8 Merge branch '0.39.0_changes' 2019-08-26 23:15:58 +02:00
Mark Beamer Jr a7bb3cf336 Update AccountBalanceResponse 2019-08-26 23:15:47 +02:00
Mark Beamer Jr 8fa28d3d65
Remove wait function for Group - recursive call. 2019-08-25 16:20:01 -04:00
Mark Beamer Jr f8a231286a
Remove listwaitingon from Wait call. Too much logging. 2019-08-25 16:14:50 -04:00
Mark Beamer Jr ea5b70e8fc
Remove unlocked since its there already. 2019-08-25 16:12:21 -04:00
Mark Beamer Jr 26b0c7356d
Add additional logging to wait call to know the list of routines active when wait is called. 2019-08-25 16:09:50 -04:00
Mark Beamer Jr 7558397877
Add logging to address decode error
Add test for real main net address
Add name to mainnet chain params
2019-08-24 21:04:24 -04:00
Niko Storni fb7d045753 fix claim_search 2019-08-16 13:45:40 +02:00
Mark Beamer Jr 4d17553a23
Add claim management for lbrycrd client 2019-08-14 00:44:27 -04:00
Alex Grintsvayg 40633c949e
GetInfo() dropped in latest lbrycrdd 2019-08-07 08:40:26 -04:00
Mark a17fa3ad5f
Merge pull request #64 from lbryio/channelexport
Add channel export call
2019-07-28 10:37:01 -04:00
Mark Beamer Jr 560858ba0a
Add channel export call 2019-07-28 10:05:18 -04:00
Niko Storni ada0ce0484 don't panic if magic doesn't work 2019-07-10 17:57:04 +02:00
Mark 461ae6a16b
Merge pull request #61 from lbryio/go_sdk38_client_updates
Add updated structure for response api call based on SDK 38 release.
2019-07-09 21:47:30 -04:00
Niko Storni 31456e7bae remove timestamp for now 2019-06-25 21:20:29 -04:00
Niko Storni 060970b7c0 stupid IDE 2019-06-25 21:07:08 -04:00
Niko Storni 0f894aaecc fix timestamp in utxo list 2019-06-25 21:04:10 -04:00
Niko Storni 8367901104 fix utxo list response 2019-06-25 20:34:51 -04:00
Mark Beamer Jr 7e445e0cf8
Add updated structure for response api call based on SDK 38 release. 2019-06-24 00:29:15 -04:00
Niko Storni f5de4e96c3 don't overwrite values when omitted 2019-06-12 22:18:03 +02:00
Niko Storni 6226c2690d really fix account_set 2019-06-12 05:23:48 +02:00
Niko Storni 3335233566 fix account_set 2019-06-12 04:43:27 +02:00
Niko Storni faac895509 fix test
I hit push accidentally
2019-06-12 02:54:18 +02:00
Niko Storni bc9886b3e8 add ability to use everything for account_fund 2019-06-12 02:53:42 +02:00
Niko Storni 963177cd4c add blocking feature to certain SDK calls 2019-06-11 18:40:48 +02:00
Mark Beamer Jr 6d2f69a36f
remove address validation 2019-06-02 13:32:30 -04:00
Niko Storni b444d284c6 align params to sdk 2019-06-01 03:38:48 +02:00
Niko Storni f853f2a00b prevent overwriting properties when values not passed 2019-06-01 03:17:10 +02:00
Niko Storni a8afd1621e fix stream abandon 2019-05-30 00:18:23 +02:00
Niko Storni 88aad289cf extra fixes 2019-05-28 19:27:04 +02:00
Niko Storni de1476becf align to SDK release
fix bugs
2019-05-28 18:29:14 +02:00