Commit graph

49 commits

Author SHA1 Message Date
Jack Robison
8252dad07d
add hub.proto, remove unused fields
-add trending_score to search results protobuf
-remove unused trending fields from search results protobuf
-update build script to use grpc_tools for python
2021-09-14 22:56:45 -04:00
Victor Shyba
f19399ae55 Edit still oneof 2021-06-02 14:05:05 -03:00
Victor Shyba
3adee97e90 add comments to supports 2021-06-02 13:58:58 -03:00
Lex Berezhny
366870b286 simplified support to just be a string as first value (emoji) 2020-06-05 15:26:18 -04:00
Lex Berezhny
7bf7cc8e09 initial import of support proto 2020-06-05 15:26:18 -04:00
Lex Berezhny
5f1de72fc6 changed bytes channel_hash to Output channel in result.proto Blocked message 2020-06-05 12:40:19 -04:00
Lex Berezhny
24152bfd4b simplified Blocked result protobuf 2020-01-22 08:28:03 -05:00
Lex Berezhny
188f557927 added Blocked metadata to result 2020-01-18 20:53:58 -05:00
Lex Berezhny
0d0c566b5a renumbered ClaimMeta in result.proto 2019-11-18 15:13:59 -05:00
Lex Berezhny
081412d9c7 added reposted to ClaimMeta and renumbered the trending / supports stats 2019-11-15 15:28:56 -05:00
Lex Berezhny
59c0212c21 added purchase type 2019-10-27 14:06:49 -04:00
Alex Grin
73078c17ef
add bt_infohash source 2019-10-01 11:01:57 -04:00
Lex Berezhny
fe180635ea added UN M.49 Geographic Regions codes to Country protobuf 2019-07-15 16:13:53 -04:00
Lex Berezhny
42cdb2c90d result.proto updated 2019-06-22 22:31:54 -04:00
Lex Berezhny
9ee6922fcc use float for trending_* result 2019-05-20 15:07:54 -04:00
Lex Berezhny
1a39853d99 trending data in result.proto 2019-05-20 15:07:54 -04:00
Lex Berezhny
8483ac4f66 added claims_in_channel and removed Transaction message type 2019-05-20 15:07:54 -04:00
Lex Berezhny
39252541fb split Page into separate objects Outputs and Transactions 2019-05-20 15:07:54 -04:00
Lex Berezhny
ea76bbc774 renamed: page.proto -> result.proto 2019-05-20 15:07:54 -04:00
Lex Berezhny
f456fbbf5c updates 2019-05-20 15:07:54 -04:00
Lex Berezhny
547d6aba37 claim meta 2019-05-20 15:07:54 -04:00
Lex Berezhny
ffb5f861d8 added a new protobuf for paginating txo results 2019-05-20 15:07:54 -04:00
Lex Berezhny
4194941748 Source.hash is using SHA-384 instead of SHA-256 2019-04-29 15:27:56 -04:00
Lex Berezhny
e993d79fd6 added comments on Source hashes 2019-04-29 13:52:15 -04:00
Lex Berezhny
24967e320d default ClaimList ListType is COLLECTION 2019-04-21 00:11:01 -04:00
Lex Berezhny
41b2658ca3 renamed Claim.claim_list -> Claim.collection and add Video.duration 2019-04-20 22:02:30 -04:00
Jeremy Kauffman
0ca364efb5 minor label changes 2019-04-19 16:17:02 -04:00
Lex Berezhny
10a5d98e9b added channel.featured content list and renumbered types in Stream 2019-04-19 08:33:39 -04:00
Lex Berezhny
35ddf1afe7 final changes 2019-04-15 14:18:11 -04:00
Lex Berezhny
ded1edbac9 more changes after feedback 2019-04-15 14:18:11 -04:00
Lex Berezhny
3a8e42248e changes 2019-04-15 14:18:11 -04:00
Lex Berezhny
164c5a5b34 removed parent 2019-04-15 14:18:11 -04:00
Lex Berezhny
77dab83c91 add parent claim_id 2019-04-15 14:18:11 -04:00
Lex Berezhny
d326456f6e removed list type for now 2019-04-15 14:18:11 -04:00
Lex Berezhny
bfcf51f9cc move repeated attributes into Claim directly, added ClaimList 2019-04-15 14:18:11 -04:00
Lex Berezhny
03f770274b use sint32 for lat/long instead of double 2019-03-31 09:01:39 -04:00
Lex Berezhny
ded626a3fc added BTC 2019-03-31 09:01:39 -04:00
Lex Berezhny
d1f0f76871 pluralize language and locaion 2019-03-31 09:01:39 -04:00
Lex Berezhny
c0d351f958 upper case country codes 2019-03-31 09:01:39 -04:00
Lex Berezhny
f9d01576b9 rich Language message 2019-03-31 09:01:39 -04:00
Lex Berezhny
c19954f250 added repeated Language and repeated Location 2019-03-31 09:01:39 -04:00
Lex Berezhny
4fe9d39cdf audio duration = 1 2019-03-31 09:01:39 -04:00
Lex Berezhny
3913367e8a put stream types into oneof 2019-03-31 09:01:39 -04:00
Lex Berezhny
2dddd44a24 added image and audio 2019-03-31 09:01:39 -04:00
Lex Berezhny
d4f819a7a6 use oneof in Claim message 2019-03-13 17:18:57 -04:00
Alex Grintsvayg
a6f2fd6d5f
add language to channels 2019-03-04 10:46:08 -05:00
Victor Shyba
6d443ba042
rename proto to avoid namespace conflicts when importing v1+v2
closes #24
2019-03-04 09:54:16 -05:00
Alex Grintsvayg
b41ff55c3e
channel tags 2019-02-27 14:43:34 -05:00
Alex Grintsvayg
df66bbd609
new proto3 definitions 2019-02-27 12:03:57 -05:00