pyth-crosschain/bridge/pkg
Leo 63b77714ec proto: add strict linting and fix up existing protos
Passing the strict lint checks requires a number of backwards-
incompatible changes:

- Rename the NodePrivileged service to NodePrivilegedService.
  This is only used in CLI tooling, which are upgraded at the same
  time as the server binary.

- The Publicrpc service was renamed to PublicRPCService.

- The EmitterChain type is renamed to ChainID.

- The default value for the ChainID type is renamed to
  CHAIN_ID_UNSPECIFIED. This value wasn't referenced anywhere.

- The response and request types for GetLastHeartbeats were updated
  to match the rpc method name.

Change-Id: I3954130d3b25ab1f859390407bba3d3c02ffe03c
2021-08-25 14:26:33 +00:00
..
common node: store heartbeats for multiple nodes per guardian 2021-08-09 13:16:55 +00:00
db node: add GetSignedVAA endpoint 2021-07-31 03:03:37 +02:00
devnet devnet: fix eth addresses 2021-08-19 17:06:18 +00:00
ethereum node/pkg/ethereum: fetch guardian set at startup 2021-08-23 10:51:09 +00:00
p2p node: remove raw heartbeat stream 2021-08-23 10:51:09 +00:00
processor Write attestation events to BigTable 2021-08-23 09:54:28 -05:00
publicrpc proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
readiness node/pkg/readiness: be even more explicit about readyz 2021-08-09 13:16:55 +00:00
reporter Write attestation events to BigTable 2021-08-23 09:54:28 -05:00
solana node/pkg/p2p: add per-chain error counters 2021-08-10 13:24:43 +00:00
supervisor Update supervisor library to fix negative backoff 2020-08-24 21:06:12 +02:00
terra node/pkg/p2p: add per-chain error counters 2021-08-10 13:24:43 +00:00
vaa node: remove outdated TODOs 2021-07-31 16:32:54 +02:00
version node/pkg/version: panic on empty version 2021-07-31 17:15:51 +02:00
.gitignore Add builds for protos and the Solana agent 2020-08-15 22:15:26 +02:00