Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix L2 reorg #196

Merged
merged 4 commits into from
Mar 14, 2022
Merged

Fix L2 reorg #196

merged 4 commits into from
Mar 14, 2022

Commits on Mar 14, 2022

  1. fix(sync): L2 sync ignores reorg event

    The L2 sync process was not using the new head after a reorg event.
    This resulted in it continuing on from the old, now reorg'd state.
    Mirko-von-Leipzig committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    65c2953 View commit details
    Browse the repository at this point in the history
  2. fix(storage): duplicate contracts are now ignored

    This could occur after an L2 reorg; where the same contract would be
    added again.
    Mirko-von-Leipzig committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d980667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b855b49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1d180 View commit details
    Browse the repository at this point in the history