wormhole/node/hack
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
..
discord_test Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
encrypt Add README and crypto/rand for encrypt.go tool (#1057) 2022-04-08 19:37:53 -04:00
findmissing Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
governor node: governor auto release (#1452) 2022-08-30 11:28:18 -05:00
parse_eth_tx Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
repair_eth Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
repair_solana Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
repair_terra Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
README.md Add README and crypto/rand for encrypt.go tool (#1057) 2022-04-08 19:37:53 -04:00

README.md

This folder contains one-off cli tools to help with repair and discover operations.

This code should not be imported by any other production tooling.