Update Operator UI from v0.8.0-197331a to v0.8.0-a8fbbb3 #10693
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@smartcontractkit/operator-ui%0A%0A## 0.8.0-a8fbbb3%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- d41b999: Removing notification for AllowSimplePasswords breaking change%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.