Commit Graph

11 Commits

Author SHA1 Message Date
Leo b0ed42681d Use stable Buildkit syntax
We no longer need to be on an experimental branch - all the
Dockerfile features we need were released on 1.3.

commit-id:b083856a
2021-12-13 15:38:17 +01:00
justinschuldt 14ba777cc1 explorer: "Launch Bridge" link
Change-Id: I9578ef73cb462ee7cb4837308a939c10d246fe2a
2021-11-08 22:24:44 +00:00
justinschuldt aff990487d explorer: transaction hashes & links to explorers
Change-Id: Id262184f6c61c301f3d09f502b23d88c62b94e8d
2021-11-08 22:24:19 +00:00
justinschuldt 84de7c2fd0 explorer: load data sooner
Change-Id: I52afde5d252330d8d8bfdf2f4b72c8d3672af857
2021-11-08 22:24:08 +00:00
justinschuldt aae5d7450f explorer: format date to ISO
Change-Id: I98215540309d5ea560d28f7c30e17ab694a1b43b
2021-10-29 20:18:47 +00:00
justinschuldt e5045f1c8c devnet Explorer
- Add network switcher.
- Explorer landing page with light stats:
  - summary of recent messages per chain.
  - shows most recent messages, polls for updates.
- chain-details view.
- super basic message details view: json.
- runs in devnet.
- add network switcher to guardian-list page.
- links to native explorers (etherscan, etc.)
- polygon support
- animations when data updates

Change-Id: I26616afab551a7555421a45dee9f016beecbf93e
2021-10-27 21:15:47 +00:00
Leo 3ad6ad2cdd devnet: fix grpc-web Tilt route and remove envoy
Change-Id: I8fd49b32b7b0d8ad9724b920d59e64024c183faa
2021-10-06 12:41:58 +02:00
Leo d04e716619 explorer: fix build and re-enable in CI
This adds a readiness probe, such that future breakage would be
detected in CI. It also fixes build caching.

Fixes certusone/wormhole#378

Change-Id: I4e929b491bba62b893eec9975f477256eecde6aa
2021-09-06 19:54:11 +00:00
justinschuldt cf36c9bfe0 explorer: lookup BigTable data
- Explorer page fetch data from hosted Cloud Functions.

- Network page use GetLastHeartbeats rather than gRPC stream.

Change-Id: I57dce2ee0b84c4b31fcf7308855668a139ffe20e
2021-08-25 14:01:31 +00:00
jschuldt 576ff0cabf Explorer web app redesign.
Change-Id: Ida60941497f2eb0760e3623ac13ef123eaefabd1
2021-08-10 15:01:18 +00:00
jschuldt 0e602ed91d Add explorer web app and web proto codegen
- update buf to latest to support ts-proto plugin

- add NodeJS dev dependency for web-proto codegen

Change-Id: I881f9da7461d5d4ff28a64304a2adc33037598d1
2021-06-02 16:05:16 +00:00