wormhole/node/hack
Jeff Schroeder 542acdf0d6 node/hack/repair_eth: more cat & mouse for polygon
* Added the `User-Agent` header to all requests to the block explorer
  so cloudflare's browser check is happier.
* Add an option to sleep between loops hitting the block explorer. More
  than 1 / second on polygonscan gets you blocked temporarily.

These changes are required to repair missed messages on polygon.
2022-04-29 07:21:03 -04:00
..
discord_test node/notify/discord: mention node operator groups 2021-11-05 15:42:15 +00:00
encrypt Add README and crypto/rand for encrypt.go tool (#1057) 2022-04-08 19:37:53 -04:00
findmissing node/hack/findmissing: add simple script to find all missing messages 2022-02-15 16:47:20 -05:00
parse_eth_tx Celo testnet support (#1051) 2022-04-28 12:20:38 -04:00
repair_eth node/hack/repair_eth: more cat & mouse for polygon 2022-04-29 07:21:03 -04:00
repair_solana hack/repair_solana: improve sequence guessing (#1003) 2022-04-11 21:07:09 +02:00
repair_terra node/hack/repair_terra re-observation (#871) 2022-02-21 17:43:40 -05: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.