Skip to content

Commit

Permalink
changes for updated param names, remove release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreypicard committed Jul 24, 2021
1 parent 7bac69a commit 84ed820
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 379 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/draft-release.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/full-release.yml

This file was deleted.

8 changes: 4 additions & 4 deletions protobuf/definitions/hub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message SearchRequest {
string last_take_over_height = 19;
InvertibleField claim_id = 20;
repeated string claim_name = 22;
repeated string normalized = 23;
repeated string normalized_name = 23;
RangeField tx_position = 24;
RangeField amount = 25;
RangeField timestamp = 26;
Expand All @@ -65,7 +65,7 @@ message SearchRequest {
repeated string author = 36;
repeated string description = 37;
repeated string claim_type = 38;
RangeField reposted = 39;
RangeField repost_count = 39;
repeated string stream_type = 40;
repeated string media_type = 41;
RangeField fee_amount = 42;
Expand All @@ -75,7 +75,7 @@ message SearchRequest {
RangeField censor_type = 46;
string claims_in_channel = 47;
RangeField channel_join = 48;
.google.protobuf.BoolValue signature_valid = 49;
.google.protobuf.BoolValue is_signature_valid = 49;
RangeField effective_amount = 51;
RangeField support_amount = 52;
RangeField trending_group = 53;
Expand All @@ -89,7 +89,7 @@ message SearchRequest {
repeated string signature = 61;
repeated string signature_digest = 62;
repeated string public_key_bytes = 63;
repeated string public_key_hash = 64;
// repeated string public_key_hash = 64;
string public_key_id = 65;
repeated bytes _id = 66;
repeated string any_tags = 67;
Expand Down
Loading

0 comments on commit 84ed820

Please sign in to comment.