Skip to content

@eth-optimism/common-ts@0.0.0-20221116233743

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 23:38
· 12503 commits to develop since this release
e103aa8

Minor Changes

  • ab8ec36: 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.
  • 9b28918: Refactors BaseServiceV2 slightly, merges standard options with regular options

Patch Changes

  • e23f60f: Fixes a bug in BaseServiceV2 where options were not being parsed correctly when passed into the constructor rather than via environment variables or command line arguments
  • c6c9c7d: Adds a function for waiting for ethers providers
  • ffcee10: Make logLevel a default option of BaseServiceV2
  • eceb0de: Adds new standard options to disable parsing variables from environment and command line.