Skip to content

Commit

Permalink
chore: fix proto + regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Letang <[email protected]>
  • Loading branch information
jeremyletang committed Oct 16, 2023
1 parent 51a319e commit 909d263
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
12 changes: 4 additions & 8 deletions protos/data-node/api/v2/trading_data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protos/data-node/api/v2/trading_data_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protos/sources/data-node/api/v2/trading_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2686,9 +2686,9 @@ message ListLiquidityProvidersResponse {

// Paid liquidity fees request.
message ListPaidLiquidityFeesRequest {
// Restrict fee data to those fees generated in the given markets.
// Restrict fee data to those fees generated in the given market.
optional string market_id = 1;
// Restrict fee statistics to those paid in the given assets.
// Restrict fee statistics to those paid in the given asset.
optional string asset_id = 2;
// Epoch to get paid liquidity fee statistics for. If omitted, the last complete epoch is used.
optional uint64 epoch_seq = 3;
Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/events/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ enum BusEventType {

// Event indicating a funding period has ended and resulted in funding payment transfers.
BUS_EVENT_TYPE_FUNDING_PAYMENTS = 80;

// Event indicating the paid liquidity fees stats per market at end of epoch
BUS_EVENT_TYPE_PAID_LIQUIDITY_FEES_STATS_UPDATED = 81;

Expand Down
10 changes: 5 additions & 5 deletions protos/vega/events/v1/events.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 909d263

Please sign in to comment.