wormhole/node/cmd
Jeff Schroeder 44a8453ee6
deployments: add RockawayX as a new Guardian (#3880)
* deployments: update for guardian set index v4

Wormholescan returns vaas base64 encoded, but guardianSetVAAs.csv
has them in hex format. This is the correct command to download a
guardian set upgrade vaa and convert it to hex in one go:

    curl -sq 0000000000000000000000000000000004/18252082506122526004 | \
        jq .vaaBytes -r | \
        base64 -d | \
        xxd -p | \
        tr -d '\n'
    echo

Refs: wormhole-foundation/wormhole-networks#53

* node: update admin template gsti to 4

Refs: wormhole-foundation/wormhole-networks#53
2024-04-16 13:02:37 -04:00
..
ccq Node/CCQ: Load testing tweaks (#3857) 2024-03-26 13:02:41 -05:00
debug Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
guardiand deployments: add RockawayX as a new Guardian (#3880) 2024-04-16 13:02:37 -04:00
spy Node/spy: Adds optional VAA signature verification (#3854) 2024-03-25 14:19:46 -05:00
root.go CCQ: Query Server (#3422) 2023-10-12 14:29:21 -05:00