Skip to content

Commit

Permalink
revert schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Oct 3, 2024
1 parent 33b76a9 commit 82d6921
Show file tree
Hide file tree
Showing 56 changed files with 42,294 additions and 7,506 deletions.
697 changes: 697 additions & 0 deletions schema/account-factory/0.23.0/abstract-account-factory.json

Large diffs are not rendered by default.

79 changes: 13 additions & 66 deletions schema/ans-host/0.23.0/abstract-ans-host.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@
"pool_type": {
"$ref": "#/definitions/PoolType"
}
},
"additionalProperties": false
}
},
"PoolType": {
"type": "string",
Expand Down Expand Up @@ -482,8 +481,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"UncheckedContractEntry": {
"description": "Key to get the Address of a contract",
Expand All @@ -499,8 +497,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"UniquePoolId": {
"type": "integer",
Expand Down Expand Up @@ -1055,8 +1052,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"ChannelFilter": {
"description": "UNUSED - stub for future use",
Expand All @@ -1077,8 +1073,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"ContractFilter": {
"description": "UNUSED - stub for future use",
Expand Down Expand Up @@ -1144,50 +1139,8 @@
"migrate": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MigrateMsg",
"oneOf": [
{
"description": "Migrating from blob contract",
"type": "object",
"required": [
"instantiate"
],
"properties": {
"instantiate": {
"$ref": "#/definitions/InstantiateMsg"
}
},
"additionalProperties": false
},
{
"description": "Migrating from previous version",
"type": "object",
"required": [
"migrate"
],
"properties": {
"migrate": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
}
],
"definitions": {
"InstantiateMsg": {
"description": "AnsHost Instantiate msg",
"type": "object",
"required": [
"admin"
],
"properties": {
"admin": {
"type": "string"
}
},
"additionalProperties": false
}
}
"type": "object",
"additionalProperties": false
},
"sudo": null,
"responses": {
Expand Down Expand Up @@ -1502,8 +1455,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"TruncatedChainId": {
"description": "The name of a chain, aka the chain-id without the post-fix number. ex. `cosmoshub-4` -> `cosmoshub`, `juno-1` -> `juno`",
Expand Down Expand Up @@ -1552,8 +1504,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
},
"TruncatedChainId": {
"description": "The name of a chain, aka the chain-id without the post-fix number. ex. `cosmoshub-4` -> `cosmoshub`, `juno-1` -> `juno`",
Expand Down Expand Up @@ -1628,8 +1579,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
}
}
},
Expand Down Expand Up @@ -1679,8 +1629,7 @@
"protocol": {
"type": "string"
}
},
"additionalProperties": false
}
}
}
},
Expand Down Expand Up @@ -1963,8 +1912,7 @@
"pool_type": {
"$ref": "#/definitions/PoolType"
}
},
"additionalProperties": false
}
},
"PoolType": {
"type": "string",
Expand Down Expand Up @@ -2034,8 +1982,7 @@
"pool_type": {
"$ref": "#/definitions/PoolType"
}
},
"additionalProperties": false
}
},
"PoolType": {
"type": "string",
Expand Down
Loading

0 comments on commit 82d6921

Please sign in to comment.