-
Notifications
You must be signed in to change notification settings - Fork 731
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
Node/CCQ: Listening tool #3538
Node/CCQ: Listening tool #3538
Conversation
38e9e3f
to
997cfe0
Compare
03e83fc
to
1c313c5
Compare
a7874af
to
73ed79c
Compare
88d32a9
to
ecc61f3
Compare
ecc61f3
to
8b94c8a
Compare
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.
also, running docker build per the comment gave me
ERROR: failed to solve: process "/bin/sh -c export CGO_ENABLED=1 && cd node/hack/query/ccqlistener && go build ${GO_BUILD_ARGS} -gcflags=\"all=-N -l\" --ldflags '-extldflags \"-Wl,--allow-multiple-definition\" -X \"github.com/certusone/wormhole/node/cmd/guardiand.Build=dev\"' -mod=readonly -o /ccqlistener mainnet.go && go get github.com/CosmWasm/[email protected] && cp /go/pkg/mod/github.com/!cosm!wasm/[email protected]/internal/api/libwasmvm.x86_64.so /usr/lib/" did not complete successfully: exit code: 1
is mainnet.go
maybe not the correct file anymore?
c9041f0
to
be0ab3a
Compare
Fixed the docker file so the image builds now. |
be0ab3a
to
a20a302
Compare
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.
builds now, thanks 🙂
This is a tool to verify CCQ communications with the guardian.
Please see the comments at the top of
node/hack/query/ccqlistener/ccqlistener.go
for how to use it.