Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wasm variant of ibc-go v7 and v8 #270

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Add Wasm variant of ibc-go v7 and v8 #270

merged 3 commits into from
Aug 26, 2024

Conversation

soareschen
Copy link
Collaborator

@@ -1,7 +1,7 @@
{
nixConfig = {
substituters = "https://cosmos-nix.cachix.org https://cache.nixos.org https://nix-community.cachix.org";
trusted-public-keys = "cosmosnix.store-1:O28HneR1MPtgY3WYruWFuXCimRPwY7em5s0iynkQxdk= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
trusted-public-keys = "cosmos-nix.cachix.org-1:I9dmz4kn5+JExjPxOd9conCzQVHPl0Jo1Cdp6s+63d4= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The public key for the cosmos-nix Cachix is somehow wrong. So I am updating it. Source: https://app.cachix.org/cache/cosmos-nix

flake.nix Outdated
type = "github";
owner = "cosmos";
repo = "ibc-go";
ref = "modules/light-clients/08-wasm/v0.3.1%2Bibc-go-v7.4-wasmvm-v1.5";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be ibc go v8.4 with wasm?

Suggested change
ref = "modules/light-clients/08-wasm/v0.3.1%2Bibc-go-v7.4-wasmvm-v1.5";
ref = "modules/light-clients/08-wasm/v0.4.1%2Bibc-go-v8.4-wasmvm-v2.0";

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, looks like I pasted the copied git tag to the wrong place. Should be fixed now.

Copy link
Contributor

@ljoss17 ljoss17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@soareschen soareschen merged commit 145ce6c into main Aug 26, 2024
2 checks passed
@soareschen soareschen deleted the soares/ibc-go-wasm branch August 26, 2024 15:15
@soareschen soareschen mentioned this pull request Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants