Update Operator UI from v0.8.0-2f868c3 to v0.8.0-0953c48 #11468
Closed
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
0.8.0-0953c48
Minor Changes
53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec
b286a55: Remove the
maxGasPriceGWei
field from VRF job details page.374e9b4: Displays feed ID on OCR2 JobSpec
3c7a06f: Add ability to show TOML config
On the configuration screen, the user is now able to view their node's TOML config
11e96a8: remove p2p v1 field p2pBootstrapPeers
06f745d: Update the VRF job spec UI to include vrfOwnerAddress; Update the BHS job spec UI to include coordinatorV2PlusAddress, trustedBlockhashStoreAddress and trustedBlockhashStoreBatchSize
9f9c8db: Change the Account Balance section to accommodate multiple accounts on different chains.
55a9fe7: add new job type: BlockHeaderFeeder
ec48501: New job type - Gateway
db6e6b4: Replaced "ETH balance" with "Native token balance"
935a76a: Display the Feeds Manager navigation in the mobile navigation drawer
e658456: Adding notification for upcoming AllowSimplePasswords configuration breaking change in core v2.6.0
2c669a2: Add OCR2 Key bundle creation
e0e85f9: Add order field in the
Nodes
screen67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys
Patch Changes
CreatedAt
field which was removed0.7.0
Minor Changes
d5517c9: Swap out compiler for testing and building for swc
Using swc leads to significant performance gains in both CI and CD, with a 60% reduction in webpack build times, and a 25% reduction in test times.
c6c81c1: Add "Key Admin Override" modal
The
/keys
page in Operator UI now exposes several admin commands, namely:See this PR for a screenshot example.
1ab4990: Fetch chainlink node build info during runtime
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.