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

cct update v1.5.1 #90

Merged
merged 19 commits into from
Dec 6, 2024
Merged

cct update v1.5.1 #90

merged 19 commits into from
Dec 6, 2024

Conversation

aelmanaa
Copy link
Contributor

@aelmanaa aelmanaa commented Dec 2, 2024


Below is a summarization created by an LLM (gpt-4-turbo-2024-04-09). Be mindful of hallucinations and verify accuracy.

Why

Enhanced the Chainlink CCT with new functionalities and updates, including remote pool management, rate limit administration, and token admin role handling, improving flexibility and control over token pools and cross-chain interactions.

What

  • README.md
    • Added new EOA commands: addRemotePool, removeRemotePool, setRateLimitAdmin, updateAllowList, transferTokenAdminRole, acceptTokenAdminRole
    • Updated deployTokenPool description and examples
    • Updated applyChainUpdates description, parameters, and examples
    • Updated getPoolConfig output details
  • package.json
    • Updated @chainlink/contracts-ccip to version 1.5.1-beta.0
  • acceptTokenAdminRole.ts
    • New task file for accepting token admin role
  • addRemotePool.ts
    • New task file for adding a remote pool
  • applyChainUpdates.ts
    • Updated to handle multiple remote pool addresses
  • deployTokenPool.ts
    • Added localtokendecimals parameter
  • getPoolConfig.ts
    • Enhanced output to include rate limit admin and allow list details
  • removeRemotePool.ts
    • New task file for removing a remote pool
  • setRateLimitAdmin.ts
    • New task file for setting rate limit admin
  • transferTokenAdminRole.ts
    • New task file for transferring token admin role
  • updateAllowList.ts
    • New task file for updating the allow list

@aelmanaa aelmanaa merged commit 333c6fb into main Dec 6, 2024
@aelmanaa aelmanaa deleted the ccip/1.5.1 branch December 6, 2024 09:13
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