prysm-pulse/validator/web
Radosław Kapka 91504eb95a
Improve vc logs (#13573)
* duties

* atts

* revert some changes

* revert timeTillDuty

* Manu's review

* Revert "Auxiliary commit to revert individual files from 6806ca9fbe18101f58ccb40fe191c61c183735a8"

This reverts commit 0820c870d2627950179b0edf7ce62ee4fa4a03a3.

* remove trash

* more reivew

* making Manu happy

* test fixes
2024-02-08 18:24:03 +00:00
..
BUILD.bazel Remove uses of deprecated go_embed rules_go (#12719) 2023-08-16 15:47:09 +00:00
doc.go Serve Prysm Web UI from Validator (#7470) 2020-10-09 09:58:30 -05:00
handler_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
handler.go Enable usestdlibvars linter and fix findings (#13339) 2023-12-15 19:21:54 +00:00
headers.go Add WebUI Security Headers (#9775) 2021-10-15 12:40:23 +02:00
log.go Improve vc logs (#13573) 2024-02-08 18:24:03 +00:00
README.md HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00
site_data.go HTTP validator API: beacon and account endpoints (#13191) 2023-12-01 20:40:09 +00:00

Note on future releases

** There is no longer an automated PR workflow for releasing the web ui due to its frozen state ** This is due to this PR removal of build content:https://github.com/prysmaticlabs/prysm/pull/12719

in order to update the site_data.go follow the following steps to update the specific release of https://github.com/prysmaticlabs/prysm-web-ui/releases

  1. download and install https://github.com/kevinburke/go-bindata. (working as of version 4.0.2) This tool will be used to generate the site_data.go file.
  2. download the specific release from https://github.com/prysmaticlabs/prysm-web-ui/releases
  3. run go-bindata -pkg web -nometadata -modtime 0 -o site_data.go prysm-web-ui/ . prysm-web-ui/ represents the extracted folder from the release.
  4. copy and replace the site_data.go in this package.
  5. Open a PR