Commit graph

133 commits

Author SHA1 Message Date
Thomas Zarebczan
fa55e82bc1
feat: add scheduled and unlisted 2022-11-01 16:59:07 -04:00
Niko Storni
77944ba3af fix nil ptr 2022-09-27 22:56:34 +02:00
Niko Storni
5f52a995a7 retry failed messages 2022-09-27 22:48:51 +02:00
Niko Storni
014adbb315 actually use the new client 2022-09-27 21:35:13 +02:00
Niko Storni
73228d1bfb use custom http client for slack messages 2022-09-27 20:21:02 +02:00
Niko Storni
69cfd7f798 add account_send
adjust transaction summary fields
2022-09-21 22:53:02 +02:00
Niko Storni
41555cbda2 add helper for special claim tags 2022-09-16 03:18:01 +02:00
Niko Storni
2adb8af5b6 add funding accounts to channel create options 2022-08-15 22:41:00 +02:00
Mark Beamer Jr
9130630afe
Added additional functionality to allow for both objects and arrays to be returned from internal-apis client.
Also added a raw API url call and converted current call to a call to a resource so we are not restricted to that format to use the library.
2022-08-05 13:51:05 -04:00
Andrey Beletsky
e19facdded Add metadata to error returned by jsonrpc 2022-06-15 00:49:46 +07:00
Niko Storni
365d23f0e2 add support for deterministic pub keys
fix a couple of bugs
2022-06-10 18:18:26 +02:00
Niko Storni
e5ab0f883e update dependencies and go 2022-05-04 18:27:35 +02:00
Mark Beamer Jr
a0391bec79
Extend claim search for use in livestreaming 2022-02-08 16:00:38 -05:00
Victor Shyba
8161f48c15 apply gofmt 2021-10-04 23:21:59 -03:00
Niko Storni
3e18b74da0 fix stream by magic
upgrade to go 1.16
2021-08-24 11:46:06 -04:00
Mark Beamer Jr
55dceeaa4e
Add OAuth client for internal-apis to be used for odysee-apis 2021-08-08 14:09:19 -04:00
Mark Beamer Jr
a1177c17d3
Status error should default to internal server error. Otherwise it will trigger a nil pointer and subsequent panic. 2021-08-08 14:09:19 -04:00
Jeffrey Picard
87bf89a109 Cleanup utility functions and add comments 2021-06-23 15:29:23 -04:00
Jeffrey Picard
931d786c52 Add utility functions from hub 2021-06-17 23:59:06 -04:00
Mark Beamer Jr
6516df1418
Add signing channel to transaction (transaction_show) 2021-04-16 15:53:22 -04:00
Mark Beamer Jr
3027fb9b98
Add transaction show API to library. 2021-04-15 16:03:45 -04:00
Niko Storni
ed51ece75c revert is_spent changes because booleans suddenly have a single state
present (doesn't matter if true or false) and missing.
TIL /s
2021-04-13 00:29:18 +02:00
Niko Storni
4c3372992c improve claim listing 2021-03-12 02:06:52 +01:00
Mark Beamer Jr
d7e84c6b97
Add CORS to api server configuration 2021-03-10 20:55:59 -05:00
Mark Beamer Jr
4580a95b74
Add CORS to api server 2021-03-10 20:04:48 -05:00
Andrey Beletsky
ef1b43ac62 Do not treat server errors as API originated errors 2021-02-16 19:40:18 +07:00
Andrey Beletsky
eb6bb93500 Discern API errors from transport level errors 2021-02-16 18:30:09 +07:00
Mark Beamer Jr
b3f7657c1b
Rename packages to represent stakes (claims || supports) instead of just claim 2020-10-28 03:28:48 -04:00
Mark Beamer Jr
29574578c1
Add strings.go utility 2020-09-01 14:36:59 -04:00
Niko Storni
69e2f6231c update modules 2020-09-01 19:55:06 +02:00
Alex Grintsvayg
fb88808c97
update lbryschema imports 2020-09-01 13:45:55 -04:00
Alex Grintsvayg
fcade74753
export query.Placeholders 2020-07-10 14:01:40 -04:00
Andrey Beletsky
9d8b9330f9 Add PurchaseReceipt to Claim 2020-06-03 22:11:42 +02:00
Andrey Beletsky
3ae040d677 Remove a reference to points_paid field in get response 2020-06-03 22:11:42 +02:00
Alex Grintsvayg
07d2d00b0d
add wallet id to transaction_list call 2020-05-14 16:53:22 -04:00
Niko Storni
86d0678274 align SDK to v0.73.1 2020-05-14 05:39:51 +02:00
Niko Storni
bdf6240ed8 fix json value (woops) 2020-04-01 04:26:27 +02:00
Niko Storni
e8b93e3bb1 fix utxo list response 2020-04-01 04:23:59 +02:00
Niko Storni
9a9be92d27 include full transaction response 2020-03-31 04:11:44 +02:00
Niko Storni
414be62d61 add support for txo_spend 2020-03-31 04:05:43 +02:00
Mark Beamer Jr
dc6b15a372
add floats 2020-01-05 03:31:47 -05:00
Mark Beamer Jr
635bf931c8
Add PtrToNullTime 2019-12-23 01:51:02 -05:00
Andrey Beletsky
d12e431b40 Add has_verified_email method to lbryinc client 2019-12-17 21:06:52 +07:00
Mark Beamer Jr
8f8b2e605b
Add ability to specify the format of the query parameters via json tag. 2019-12-15 01:37:44 -05:00
Mark Beamer Jr
9b6fea461c
Add ability to control the format of the json response from api server. 2019-12-11 21:21:21 -05:00
Mark Beamer Jr
a391c83a2f
Add ordered_map to lbry.go for use in other repositories. 2019-12-11 20:39:38 -05:00
Niko Storni
06764c3d00
add support for SDK 0.48.1 2019-12-06 14:43:19 -05:00
Niko Storni
b68c49ac2f big brain fart, wrong repo 2019-11-20 11:16:13 -05:00
Niko Storni
96ace4b850 disable click tracking for verifications 2019-11-20 11:15:03 -05:00
Niko Storni
bcadcd1eca add funding ids for claim operations 2019-11-12 18:57:10 -05:00