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

OptimismPortal2 set initial _balance through StorageSetter pattern #254

Merged
merged 5 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. OptimismPortal2 set initial _balance through StorageSetter pattern

    Fixes #239
    
    The custom gas-token feature adaptation for the fault-proof system using
    the `OptimismPortal2` contract has been merged recently upstream.
    
    We are using the custom-gas-token feature and additionally require a
    modification of the OptimismPortal's `_balance` value to be set
    to the entire allocation of Celo on the L2 - meaning that all L1 token is
    initially locked in the bridge and only usable on the L2.
    
    Those changes are now adapted also to the `OptimismPortal2`, which
    was a requirement to make our custom-gas-token pre-locked balance
    feature work in conjunction with fault-proofs.
    ezdac committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    83ce106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6f636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89cbf4 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Co-authored-by: Valentin Rodygin <[email protected]>
    ezdac and carterqw2 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d00f780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7009efb View commit details
    Browse the repository at this point in the history