mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
394bd1786a
* fixing squashing changes, migrates beacon , account, and auth endpoints on validator client * adding accounts endpoints * fixing tests and query endpoints * adding auth endpoint and fixing unit tests * removing unused files and updating node file to skip gRPC * ineffectual assignment fix * rolling back a change to fix e2e * fixing issues with ui * updating with webui version 2.0.5 * updating package name flag in readme * removing restore assets functions * adding nomemcopy flag to see if vulenerability scan passes * making data non compressed to avoid copy vulnerability * Update beacon-chain/rpc/eth/shared/structs_validator.go Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> * updating site_data, and skipping static analysis on file * adding back deprecation comment notice * updating workflows to ignore generated * addressing radek comments * missed a conversion --------- Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
846 B
846 B
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
- 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. - download the specific release from https://github.com/prysmaticlabs/prysm-web-ui/releases
- 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. - copy and replace the site_data.go in this package.
- Open a PR