Skip to content

Conversation

@FelixFan1992
Copy link
Contributor

Requires

Supports

@cl-sonarqube-production
Copy link

@FelixFan1992 FelixFan1992 marked this pull request as ready for review December 26, 2025 16:35
@FelixFan1992 FelixFan1992 requested a review from a team as a code owner December 26, 2025 16:35
Copilot AI review requested due to automatic review settings December 26, 2025 16:35
@FelixFan1992 FelixFan1992 requested review from a team as code owners December 26, 2025 16:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates all Aptos operation definitions to use AsUntypedRelaxed() instead of AsUntyped() for type conversion. This change appears to be part of a broader API modification to relax type constraints when converting typed operations to untyped ones.

Key Changes:

  • Replaced all .AsUntyped() calls with .AsUntypedRelaxed() across operation definitions
  • Applied consistently across all Aptos CCIP operation files

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
deployment/ccip/changeset/aptos/operation/token_pool.go Updated 7 token pool operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/token_admin_registry.go Updated 3 token admin registry operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/token.go Updated 12 token-related operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/router.go Updated router operation to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/registry.go Updated curse/uncurse operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/on_ramp.go Updated on-ramp operation to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/off_ramp.go Updated 2 off-ramp operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/mcms.go Updated 3 MCMS operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/fee_quoter.go Updated 4 fee quoter operations to use relaxed untyped conversion
deployment/ccip/changeset/aptos/operation/ccip.go Updated 5 CCIP core operations to use relaxed untyped conversion

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@FelixFan1992 FelixFan1992 added this pull request to the merge queue Dec 29, 2025
Merged via the queue into develop with commit b93327b Dec 29, 2025
214 checks passed
@FelixFan1992 FelixFan1992 deleted the relax-type branch December 29, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants