-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Operator UI from v0.8.0-95ae9da to v0.8.0-197331a #10564
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6123916357 |
28002f1
to
0ae890d
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6124004767 |
0ae890d
to
33f83c4
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6124422392 |
33f83c4
to
4bd1032
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6124758823 |
4bd1032
to
479ffd0
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6125110341 |
479ffd0
to
5711ff7
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6125324491 |
5711ff7
to
977c104
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6125654363 |
977c104
to
4ac0cee
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6126268225 |
4ac0cee
to
9579248
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6126656985 |
9579248
to
41c42d8
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6126901885 |
41c42d8
to
8863d1e
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6127020715 |
8863d1e
to
a65cb2d
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6127113117 |
a65cb2d
to
32d3b52
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6127267897 |
32d3b52
to
9f188b6
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6127367192 |
9f188b6
to
aaee65b
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6127930670 |
6535e5c
to
8b6351a
Compare
8b6351a
to
7bf2dce
Compare
SonarQube Quality Gate |
@smartcontractkit/operator-ui%0A%0A## 0.8.0-197331a%0A%0A### Minor Changes%0A%0A- 53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec%0A- b286a55: Remove the
maxGasPriceGWei
field from VRF job details page.%0A- 374e9b4: Displays feed ID on OCR2 JobSpec%0A- 3c7a06f: Add ability to show TOML config%0A%0A On the configuration screen, the user is now able to view their node's TOML config%0A%0A- 9f9c8db: Change the Account Balance section to accommodate multiple accounts on different chains.%0A- 55a9fe7: add new job type: BlockHeaderFeeder%0A- ec48501: New job type - Gateway%0A- db6e6b4: Replaced "ETH balance" with "Native token balance"%0A- 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer%0A- e658456: Adding notification for upcoming AllowSimplePasswords configuration breaking change in core v2.6.0%0A- 2c669a2: Add OCR2 Key bundle creation%0A- e0e85f9: Add order field in theNodes
screen%0A- 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys%0A%0A### Patch Changes%0A%0A- 197331a: - Replaced rendering library to fix a bug that crashed the UI when task list contained two nodes in a loop%0A - Change Pending, Success and Error svg borders%0A - Task list tooltips are not positioned so that they don't go off-screen%0A - Added zoom and pan functionality to Task List%0A- 21b9c41: Add more options to the OCR2 plugin selection for FMS%0A- 2ab39ec: Show node type%0A- f537fba: Fixes task run status display for unfinished tasks%0A- ffd9ff4: Display the name of job proposals in Feeds Manager%0A- 44bb788: Remove legacy config chain & node mutations.%0A- 91e5ba4: Change the job creation error to specify that a job was created but it cannot start.%0A- a03e68e: Fixed a bug that caused RPC nodes to not be listed under Chains -> Nodes%0A- 43931df: Add OCR2 plugins selection for FMS%0A- 93aee13: Fixes Node and Chain GQL queries which call theCreatedAt
field which was removed%0A- 4480f1f: Add support for using operator forwarder in OCR2 jobs managed by FMS%0A- f8e796f: Add revoked jobs tab in feeds manager%0A- 69b88a0: Fixes infinite loop issue on Sign Out%0A- 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.%0A- 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page%0A- c91c2a5: Allow job deletion requests to be sent from FMS%0A- ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels%0A%0A## 0.7.0%0A%0A### Minor Changes%0A%0A- d5517c9: Swap out compiler for testing and building for swc%0A%0A Using swc leads to significant performance gains in both CI and CD, with a 60%25 reduction in webpack build times, and a 25%25 reduction in test times.%0A%0A - Update to latest tsc version%0A - Use swc for jest tests instead of ts-jest%0A - Use swc for webpack builds%0A - Update jest dependencies%0A - Update jest snapshots based on JSON parsing changes in jsdom upgrade%0A - Update gitignore to exclude yarn error logs%0A - Fix serve config%0A - Remove unused autobind decorator%0A%0A- c6c81c1: Add "Key Admin Override" modal%0A%0A The/keys
page in Operator UI now exposes several admin commands, namely:%0A%0A - An "abandon" checkbox to abandon all current transactions%0A - Enable/disable a key for a given chain%0A - Manually set the nonce for a key.%0A%0A See this PR for a screenshot example.%0A%0A- 1ab4990: Fetch chainlink node build info during runtime%0A%0A Previously, the chainlink version and commit sha were baked into the static assets. Now, they're fetched during runtime via the/v2/build_info
endpoint after the user has logged in. This enables the operator ui build phase to be isolated from the chainlink build phase, as we no longer need to know the version and commit sha of the chainlink node ahead of time.