Skip to content

Commit

Permalink
Merge branch 'main' into carlos/add-changelog-callbacks-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Mar 11, 2024
2 parents 5d9381e + 5fcf79e commit 6277461
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,18 @@ const config = {
};
},
],
scripts: [
{
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
"data-website-id": "806aa1dc-0d46-4563-a8b8-880eecac59f1",
"data-project-name": "Interchain",
"data-project-color": "#1878FF",
"data-modal-disclaimer": "This is a custom LLM for Interchain with access to IBC developer documentation and resources. Please note that answers are generated by an AI so please use your best judgement before implementing",
"data-project-logo":
"img/white-ibc-logo-400x400.svg",
async: true,
},
],
};

module.exports = config;
10 changes: 10 additions & 0 deletions docs/static/img/white-ibc-logo-400x400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/core/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ func (suite *KeeperTestSuite) TestChannelUpgradeCancel() {
expResult func(res *channeltypes.MsgChannelUpgradeCancelResponse, events []abci.Event, err error)
}{
{
"success: keeper is not authority, valid error receipt so channnel changed to match error receipt seq",
"success: keeper is not authority, valid error receipt so channel changed to match error receipt seq",
func() {},
func(res *channeltypes.MsgChannelUpgradeCancelResponse, events []abci.Event, err error) {
suite.Require().NoError(err)
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar-projects.propertiessonar.projectKey=cosmos_ibc-go
sonar.projectKey=cosmos_ibc-go
sonar.organization=cosmos

sonar.projectName=ibc-go
Expand Down

0 comments on commit 6277461

Please sign in to comment.