diff --git a/CHANGELOG.md b/CHANGELOG.md index 1825c39c2..e03272f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - [#1044](https://github.com/crypto-org-chain/chain-main/pull/1044) Revert the protobuf package name changes introduced in #1023. - [#1060](https://github.com/crypto-org-chain/chain-main/pull/1060) Upgrade rocksdb to `v9.2.1` and bump versiondb. - [#1061](https://github.com/crypto-org-chain/chain-main/pull/1061) Integrate sdk 0.50. -- [#1068](https://github.com/crypto-org-chain/chain-main/pull/1068) Upgrade ibc-go to `v8.3.2`. +- [#1068](https://github.com/crypto-org-chain/chain-main/pull/1068) Upgrade ibc-go to `v8.3.2` and remove icaauth module. *Dec 6, 2023* diff --git a/app/docs/config.json b/app/docs/config.json index 24f5f346d..763124fa7 100644 --- a/app/docs/config.json +++ b/app/docs/config.json @@ -114,14 +114,6 @@ "TotalSupply": "TotalSupply_" } } - }, - { - "url": "./tmp-swagger-gen/chainmain/icaauth/v1/query.swagger.json", - "operationIds": { - "rename": { - "Params": "IcaauthParams" - } - } } ] } \ No newline at end of file diff --git a/app/docs/swagger-ui/swagger.yaml b/app/docs/swagger-ui/swagger.yaml index 2c6e03612..3b84ec693 100644 --- a/app/docs/swagger-ui/swagger.yaml +++ b/app/docs/swagger-ui/swagger.yaml @@ -25036,104 +25036,6 @@ paths: format: byte tags: - Query - /chainmain/icaauth/v1/interchain_account_address/{connectionId}/{owner}: - get: - summary: >- - InterchainAccountAddress queries the interchain account address for - given `connectionId` and `owner` - operationId: InterchainAccountAddress - responses: - '200': - description: A successful response. - schema: - type: object - properties: - interchainAccountAddress: - type: string - description: >- - QueryInterchainAccountAddressResponse defines the response for the - InterchainAccountAddress query. - default: - description: An unexpected error response. - schema: - type: object - properties: - error: - type: string - code: - type: integer - format: int32 - message: - type: string - details: - type: array - items: - type: object - properties: - type_url: - type: string - value: - type: string - format: byte - parameters: - - name: connectionId - in: path - required: true - type: string - - name: owner - in: path - required: true - type: string - tags: - - Query - /chainmain/icaauth/v1/params: - get: - summary: Parameters queries the parameters of the module. - operationId: IcaauthParams - responses: - '200': - description: A successful response. - schema: - type: object - properties: - params: - description: params holds all the parameters of this module. - type: object - properties: - minTimeoutDuration: - type: string - title: >- - minTimeoutDuration defines the minimum value of packet - timeout when submitting transactions to host chain on - - behalf of interchain account - description: >- - QueryParamsResponse is response type for the Query/Params RPC - method. - default: - description: An unexpected error response. - schema: - type: object - properties: - error: - type: string - code: - type: integer - format: int32 - message: - type: string - details: - type: array - items: - type: object - properties: - type_url: - type: string - value: - type: string - format: byte - tags: - - Query definitions: cosmos.auth.v1beta1.AddressBytesToStringResponse: type: object @@ -44867,37 +44769,3 @@ definitions: title: |- SupplyResponse is the response type for the Query/TotalSupply RPC method - chainmain.icaauth.v1.Params: - type: object - properties: - minTimeoutDuration: - type: string - title: >- - minTimeoutDuration defines the minimum value of packet timeout when - submitting transactions to host chain on - - behalf of interchain account - description: Params defines the parameters for the module. - chainmain.icaauth.v1.QueryInterchainAccountAddressResponse: - type: object - properties: - interchainAccountAddress: - type: string - description: >- - QueryInterchainAccountAddressResponse defines the response for the - InterchainAccountAddress query. - chainmain.icaauth.v1.QueryParamsResponse: - type: object - properties: - params: - description: params holds all the parameters of this module. - type: object - properties: - minTimeoutDuration: - type: string - title: >- - minTimeoutDuration defines the minimum value of packet timeout - when submitting transactions to host chain on - - behalf of interchain account - description: QueryParamsResponse is response type for the Query/Params RPC method. diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index cb9237faf..e50c10f25 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "attrs" @@ -797,9 +797,9 @@ tomlkit = "^0" [package.source] type = "git" -url = "https://github.com/mmsqe/pystarport.git" -reference = "align_ica" -resolved_reference = "4d2ff99c3fbc95ef21803c413b99086a0ae63417" +url = "https://github.com/crypto-com/pystarport.git" +reference = "main" +resolved_reference = "ef603d05ccd6fd66459c9879d5c1be21d2665844" [[package]] name = "pytest" @@ -1241,4 +1241,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "47be7725f58df009277844461420286ead1e595c0330d53f5e80d289718a0e80" +content-hash = "23211c2502892e3bf2af0cef1d538d95acdca9b467876bd9430e47ea1103c34e" diff --git a/integration_tests/pyproject.toml b/integration_tests/pyproject.toml index cca6d1db7..1e7568a28 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -17,7 +17,7 @@ pytest-github-actions-annotate-failures = "^0.2" protobuf = "^4.25" pyyaml = "^6.0.2rc1" python-dateutil = "^2.8" -pystarport = { git = "https://github.com/mmsqe/pystarport.git", branch = "align_ica" } +pystarport = { git = "https://github.com/crypto-com/pystarport.git", branch = "main" } chainlibpy = "^2.2.0" [tool.poetry.dev-dependencies] diff --git a/third_party/ibc-go b/third_party/ibc-go index 2beec482d..91169d134 160000 --- a/third_party/ibc-go +++ b/third_party/ibc-go @@ -1 +1 @@ -Subproject commit 2beec482dc4b944be5378639cdc90433707a21bd +Subproject commit 91169d134d659b87acaf4903652cdcb1a55f5657