pyth-crosschain/devnet
Leo e4802d42d7 devnet: add algorand sandnet
As far as I can tell, both primary and node are happy. We can't use
https://github.com/algorand/sandbox since it makes too many
assumptions about its environment (docker-compose, interactive
development vs. reproducible CI usage).

Instead, use the official mainnet Docker images and ship our own config.

Caveat: "goal network create" is not reproducible and each Docker
build will generate a new set of root keys. We can presumably avoid
this by hardcoding the output of "goal network create"
(using --noimportkeys to avoid having to vendor a SQLite DB.. we'd
just re-import them to kmd at runtime, which is what goal is doing
internally: f51d2d7d5a/netdeploy/networkTemplate.go (L131))

Change-Id: I8c99c6150c9c244c9f12b68a58184c2d5697cee8
2021-12-09 11:54:17 +00:00
..
algorand.yaml devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00
bigtable.yaml
bridge-ui.yaml
eth-devnet.yaml examples: native swap 2021-12-08 14:51:19 +00:00
explorer.yaml
node.yaml
p2w-attest.yaml pyth2wormhole: rename p2w-client service to p2w-attest 2021-11-15 15:22:29 +00:00
p2w-relay.yaml pyth2wormhole: rename p2w-client service to p2w-attest 2021-11-15 15:22:29 +00:00
pyth.yaml pyth2wormhole: rename p2w-client service to p2w-attest 2021-11-15 15:22:29 +00:00
solana-devnet.yaml
spy.yaml node: add spy service 2021-12-03 02:01:56 +01:00
terra-devnet.yaml