Skip to content

Commit

Permalink
Update ibc-go v9 from v9.0.0-beta.1 to v9.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Sep 30, 2024
1 parent 57626e9 commit bbeb9aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 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 @@ -147,7 +147,7 @@
ibc-go-v8-src.url = "github:cosmos/ibc-go/v8.5.1";
ibc-go-v8-src.flake = false;

ibc-go-v9-src.url = "github:cosmos/ibc-go/v9.0.0-beta.1";
ibc-go-v9-src.url = "github:cosmos/ibc-go/v9.0.0-rc.0";
ibc-go-v9-src.flake = false;

ibc-go-v7-wasm-src = {
Expand Down
10 changes: 3 additions & 7 deletions packages/ibc-go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,14 @@ with inputs;

ibc-go-v9-simapp = {
name = "simd";
version = "v9.0.0-beta.1-wasm";
version = "v9.0.0-rc.0";
src = ibc-go-v9-src;
sourceRoot = "source/modules/light-clients/08-wasm";
rev = ibc-go-v9-src.rev;
vendorHash = "sha256-uAHvGRXhjydh+c5/M71qRDOYGiHT1ZryvyAgjgHSSo0=";
sourceRoot = "source/simapp";
vendorHash = "sha256-tcGoHs2tPcSBgTfyJCF6cvOpLEjDGG38QFxT59JtwI8=";
goVersion = "1.22";
tags = ["netgo"];
engine = "cometbft/cometbft";
preFixup = ''
${wasmdPreFixupPhase libwasmvm_2_1_0 "simd"}
'';
buildInputs = [libwasmvm_2_1_0];
};

ibc-go-v7-wasm-simapp = {
Expand Down

0 comments on commit bbeb9aa

Please sign in to comment.