Skip to content

Commit

Permalink
updating dependencies and change log (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Aug 12, 2023
1 parent aee838d commit c2065ce
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 114 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## What's Changed

**WEB UI IS DEPRECATING AND WILL BE FULLY REMOVED IN A LATER HARDFORK**
**WEB UI IS DEPRECATED AND WILL BE FROZEN UNTIL NEXT STEPS ARE DETERMINED**

please reach out to the prysm team on discord if there are questions or concerns on the migration to an alternative solution.

- web ui deprecation notice by @james-prysm #243
- handle fee recipient errors by @james-prysm in #242

**Full Changelog**: https://github.com/prysmaticlabs/prysm-web-ui/compare/v2.0.2...v2.0.3
**Full Changelog**: https://github.com/prysmaticlabs/prysm-web-ui/compare/v2.0.3...v2.0.4
172 changes: 65 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"postcss": "^8.3.9",
"tailwindcss": "^2.2.19",
"ts-node": "~8.3.0",
"ts-proto": "^1.59.0",
"ts-proto": "^1.156.2",
"typescript": "~4.5.5"
},
"browser": {
Expand Down
3 changes: 2 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="bg-secondary text-white py-4 text-center mx-auto">
<div class="max-w-3xl mx-auto">
The Prysm UI is marked for <span class="text-black">DEPRECATION</span> and will be <span class="text-black">FULLY REMOVED</span> in a future hard fork. <br/>
The Prysm UI is marked for <span class="text-black">DEPRECATION</span> and will be <span class="text-black">FROZEN</span> until next steps are determined.
Existing features will continue to function as is, but newer features will not be added until a strategy is determined. <br/>
Please check our <a class="text-black" href="https://docs.prylabs.network/docs/prysm-usage/web-interface" target="_blank">web UI documentation</a> for more details
</div>
</div>
Expand Down

0 comments on commit c2065ce

Please sign in to comment.