Skip to content

Commit

Permalink
Merge pull request #1102 from vegaprotocol/spec-update-v0.77.6-2024-7…
Browse files Browse the repository at this point in the history
…-31-19-09

Automated specs update from vegaprotocol/vega#37832328d to v0.77.6
  • Loading branch information
edd authored Aug 7, 2024
2 parents 7fea978 + 0076add commit a606e83
Show file tree
Hide file tree
Showing 658 changed files with 56,901 additions and 2,396 deletions.
2 changes: 1 addition & 1 deletion docs/api/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Anyone who wants to can run a data node.
## Next steps
Once you have a high-level understanding, read through the following topics.

* **[Building blocks](./useful-endpoints.md)**: The basic building blocks you should know about and their APIs.
* **[Useful endpoints](./useful-endpoints.md)**: The basic features you should know about and their APIs.
* **[Using the APIs](./using-the-apis.md)**: Quick intro to all the frameworks and smart contracts to help you find what you need.
* **[Public servers](./public-servers.md)**: Public servers that are currently available for interacting with the APIs on the testnets.
* **[Tutorials](../tutorials/index.md)**: Each tutorial includes info about the protocol that you need to use the guide, as well as instructions on how to interact with scripts, API calls, or other code.
6 changes: 3 additions & 3 deletions docs/api/grpc/data-node/api/v2/trading_data.proto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ _**package** datanode.api.v2_


### `GetFeesStatsRequest`
<ProtoMessage key={93} message={{"name":"GetFeesStatsRequest","longName":"GetFeesStatsRequest","fullName":"datanode.api.v2.GetFeesStatsRequest","description":"Request that is sent to retrieve fees statistics.","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"market_id","description":"Restrict fee statistics to those related to the given market.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_market_id","defaultValue":""},{"name":"asset_id","description":"Restrict fee statistics to those related to the given asset.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"epoch_seq","description":"Epoch to get referral fee statistics for. If not set, the last complete epoch is used.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_seq","defaultValue":""},{"name":"party_id","description":"Restrict fee statistics to those for the given party.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_party_id","defaultValue":""}]}} />
<ProtoMessage key={93} message={{"name":"GetFeesStatsRequest","longName":"GetFeesStatsRequest","fullName":"datanode.api.v2.GetFeesStatsRequest","description":"Request that is sent to retrieve fees statistics.","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"market_id","description":"Restrict fee statistics to those related to the given market.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_market_id","defaultValue":""},{"name":"asset_id","description":"Restrict fee statistics to those related to the given asset.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"epoch_seq","description":"Epoch to get referral fee statistics for. If not set, the last complete epoch is used.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_seq","defaultValue":""},{"name":"party_id","description":"Restrict fee statistics to those for the given party.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_party_id","defaultValue":""},{"name":"epoch_from","description":"Restrict fee statistics to epoch range starting with epoch from.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_from","defaultValue":""},{"name":"epoch_to","description":"Restrict fee statistics to epoch range ending with epoch to.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_to","defaultValue":""}]}} />


### `GetFeesStatsResponse`
Expand Down Expand Up @@ -1034,7 +1034,7 @@ _**package** datanode.api.v2_


