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

feat(ibc-union): Add query responses #3508

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

style(ibc-union): fix root Cargo.toml

a21afbb
Select commit
Loading
Failed to load commit list.
Open

feat(ibc-union): Add query responses #3508

style(ibc-union): fix root Cargo.toml
a21afbb
Select commit
Loading
Failed to load commit list.
Garnix CI / check docgen-updated [x86_64-linux] failed Feb 21, 2025 in 3m 26s

Run results

Build failed

Details

Last 100 lines of logs:

https://cache.nixos.org/n7jf6nqk4zxpda09qm2cvy153g4745gi.narinfo
https://cache.nixos.org/cllf33bqwrgg09amfxg8cg6aadf3lrqy.narinfo
https://cache.garnix.io/cllf33bqwrgg09amfxg8cg6aadf3lrqy.narinfo
https://cache.garnix.io/n7jf6nqk4zxpda09qm2cvy153g4745gi.narinfo
https://cache.garnix.io/nar/n7jf6nqk4zxpda09qm2cvy153g4745gi-1j50d2985chkh4dga01i2y1hly0g5wcsd29z5jzd3c0h39ikkb03.nar
https://cache.nixos.org/p13cmsg2ss03ah39anc1cf6ga8diqsch.narinfo
https://cache.garnix.io/p13cmsg2ss03ah39anc1cf6ga8diqsch.narinfo
@nix {"action":"setPhase","phase":"unpackPhase"}
unpacking sources
unpacking source archive /nix/store/n7jf6nqk4zxpda09qm2cvy153g4745gi-cllf33bqwrgg09amfxg8cg6aadf3lrqy-source
source root is cllf33bqwrgg09amfxg8cg6aadf3lrqy-source
@nix {"action":"setPhase","phase":"patchPhase"}
patching sources
@nix {"action":"setPhase","phase":"configurePhase"}
configuring
no configure script, doing nothing
@nix {"action":"setPhase","phase":"buildPhase"}
building
no Makefile or custom buildPhase, doing nothing
@nix {"action":"setPhase","phase":"checkPhase"}
running tests
Initialized empty Git repository in /build/project/.git/
On branch main
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   Cargo.toml

no changes added to commit (use "git add" and/or "git commit -a")
diff --git a/Cargo.toml b/Cargo.toml
index f8bbcd4..4cba5de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -327,7 +327,7 @@ color-eyre               = { version = "0.6.2", default-features = false }
 cosmwasm-schema          = { version = "2.1.4", default-features = false }
 cosmwasm-std             = { version = "2.1.4", default-features = false }
 crossbeam-queue          = { version = "0.3.8", default-features = false }
-cw-orch                  = {  version = "0.27.0", default-features = false }
+cw-orch                  = { version = "0.27.0", default-features = false }
 cw-storage-plus          = { version = "2.0.0", default-features = false }
 dashmap                  = { version = "5.5.3", default-features = false }
 derive_more              = { version = "0.99.17", default-features = false }