Commit Graph

6 Commits

Author SHA1 Message Date
tbjump c5967bfebe
node: dev build: remove race condition detector (#1988)
Co-authored-by: tbjump <>
2022-11-23 13:25:51 -06:00
Evan Gray 4e40a05e58 docker: fix guardiand build action 2022-10-13 07:14:33 -04:00
Chirantan Ekbote 2914e48780 Dockerfile.node: Don't install wasmvm
Now that we don't depend on the cosmos-sdk packages we don't need this
anymore.
2022-09-30 16:12:30 +09:00
Evan Gray 3177cf7eb5 node: fix dockerfile 2022-09-29 17:36:09 -04:00
Chirantan Ekbote 12459c4a2a Add a wormhole go sdk
The wormhole sdk is a new go module in the sdk/ directory.  This
initially contains the *_consts.go files from the common package in the
top-level sdk package and the entire vaa package as a sub-package.

For go reasons this needs to be in the sdk directory itself (rather than
a sdk/go subdir).  To prevent the go tooling from looking into the other
non-go subdirs, add an empty go.mod file in each one.  See
golang issue 42965 for more details on why we can't have nice
things (I'm deliberately not linking to stop github from spamming that
issue).
2022-09-15 14:35:46 +01:00
Chirantan Ekbote 2d8ec345cd Move node Dockerfile to parent directory
The node package needs access to the sdk directory so move the
Dockerfile up one level so that both directories can be added to the
build.
2022-09-15 14:35:46 +01:00