Skip to content

Latest commit

 

History

History
200 lines (140 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

200 lines (140 loc) · 4.76 KB

@eth-optimism/fault-detector

0.6.0

Minor Changes

  • b004d1ad4: Updates the fault detector to support Bedrock networks.

Patch Changes

0.5.0

Minor Changes

  • 9b2891852: Refactors BaseServiceV2 slightly, merges standard options with regular options

Patch Changes

  • ab8ec365c: Updates BaseServiceV2 so that options are secret by default. Services will have to explicitly mark options as "public" for those options to be logged and included in the metadata metric.
  • c6c9c7dbf: Fault detector will now wait for providers to be connected
  • Updated dependencies [e23f60f63]
  • Updated dependencies [ab8ec365c]
  • Updated dependencies [ba8b94a60]
  • Updated dependencies [9b2891852]
  • Updated dependencies [d1f9098f9]
  • Updated dependencies [c6c9c7dbf]
  • Updated dependencies [ffcee1013]
  • Updated dependencies [eceb0de1d]

0.4.0

Minor Changes

  • ab5c1b897: Includes a new event caching mechanism for running the fault detector against Geth.

Patch Changes

0.3.2

Patch Changes

  • 97b5f578c: Fixes how versions are imported for BaseServiceV2 services

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 4a5e1832: Updates metrics to use better labels.

Patch Changes

0.2.7

Patch Changes

  • 7215f4ce: Bump ethers to 5.7.0 globally
  • 17999a54: Adds a fault status API to the Fault Detector.
  • 2f058b84: Fixes a small bug in the fault detector that would cause errors for testnets where the fault proof window is extremely short.
  • Updated dependencies [7215f4ce]
  • Updated dependencies [206f6033]
  • Updated dependencies [d7679ca4]

0.2.6

Patch Changes

0.2.5

Patch Changes

  • 98206b7e: Properly handle connection failures for L2 node

0.2.4

Patch Changes

0.2.3

Patch Changes

  • 977493bc: Update SDK version and usage to account for new constructor
  • 2296cf81: Fix bug where FD would try to sync beyond local tip
  • Updated dependencies [977493bc]
  • Updated dependencies [700dcbb0]
  • Updated dependencies [3d1cb720]

0.2.2

Patch Changes

  • Updated dependencies [cb71fcde]
  • Updated dependencies [10e41522]

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

Patch Changes

  • 37dfe4f6: Smarter starting height for fault-detector
  • 6fe58eb2: Fix order in which a metric was bumped then emitted to fix off by one issue
  • Updated dependencies [d9e39931]
  • Updated dependencies [84a8934c]

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 2177c8ef: Releases the first public version of the fault detector

Patch Changes