Commit graph

609 commits

Author SHA1 Message Date
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
sayplastic
6ae869bdb3
Merge pull request #60 from lbryio/feature/account_remove
Add singular account_list method, account_remove
2019-05-24 22:06:04 +07:00
Andrey Beletsky
818b00190d Cleanup accounts jsonrpc code 2019-05-24 21:52:04 +07:00
Andrey Beletsky
630260d0b1 Fix AccountRemove test 2019-05-23 00:58:42 +07:00
Andrey Beletsky
15a137c502 Tidy up go.mod 2019-05-22 22:44:47 +07:00
Andrey Beletsky
438be5767a Remove Account from AccountCreateResponse 2019-05-22 18:32:20 +07:00
Andrey Beletsky
6c7f59bfb8 Fix AccountRemoveResponse declaration 2019-05-22 11:45:10 +07:00
Andrey Beletsky
7220ec8943 Use Account struct instead of derived SingleAccountListResponse 2019-05-22 11:40:18 +07:00
Andrey Beletsky
3615ab5e55 Attempt to fix account_create method 2019-05-22 01:17:22 +07:00
Andrey Beletsky
7ba00dffcc Add singular account_list method, account_remove 2019-05-22 00:12:00 +07:00
Niko Storni
76b73ef0c7 rollback btcd libraries 2019-05-16 22:46:27 +02:00
sayplastic
5424746066
Merge pull request #59 from lbryio/feature/lbryinc3
Add internal-apis client
2019-05-10 20:16:04 +07:00
Andrey Beletsky
b6b411847a Fix lbryinc client stylistics after code review 2019-05-10 20:10:56 +07:00
Andrey Beletsky
6bda111ffa Add internal-apis client 2019-05-10 19:47:49 +07:00
Niko Storni
77ea5aa522 update readme with versioning instructions
fix travis
2019-05-10 14:37:16 +02:00
Niko
abb34bf2dc
Merge pull request #50 from lbryio/lbrynet-updates
lbrynet SDK updates (support for lbrynet 0.37.*)
2019-05-10 14:16:28 +02:00
Niko Storni
c3aeba7e17 add deploy script for semver 2019-05-10 14:10:56 +02:00
Niko Storni
8e52397bb4
cleanup branch 2019-05-10 14:04:17 +02:00
Niko Storni
ebc3b6a55d
add channelUpdate
fix channel create params
2019-05-10 14:04:17 +02:00
Niko Storni
7b0a5ae028
update claim structure
fix bug in stream update
2019-05-10 14:04:17 +02:00
Niko Storni
13ef7571b2
parameterize blockchain name 2019-05-10 14:04:16 +02:00
Niko Storni
b63ee94973
add GetStreamSize
BY MAGIC!

add fileSize for stream update

fix mistake
2019-05-10 14:04:16 +02:00
Andrey Beletsky
2ae66ad3f7
Update lbryschema version
add file size param
2019-05-10 14:04:14 +02:00
Mark Beamer Jr
52702e2226
Added support for 0.36.0 of lbrynet.
upgraded to latest types/schema repo

fix several bugs

(this only works on mainnet)
2019-05-10 14:04:13 +02:00
Niko Storni
f827da4c61
reinstate claim type
fix bug

adjust types

add temporary video_duration until the SDK patches it
2019-05-10 14:04:12 +02:00
Niko Storni
3d2986a85c
add accountSet
fix bugs

fix rebase conflicts
2019-05-10 14:04:08 +02:00
Mark Beamer Jr
1d3e6c524b
removed Claim_Type_name as it is no longer used in latest types repo
more fixes
2019-05-10 14:04:04 +02:00
Andrey Beletsky
5f847fb035
Add AccountCreate method 2019-05-10 14:04:02 +02:00
Niko Storni
6f0d34f863
Update to ALMOST support 0.35 with new metadata 2019-05-10 14:04:02 +02:00
Niko Storni
41b4a3684a
update status response
wording

Make claim_sequence a signed int
2019-05-10 14:04:02 +02:00
Niko Storni
38d493fdd1
upgrade lbrynet to support 0.32.* 2019-05-10 14:03:58 +02:00
Niko Storni
d33ac919d1
fix resolution
add broadcast flag
2019-05-10 14:03:58 +02:00
Niko Storni
ec0eec8ac4
ultimate needed SDK calls update
removed useless pagination

add type to claim signature
2019-05-10 14:03:56 +02:00
Niko Storni
2437a06505
add channelNew and claimAbandon
simplified code
2019-05-10 14:03:46 +02:00
Niko Storni
e90b6dfcc7
add more SDK calls
export jsonrpc.Decode
add dep as dependencies manager
2019-05-10 14:03:46 +02:00
Niko Storni
c0a12af3ae
add 3 new SDK calls 2019-05-10 14:03:46 +02:00
Mark Beamer Jr
d701bab7f6
Fixed claim signing after changes in 90bef98bc3 2019-05-04 00:00:23 -04:00
Mark Beamer Jr
c54836bca0
Added based types to serialization. 2019-04-28 19:10:07 -04:00
Mark Beamer Jr
322c658307
Refactored to work with types repo @3af92598 2019-04-21 23:06:48 -04:00