Skip to content

Releases: smartcontractkit/operator-ui

v0.7.0-436bdb4

15 Sep 21:37
d048dc5
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-436bdb4

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.

  • 436bdb4: 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.7.0-3f76b8f

15 Sep 03:54
d048dc5
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-3f76b8f

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.

v0.7.0-075de23

13 Sep 23:20
075de23
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-075de23

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.

v0.7.0-cc29d10

12 Sep 21:23
cc29d10
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-cc29d10

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

v0.7.0-35b7f44

12 Sep 21:26
35b7f44
Compare
Choose a tag to compare

@smartcontractkit/operator-ui

0.7.0-35b7f44

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

v0.6.0

08 Sep 04:00
cfd5adf
Compare
Choose a tag to compare
Disable coverage for now