wormhole/node/hack
bruce-riley ed41a9a4ea
node: update solana watcher to use new solana-go version (#1760)
* node: remove the replace directive for solana-go

This commit that necessitated the fork:

    25b9f3025b

Has been merged upstream:

    9a01ac4f45

We need to pull in the latest solana-go to get support for MaxSupportedTransactionVersion.

* node: upgrade solana-go

This is the output from:

    go get -u github.com/gagliardetto/solana-go

It is required for the MaxSupportedTransactionVersion from:

    6ead48adf2

Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
2022-10-24 12:22:56 -05: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 js: make packages comply with ci rule 2022-10-20 17:11:13 -05:00
parse_eth_tx node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
repair_eth node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
repair_solana node: update solana watcher to use new solana-go version (#1760) 2022-10-24 12:22:56 -05:00
repair_terra XPLA Mainnet Deploy (#1703) 2022-10-12 16:47:03 -04: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.