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

feat: core deploy apply admin proxy ownership fixes #4767

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. feat(sdk): updated the RouterConfigSchema to have an optional proxyAd…

    …min field to allow deploy overrides and checks
    xeno097 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c675dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b978591 View commit details
    Browse the repository at this point in the history
  3. feat(sdk): updated the EvmWarpReader to add a fetchAdminProxyData met…

    …hod to retrive proxy admin data
    xeno097 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    747b008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85843da View commit details
    Browse the repository at this point in the history
  5. feat(cli): implemented the setExistingProxyAdmin to promt users to us…

    …e an already existing proxy admi ncontract for deployments
    xeno097 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a55dc01 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/warp-deploy-apply-ownership-fixes
    xeno097 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e8e9fc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/warp-deploy-apply-ownership-fixes
    xeno097 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b192810 View commit details
    Browse the repository at this point in the history
  2. docs(changeset): Add optional proxy admin reuse in warp route deploym…

    …ents and admin proxy ownership transfer in warp apply
    xeno097 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50d2047 View commit details
    Browse the repository at this point in the history
  3. chore: paul pr review suggestion

    Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
    xeno097 and paulbalaji authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    552bbb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8082d17 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. feat(cli): added proxy admin and ica router ownership configurability…

    … to core init command
    xeno097 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cf5f0aa View commit details
    Browse the repository at this point in the history
  2. feat(sdk): updated the EvmCoreModule.deploy method to check if the co…

    …nfig defines owners fro the mailbox proxy admin adn ica router and use those values intead of the signer
    xeno097 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9440e50 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/warp-deploy-apply-ownership-fixes
    xeno097 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a8f4683 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    62c2067 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/warp-deploy-apply-ownership-fixes
    xeno097 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a03e1d0 View commit details
    Browse the repository at this point in the history
  3. fix(sdk): fixed deriveTokenMetadata return value to exlcude fields no…

    …t defined on the type
    xeno097 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c59ad8b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/core-deploy-apply-admin-proxy-ownership-fixes
    xeno097 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7fc834d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'xeno/warp-deploy-apply-ownership-fixes' of github.com:h…

    …yperlane-xyz/hyperlane-monorepo into xeno/core-deploy-apply-admin-proxy-ownership-fixes
    xeno097 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7c5d84d View commit details
    Browse the repository at this point in the history
  6. feat(sdk): updated the EvmCoreReader to fetch the admin proxy data fo…

    …r the mailbox contract
    xeno097 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e396abc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. refactor(sdk): implemented the proxyAdminOwnershipUpdateTxs to dedup …

    …admin proxy ownership code
    xeno097 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cca3416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8c682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3623d06 View commit details
    Browse the repository at this point in the history
  4. test(cli): updated the test e2e script to also run a anvil 1 chain on…

    …ly for core command testing
    xeno097 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    86178c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdadfe4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/core-deploy-apply-admin-proxy-ownership-fixes
    xeno097 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    16f9b46 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/warp-deploy-apply-ownership-fixes
    xeno097 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7c48117 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'xeno/warp-deploy-apply-ownership-fixes' of github.com:h…

    …yperlane-xyz/hyperlane-monorepo into xeno/core-deploy-apply-admin-proxy-ownership-fixes
    xeno097 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    300af54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46c1dfb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d58f6a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…

    …to xeno/core-deploy-apply-admin-proxy-ownership-fixes
    xeno097 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4a7798d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7c304 View commit details
    Browse the repository at this point in the history
  3. chore: lee pr changes

    xeno097 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    872cb39 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    f204163 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    30cd02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7798c00 View commit details
    Browse the repository at this point in the history