Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supply_v2, maximum_v2 to metadata #391

Merged
merged 2 commits into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 14 additions & 41 deletions hasura-api/metadata-json/unified.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"resource_version": 399,
"resource_version": 319,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the version actually goes backward?

Copy link
Collaborator Author

@rtso rtso May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't know, this is just the version that hasura gave when i exported.

"metadata": {
"version": 3,
"sources": [
Expand Down Expand Up @@ -136,10 +136,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"account_address",
"transaction_version"
],
"columns": ["account_address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -255,10 +252,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"account_address",
"transaction_version"
],
"columns": ["account_address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -337,10 +331,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"address",
"transaction_version"
],
"columns": ["address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -1586,10 +1577,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"delegator_address",
"pool_address"
],
"columns": ["delegator_address", "pool_address"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand Down Expand Up @@ -1706,10 +1694,12 @@
"icon_uri",
"last_transaction_timestamp",
"last_transaction_version",
"maximum_v2",
"name",
"project_uri",
"supply_aggregator_table_handle_v1",
"supply_aggregator_table_key_v1",
"supply_v2",
"symbol",
"token_standard"
],
Expand All @@ -1728,10 +1718,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"db",
"is_indexer_up"
],
"columns": ["db", "is_indexer_up"],
"filter": {},
"limit": 100
}
Expand All @@ -1747,9 +1734,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"chain_id"
],
"columns": ["chain_id"],
"filter": {}
}
}
Expand All @@ -1764,10 +1749,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"address",
"transaction_version"
],
"columns": ["address", "transaction_version"],
"filter": {},
"limit": 100,
"allow_aggregations": true
Expand All @@ -1784,10 +1766,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"num_active_delegator",
"pool_address"
],
"columns": ["num_active_delegator", "pool_address"],
"filter": {},
"limit": 100
}
Expand Down Expand Up @@ -1901,11 +1880,7 @@
{
"role": "anonymous",
"permission": {
"columns": [
"handle",
"key_type",
"value_type"
],
"columns": ["handle", "key_type", "value_type"],
"filter": {},
"limit": 100
}
Expand Down Expand Up @@ -2242,9 +2217,7 @@
"query_name": "Latest Processor Status"
}
},
"methods": [
"GET"
],
"methods": ["GET"],
"name": "Latest Processor Status",
"url": "get_latest_processor_status"
}
Expand All @@ -2265,4 +2238,4 @@
"analyze_response_body": true
}
}
}
}
Loading