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

Improvements to state synchronization bridge #102

Merged
merged 8 commits into from
Sep 8, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    0d05a3c View commit details
    Browse the repository at this point in the history
  2. FxPortal Deployment info: FxRoot, FxChild, CheckpointManager

    For both Ethereum Mainnet - Polygon Mainnet and Ethereum Goerli - Polygon Mumbai. 
    See https://wiki.polygon.technology/docs/pos/design/bridge/l1-l2-communication/state-transfer/#prerequisites
    cygnusv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    38870ed View commit details
    Browse the repository at this point in the history
  3. Set FxChildTunnel on PolygonRoot constructor

    Instead of setting the child tunnel with setFxChildTunnel(), which could be prone to front-running.
    cygnusv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e54455b View commit details
    Browse the repository at this point in the history
  4. Grant DEFAULT_ADMIN_ROLE on StakeInfo to the deployer

    This way they can grant/revoke updaters, which is useful for testnets, and the admin can revoke themselves if the updaters list is considered final.
    cygnusv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f2953e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9551852 View commit details
    Browse the repository at this point in the history
  6. Improve logging of check_xchain script

    theref authored and cygnusv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ff108c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dfe46f View commit details
    Browse the repository at this point in the history
  8. New coordinator deployment script

    Based on the FlatRateFeeModel script
    cygnusv committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a0acacd View commit details
    Browse the repository at this point in the history