Skip to content

Releases: smartcontractkit/operator-ui

v0.8.0-2c669a2

14 Apr 07:04
2c669a2
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-2c669a2

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

  • 55a9fe7: add new job type: BlockHeaderFeeder

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 2c669a2: Add OCR2 Key bundle creation

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 21b9c41: Add more options to the OCR2 plugin selection for FMS
  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 43931df: Add OCR2 plugins selection for FMS
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • f8e796f: Add revoked jobs tab in feeds manager
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-7aebc6f

30 Mar 07:48
7aebc6f
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-7aebc6f

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

  • 55a9fe7: add new job type: BlockHeaderFeeder

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 21b9c41: Add more options to the OCR2 plugin selection for FMS
  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 43931df: Add OCR2 plugins selection for FMS
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • f8e796f: Add revoked jobs tab in feeds manager
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-b9690eb

28 Mar 19:21
b9690eb
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-b9690eb

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

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 43931df: Add OCR2 plugins selection for FMS
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • f8e796f: Add revoked jobs tab in feeds manager
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-1c7d170

28 Mar 19:24
1c7d170
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-1c7d170

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

  • 55a9fe7: add new job type: BlockHeaderFeeder

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 43931df: Add OCR2 plugins selection for FMS
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • f8e796f: Add revoked jobs tab in feeds manager
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-f8e796f

24 Mar 16:32
f8e796f
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-f8e796f

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

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • f8e796f: Add revoked jobs tab in feeds manager
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-d17e013

23 Mar 12:11
d17e013
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-d17e013

Minor Changes

  • 53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-0ccfc20

23 Mar 16:47
0ccfc20
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-0ccfc20

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

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 93aee13: Fixes Node and Chain GQL queries which call the CreatedAt field which was removed
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-6917e8a

17 Mar 13:54
6917e8a
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-6917e8a

Minor Changes

  • 53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-67c1a28: Add support for OCR2 Key Management - No creation for now (#26)

17 Mar 15:53
67c1a28
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-67c1a28

Minor Changes

  • 53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

  • 67c1a28: Added support for the display and deletion of OCR version 2 (OCR2) keys

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 6917e8a: Fixed a bug where the Task List would not be displayed correctly if a run was successfully completed.
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.

v0.8.0-782ef0a

13 Mar 20:51
782ef0a
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.8.0-782ef0a

Minor Changes

  • 53c5f87: rename fromAddress to fromAddresses in blockhashStoreSpec

  • b286a55: Remove the maxGasPriceGWei field from VRF job details page.

  • 3c7a06f: Add ability to show TOML config

    On the configuration screen, the user is now able to view their node's TOML config

  • db6e6b4: Replaced "ETH balance" with "Native token balance"

  • 935a76a: Display the Feeds Manager navigation in the mobile navigation drawer

Patch Changes

  • 2ab39ec: Show node type
  • f537fba: Fixes task run status display for unfinished tasks
  • ffd9ff4: Display the name of job proposals in Feeds Manager
  • 44bb788: Remove legacy config chain & node mutations.
  • 69b88a0: Fixes infinite loop issue on Sign Out
  • 059b169: Fix bug preventing selection of "Rows per page" in jobs/ID/runs page
  • c91c2a5: Allow job deletion requests to be sent from FMS
  • ba8eb05: dynamic config for legacy vs. TOML; syntax highlighting; expansion panels

0.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.

    • Update to latest tsc version
    • Use swc for jest tests instead of ts-jest
    • Use swc for webpack builds
    • Update jest dependencies
    • Update jest snapshots based on JSON parsing changes in jsdom upgrade
    • Update gitignore to exclude yarn error logs
    • Fix serve config
    • Remove unused autobind decorator
  • c6c81c1: Add "Key Admin Override" modal

    The /keys page in Operator UI now exposes several admin commands, namely:

    • An "abandon" checkbox to abandon all current transactions
    • Enable/disable a key for a given chain
    • Manually set the nonce for a key.

    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.