Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

117 lines (62 loc) · 1.68 KB

@eth-optimism/indexer

0.7.0

Minor Changes

  • ed50bd5b4: Bump indexer

0.6.0

Minor Changes

  • ecf0cc59b: Fix startup issues, add L2 conf depth

0.5.0

Minor Changes

  • f030d8660: Adds support for the OptimismPortal's new WithdrawalProven event to the indexer

0.4.0

Minor Changes

  • 1bfe79f20: Adds an implementation of the Two Step Withdrawals V2 proposal

Patch Changes

  • f49b71d50: Updated forge-std version

0.3.3

Patch Changes

  • 587f309bf: Fix the docker build

0.3.2

Patch Changes

  • f505078be: Update go-ethereum to v1.10.26

0.3.1

Patch Changes

  • 4006ef3a: Delete unused flags

0.3.0

Minor Changes

  • 19e581d8: Bedrock support

0.2.0

Minor Changes

  • 4b0d5109: This release supports bedrock contracts and is configured for the public alpha testnet on goerli.

0.1.4

Patch Changes

  • 74babaa4: Delete dead file
  • 3e67f784: Update go-ethereum to 1.10.21
  • ec8d6b7c: Remove some duplicated code

0.1.3

Patch Changes

  • f30a5d39: Fix contract bindings

0.1.2

Patch Changes

  • b3921408: Fix a couple semgrep issues
  • c6f6d68b: Deduplicate some l2geth and geth utils
  • 0b30ae05: Use op-bindings package for address manager

0.1.1

Patch Changes

  • 6f458607: Bump go-ethereum to 1.10.17

0.1.0

Minor Changes

  • 79be3e80: Add airdrops API

Patch Changes

  • d7bb9625: fix context reuse

0.0.4

Patch Changes

  • 1df934a1: Don't spam the backend
  • 94876e28: fix (indexer): update l2 bridge addresses

0.0.3

Patch Changes

  • 160f4c3d: Update docker image to use golang 1.18.0

0.0.2

Patch Changes

  • 0e40dcb6: Indexer: initial release
  • 93131547: Bump go-ethereum to v1.10.16