Skip to content

Commit

Permalink
docs: fix styling of comparison table (#95)
Browse files Browse the repository at this point in the history
* docs: v0.5.0

* imp: ran 'npm run docusaurus docs:version v0.5.x'

* docs: fix styling
  • Loading branch information
srdtrk committed Mar 25, 2024
1 parent 295c1ec commit 6da2340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/how-it-works/02-go-vs-cosmwasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 6da2340

Please sign in to comment.