Skip to content

Updates to Support Prysm Beta.0

Compare
Choose a tag to compare
@rauljordan rauljordan released this 21 Oct 21:03
· 95 commits to master since this release
60f4396

This release includes fixes to support Prysm's beta.0 release, which fixes several known problems from the first release of the UI, including:

  • CORS issues for the validator. Now the web UI will be served on the same port as the gRPC gateway in Prysm
  • Supporting the beta release of accounts in Prysm
  • Using a separate password for the Web UI and for the wallet
  • A map of your beacon node peers (thanks @mauser001)
  • Overall improvements to the application, especially password validation thanks to @wackerow