-
Notifications
You must be signed in to change notification settings - Fork 12
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -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="; | ||||||
}; | ||||||
|
||||||
description = "A reproducible package set for Cosmos, IBC and CosmWasm"; | ||||||
|
@@ -147,6 +147,22 @@ | |||||
ibc-go-v9-src.url = "github:cosmos/ibc-go/v9.0.0-beta.1"; | ||||||
ibc-go-v9-src.flake = false; | ||||||
|
||||||
ibc-go-v7-wasm-src = { | ||||||
type = "github"; | ||||||
owner = "cosmos"; | ||||||
repo = "ibc-go"; | ||||||
ref = "08-wasm/release/v0.1.x+ibc-go-v7.3.x-wasmvm-v1.5.x"; | ||||||
flake = false; | ||||||
}; | ||||||
|
||||||
ibc-go-v8-wasm-src = { | ||||||
type = "github"; | ||||||
owner = "cosmos"; | ||||||
repo = "ibc-go"; | ||||||
ref = "modules/light-clients/08-wasm/v0.3.1%2Bibc-go-v7.4-wasmvm-v1.5"; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be ibc go v8.4 with wasm?
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||||||
flake = false; | ||||||
}; | ||||||
|
||||||
cosmos-sdk-src.url = "github:cosmos/cosmos-sdk/v0.46.0"; | ||||||
cosmos-sdk-src.flake = false; | ||||||
|
||||||
|
There was a problem hiding this comment.
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