Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Zp 1.6evm#13

Merged
CL-Andrew merged 9 commits intomainfrom
zp-1.6evm
May 16, 2025
Merged

Zp 1.6evm#13
CL-Andrew merged 9 commits intomainfrom
zp-1.6evm

Conversation

@zeuslawyer
Copy link
Copy Markdown
Contributor

@zeuslawyer zeuslawyer commented May 14, 2025


- Removed the pretest script and updated test commands in package.json.
- Revised README to clarify the use of `foundryup` for running Anvil and updated test execution instructions.
- Enhanced error handling in integration test to handle undefined block numbers.
…ent Names and updated FeeQuoter. Update pnpm-lock.yaml and package dependencies; introduce FeeQuoter contract

- Upgraded lockfile version to 9.0 and updated TypeScript dependencies in pnpm-lock.yaml.
- Added new FeeQuoter contract and corresponding ABI for fee management.
- Refactored references from PriceRegistry to FeeQuoter in various components and tests.
- Updated documentation to reflect changes in function names and parameters related to fee handling.
…n api.ts and config.ts.

Currently this update is only for transferTokens().

sendCCIPMessage() will be updated next.
…ssage() in api.ts

to use branching logic based on evm 1.5 or 1.6.

- Replaced FeeQuoter with PriceRegistry (for 1.6) in the API for fee token management.
- Updated method names and documentation to reflect changes from 'chain' to 'lane'.
- Added new PriceRegistry ABI and adjusted logic for rate limits and token prices.
- Enhanced error handling and ensured compatibility with existing functionality.
1. Reverted changes to lane rate limit functions in api.ts
to prevent breaking changes on the ccipClient services API.

2. testing - change t:int script to only run integration-testnet.  Mocks depend on CCIP local updates.
@zeuslawyer zeuslawyer marked this pull request as ready for review May 16, 2025 06:36
@zeuslawyer zeuslawyer requested a review from a team as a code owner May 16, 2025 06:36
@zeuslawyer zeuslawyer requested a review from CL-Andrew May 16, 2025 06:36
…to use parseAbi of getTokens() signature rather than entire ABIs

- Integrated FeeQuoter ABI into the API for improved fee token management.

- Updated logic in createClient() to handle both PriceRegistry and FeeQuoter based on the OnRamp version.

- Update integration tests to validate fee token retrieval for both OnRamp versions 1.5 and 1.6 - dynamic routing logic for version.
@CL-Andrew CL-Andrew merged commit b57ec6a into main May 16, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants