wormhole/node/cmd/guardiand
Jeff Schroeder deeabc096d
Update injective url/s (#1350)
* node/pkg/terra: remove setEvents

The guardian set should only be authoritative from ethereum, so having
this code in the terra watcher is unnecessary. Getting this information
on injective requires a few more hoops to jump through but it is never
used. It is easier to maintain less code, so remove it.

* node/cmd/guardiand: remove setEvents from cosmwasm

This removes the set events from:

* terra 2
* injective
* terra classic

* node/pkg/terra: don't query guardianset from cosmwasm

* node/pkg/terra: support injective

* node/pkg/terra: update queryLatency metric

To show the query latency of fetching the latest block height from rpc
2022-07-14 13:41:31 -04:00
..
adminclient.go node/cmd/guardiand: improve send-observation-request arg parser 2022-05-02 14:41:55 -04:00
adminnodes.go Guardian support for Injective (#1327) 2022-07-06 10:19:57 -04:00
adminserver.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
admintemplate.go gosec fixes (#1201) 2022-05-20 08:09:48 -07:00
adminverify.go Allow specifying the timestamp in governance inject 2022-04-19 17:52:05 +01:00
guardiankey.go gosec fixes (#1201) 2022-05-20 08:09:48 -07:00
logging.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
node.go Update injective url/s (#1350) 2022-07-14 13:41:31 -04:00
publicrpc.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
publicweb.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
systemd.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
telemetry.go