### `ListPaidLiquidityFeesRequest`
<ProtoMessage key={254} message={{"name":"ListPaidLiquidityFeesRequest","longName":"ListPaidLiquidityFeesRequest","fullName":"datanode.api.v2.ListPaidLiquidityFeesRequest","description":"Paid liquidity fees request.","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"market_id","description":"Restrict fee data to those fees generated in the given market.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_market_id","defaultValue":""},{"name":"asset_id","description":"Restrict fee statistics to those paid in the given asset.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"epoch_seq","description":"Epoch to get paid liquidity fee statistics for. If omitted, the last complete epoch is used.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_seq","defaultValue":""},{"name":"party_ids","description":"Restrict fee data to those fees paid to the given parties.","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"pagination","description":"Pagination controls.","label":"optional","type":"Pagination","longType":"Pagination","fullType":"datanode.api.v2.Pagination","ismap":false,"isoneof":true,"oneofdecl":"_pagination","defaultValue":"","typeLink":"/testnet/api/grpc/data-node/api/v2/trading_data.proto#pagination"}]}} />
<ProtoMessage key={254} message={{"name":"ListPaidLiquidityFeesRequest","longName":"ListPaidLiquidityFeesRequest","fullName":"datanode.api.v2.ListPaidLiquidityFeesRequest","description":"Paid liquidity fees request.","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"market_id","description":"Restrict fee data to those fees generated in the given market.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_market_id","defaultValue":""},{"name":"asset_id","description":"Restrict fee statistics to those paid in the given asset.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"epoch_seq","description":"Epoch to get paid liquidity fee statistics for. If omitted, the last complete epoch is used.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_seq","defaultValue":""},{"name":"party_ids","description":"Restrict fee data to those fees paid to the given parties.","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"pagination","description":"Pagination controls.","label":"optional","type":"Pagination","longType":"Pagination","fullType":"datanode.api.v2.Pagination","ismap":false,"isoneof":true,"oneofdecl":"_pagination","defaultValue":"","typeLink":"/testnet/api/grpc/data-node/api/v2/trading_data.proto#pagination"},{"name":"include_derived_parties","description":"Whether to return all derived parties from AMMs for the given party. If used, party ID is required.","label":"optional","type":"bool","longType":"bool","fullType":"bool","ismap":false,"isoneof":true,"oneofdecl":"_include_derived_parties","defaultValue":""},{"name":"epoch_from","description":"Restrict paid liquidity fees to those from a given epoch.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_from","defaultValue":""},{"name":"epoch_to","description":"Restrict paid liquidity fees to those up to a given epoch.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_epoch_to","defaultValue":""}]}} />


### `ListPaidLiquidityFeesResponse`
Expand Down Expand Up @@ -1106,7 +1106,7 @@ _**package** datanode.api.v2_


### `ListRewardsRequest`
<ProtoMessage key={272} message={{"name":"ListRewardsRequest","longName":"ListRewardsRequest","fullName":"datanode.api.v2.ListRewardsRequest","description":"Request to get reward details for a party","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"party_id","description":"Restrict rewards data to those that were received by the given party.","label":"","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"asset_id","description":"Restrict rewards data to those that were paid with the given asset ID.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"pagination","description":"Pagination control.","label":"optional","type":"Pagination","longType":"Pagination","fullType":"datanode.api.v2.Pagination","ismap":false,"isoneof":true,"oneofdecl":"_pagination","defaultValue":"","typeLink":"/testnet/api/grpc/data-node/api/v2/trading_data.proto#pagination"},{"name":"from_epoch","description":"Restrict rewards data to those that were paid after and including the given epoch ID.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_from_epoch","defaultValue":""},{"name":"to_epoch","description":"Restrict rewards data to those that were paid up to and including the given epoch ID.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_to_epoch","defaultValue":""},{"name":"team_id","description":"Filter for rewards paid if the party is a member of the given team","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_team_id","defaultValue":""},{"name":"game_id","description":"Filter for rewards paid if the party participated in the given game","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_game_id","defaultValue":""},{"name":"include_derived_parties","description":"Whether to return all derived parties from AMMs for the given party.","label":"optional","type":"bool","longType":"bool","fullType":"bool","ismap":false,"isoneof":true,"oneofdecl":"_include_derived_parties","defaultValue":""}]}} />
<ProtoMessage key={272} message={{"name":"ListRewardsRequest","longName":"ListRewardsRequest","fullName":"datanode.api.v2.ListRewardsRequest","description":"Request to get reward details for a party","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"party_id","description":"Restrict rewards data to those that were received by the given party.","label":"","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"asset_id","description":"Restrict rewards data to those that were paid with the given asset ID.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_asset_id","defaultValue":""},{"name":"pagination","description":"Pagination control.","label":"optional","type":"Pagination","longType":"Pagination","fullType":"datanode.api.v2.Pagination","ismap":false,"isoneof":true,"oneofdecl":"_pagination","defaultValue":"","typeLink":"/testnet/api/grpc/data-node/api/v2/trading_data.proto#pagination"},{"name":"from_epoch","description":"Restrict rewards data to those that were paid after and including the given epoch ID.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_from_epoch","defaultValue":""},{"name":"to_epoch","description":"Restrict rewards data to those that were paid up to and including the given epoch ID.","label":"optional","type":"uint64","longType":"uint64","fullType":"uint64","ismap":false,"isoneof":true,"oneofdecl":"_to_epoch","defaultValue":""},{"name":"team_id","description":"Filter for rewards paid if the party is a member of the given team","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_team_id","defaultValue":""},{"name":"game_id","description":"Filter for rewards paid if the party participated in the given game","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_game_id","defaultValue":""},{"name":"include_derived_parties","description":"Whether to return all derived parties from AMMs for the given party.","label":"optional","type":"bool","longType":"bool","fullType":"bool","ismap":false,"isoneof":true,"oneofdecl":"_include_derived_parties","defaultValue":""},{"name":"market_id","description":"Filter the rewards by market ID.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_market_id","defaultValue":""}]}} />


### `ListRewardsResponse`
Expand Down
Loading

0 comments on commit a606e83

Please sign in to comment.