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

Operator confirmation from Coordinator to TACo application #114

Merged
merged 19 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
  9. Configuration menu
    Copy the full SHA
    4edfe53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd5dc14 View commit details
    Browse the repository at this point in the history
  11. Removes batchUpdate, moves additional access in child app to extend…

    …ed contract, makes child app upgradeable,
    vzotova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c74edc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b7899c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19ca893 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1 from theref/taco_x_chain

    Update the x chain deploy script for full TACO test
    vzotova authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ef6c536 View commit details
    Browse the repository at this point in the history
  15. Tests for child app

    vzotova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bef7fa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    5bce831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff36f5b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    34089fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2efc21 View commit details
    Browse the repository at this point in the history