Skip to content

Commit

Permalink
Update simapp from v8.0.0 to v8.1.0 (#215)
Browse files Browse the repository at this point in the history
* Update simapp v8.0.0 to v8.1.0-rc.0

* Update ibc-go v8 to v8.1.0

* Remove ibc-go v8 channel upgrade
  • Loading branch information
ljoss17 authored Feb 6, 2024
1 parent 937fa04 commit 0be6eb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 43 deletions.
26 changes: 4 additions & 22 deletions flake.lock

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

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,9 @@
ibc-go-v7-src.url = "github:cosmos/ibc-go/v7.3.0";
ibc-go-v7-src.flake = false;

ibc-go-v8-src.url = "github:cosmos/ibc-go/v8.0.0";
ibc-go-v8-src.url = "github:cosmos/ibc-go/v8.1.0";
ibc-go-v8-src.flake = false;

ibc-go-v8-channel-upgrade-src.url = "github:cosmos/ibc-go/04-channel-upgrades-hermes-integration.1";
ibc-go-v8-channel-upgrade-src.flake = false;

cosmos-sdk-src.url = "github:cosmos/cosmos-sdk/v0.46.0";
cosmos-sdk-src.flake = false;

Expand Down
19 changes: 2 additions & 17 deletions packages/ibc-go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,13 @@ with inputs;
# the given subdirectory as source
ibc-go-v8-simapp = {
name = "simd";
version = "v8.0.0";
version = "v8.1.0";
src = ibc-go-v8-src;
rev = ibc-go-v8-src.rev;
vendorHash = "sha256-XlbW/4KIzWhdwXR6/oZ/wLbm76BcszbHibGNuxvgCAE=";
vendorHash = "sha256-KmuidyqJXwZOg+cnas/5O6awcKeEgzsByDg9rClADUQ=";
goVersion = "1.21";
tags = ["netgo"];
engine = "cometbft/cometbft";
excludedPackages = ["./e2e" "./modules/apps/callbacks" "./modules/capability"];
};

# If the modules/apps/callbacks and/or modules/capability are needed,
# they must each be defined in a separate nix package that loads only
# the given subdirectory as source
ibc-go-v8-channel-upgrade-simapp = {
name = "simd";
version = "channel-upgrades-hermes-integration.1";
src = ibc-go-v8-channel-upgrade-src;
rev = ibc-go-v8-channel-upgrade-src.rev;
vendorHash = "sha256-BLwp9TrvFRH1XHh9XeaeqhB+HkHW9RMxg8bHmG6dxg4=";
goVersion = "1.21";
tags = ["netgo"];
engine = "cometbft/cometbft";
excludedPackages = ["./e2e" "./modules/apps/callbacks" "./modules/capability" "./modules/light-clients/08-wasm"];
};
}

0 comments on commit 0be6eb9

Please sign in to comment.