diff --git a/docs/docs/how-it-works/02-go-vs-cosmwasm.mdx b/docs/docs/how-it-works/02-go-vs-cosmwasm.mdx index fd6ccfd6..844bf7a7 100644 --- a/docs/docs/how-it-works/02-go-vs-cosmwasm.mdx +++ b/docs/docs/how-it-works/02-go-vs-cosmwasm.mdx @@ -37,7 +37,7 @@ This means that the users of `cw-ica-controller` can use the same contract on an But there is more! `cw-ica-controller` is also able to do some things that the golang API limits you from doing. | **Feature** | `cw-ica-controller` | golang `ica-controller` | neutron bindings | **Description** | -|:-------------------------------------------:|:-------------------:|:-----------------------:|------------------|:-------------------------------------------------------------------------------------------------------------------------:| +|:-------------------------------------------:|:-------------------:|:-----------------------:|:----------------:|:-------------------------------------------------------------------------------------------------------------------------:| | Callbacks | ✅ | ❌ | ✅ | Golang implementation does not make callbacks | | Submit `cosmwasm_std::CosmosMsg`s | ✅ | ❌ | ❌ | Golang implementation requires ICA transactions to be submitted in protobuf or `proto3json` format. | | Reopen an ICA channel with different params | ✅ | ❌ | ❌ | In golang implementation, if the channel closes due to timeout the channel can only be reopened with the same parameters. | diff --git a/docs/versioned_docs/version-v0.5.x/how-it-works/02-go-vs-cosmwasm.mdx b/docs/versioned_docs/version-v0.5.x/how-it-works/02-go-vs-cosmwasm.mdx index fd6ccfd6..844bf7a7 100644 --- a/docs/versioned_docs/version-v0.5.x/how-it-works/02-go-vs-cosmwasm.mdx +++ b/docs/versioned_docs/version-v0.5.x/how-it-works/02-go-vs-cosmwasm.mdx @@ -37,7 +37,7 @@ This means that the users of `cw-ica-controller` can use the same contract on an But there is more! `cw-ica-controller` is also able to do some things that the golang API limits you from doing. | **Feature** | `cw-ica-controller` | golang `ica-controller` | neutron bindings | **Description** | -|:-------------------------------------------:|:-------------------:|:-----------------------:|------------------|:-------------------------------------------------------------------------------------------------------------------------:| +|:-------------------------------------------:|:-------------------:|:-----------------------:|:----------------:|:-------------------------------------------------------------------------------------------------------------------------:| | Callbacks | ✅ | ❌ | ✅ | Golang implementation does not make callbacks | | Submit `cosmwasm_std::CosmosMsg`s | ✅ | ❌ | ❌ | Golang implementation requires ICA transactions to be submitted in protobuf or `proto3json` format. | | Reopen an ICA channel with different params | ✅ | ❌ | ❌ | In golang implementation, if the channel closes due to timeout the channel can only be reopened with the same parameters. |