Skip to content

Commit

Permalink
Update interchain-security with Permissionless ICS
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 5, 2024
1 parent 483a52c commit fc9bea5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
ignite-cli-src.url = "github:ignite/cli/v0.24.0";
ignite-cli-src.flake = false;

interchain-security-src.url = "github:cosmos/interchain-security/feat/ics-misbehaviour-handling";
interchain-security-src.url = "github:cosmos/interchain-security/7301916eeafa3700a03d5ddf47a0779801c6d3a1";
interchain-security-src.flake = false;

stride-src.url = "github:Stride-Labs/stride/v23.0.1";
Expand Down
5 changes: 3 additions & 2 deletions packages/interchain-security.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
mkCosmosGoApp {
name = "interchain-security";
appName = "interchain-security";
version = "v3.0.0-pre";
version = "v5.5.0-pre";
src = interchain-security-src;
rev = interchain-security-src.rev;
vendorHash = "sha256-j0xus8vN6bnFMUXyvT8r7ONPQyaEBydKQ8qH2BevWPs=";
vendorHash = "sha256-JNyyPbp8XD1gEoyCO7sMB1z7HbER6lfdfnAIq6kiQkQ=";
goVersion = "1.22";
tags = ["netgo"];
engine = "cometbft/cometbft";
doCheck = false; # tests are currently failing
Expand Down

0 comments on commit fc9bea5

Please sign in to comment.