Skip to content

[Solana][Hotfix] Remove .patch version at API parsing boundary #265

Merged
PabloMansanet merged 4 commits into
mainfrom
solana_1_6_2_hotfix
May 28, 2026
Merged

[Solana][Hotfix] Remove .patch version at API parsing boundary #265
PabloMansanet merged 4 commits into
mainfrom
solana_1_6_2_hotfix

Conversation

@PabloMansanet
Copy link
Copy Markdown
Collaborator

The SDK expects to handle major.minor versions, but parsing from the API can result in a CCIP version of 1.6.2 for Solana contracts, which breaks manual exec.

This ensures parsing at the API boundary returns CCIP version V1_6 for 1.6.2 contracts.

@PabloMansanet PabloMansanet requested review from a team and aelmanaa as code owners May 28, 2026 09:06
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ccip-tools-ts Ready Ready Preview, Comment May 28, 2026 9:27am

Request Review

@github-actions
Copy link
Copy Markdown

👋 PabloMansanet, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

RensR
RensR previously approved these changes May 28, 2026
@github-actions
Copy link
Copy Markdown

Coverage Report

ℹ tests 836
ℹ suites 239
ℹ pass 834
ℹ fail 0
ℹ cancelled 0
ℹ skipped 2
ℹ todo 0
ℹ duration_ms 131452.9281

> @chainlink/ccip-cli@1.7.0 test
> node --test

✔ src/commands/e2e-helpers.test.ts (139.589826ms)
Verbose mode enabled
▶ getCtx
  ▶ output — always stdout
    ✔ output.write goes to stdout (1.242682ms)
    ✔ output.table goes to stdout (0.76887ms)
  ✔ output — always stdout (3.027629ms)
  ▶ logger — always stderr
    ✔ logger.info goes to stderr (0.430909ms)
    ✔ logger.warn goes to stderr (0.360475ms)
    ✔ logger.error goes to stderr (0.328166ms)
  ✔ logger — always stderr (1.324774ms)
  ▶ verbose mode
    ✔ logger.debug is a no-op when verbose is false (0.45212ms)
    ✔ logger.debug goes to stderr when verbose is true (1.959775ms)
  ✔ verbose mode (2.599424ms)
  ▶ destroy signal
    ✔ returns a working destroy function (14.088265ms)
    ✔ calling destroy twice does not throw (1.029797ms)
  ✔ destroy signal (15.300881ms)
✔ getCtx (22.912906ms)
▶ lane-latency command
  ✔ should output JSON format correctly (5.181291ms)
  ✔ should resolve chain IDs to chain selectors (0.6273ms)
  ✔ should use custom API URL when provided (1.948413ms)
  ✔ should output log format correctly (1.537218ms)
  ✔ should handle chain IDs as input (1.02543ms)
  ✔ should handle chain selectors as input (0.603885ms)
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (0.898993ms)
  ✔ should work normally when --no-api flag is false (0.471499ms)
  ✔ should forward blockConfirmations to API URL (0.494383ms)
  ✔ should not include numOfBlocks when blockConfirmations is not provided (0.484278ms)
  ▶ CCIP_API environment variable integration
    ✔ should respect CCIP_API=false environment variable (0.352292ms)
  ✔ CCIP_API environment variable integration (0.483257ms)
✔ lane-latency command (15.407975ms)
▶ e2e command lane EVM v1.5
  ✔ should show lane config Sepolia -> Fuji (v1.5) in JSON (4811.750468ms)
  ✔ should show lane config Sepolia -> Fuji (v1.5) in pretty format (3864.003297ms)
✔ e2e command lane EVM v1.5 (8677.716776ms)
▶ e2e command lane EVM v2.0
  ✔ should show lane config Sepolia -> Fuji (v2.0) in JSON (3443.179678ms)
✔ e2e command lane EVM v2.0 (3443.492842ms)
▶ e2e command lane EVM <-> Aptos (v1.6)
  ✔ should show lane config Sepolia -> Aptos (v1.6) (3695.79773ms)
  ✔ should show lane config Aptos -> Sepolia (v1.6) (3136.7997ms)
✔ e2e command lane EVM <-> Aptos (v1.6) (6832.978835ms)
▶ e2e command lane EVM <-> Solana (v1.6)
  ✔ should show lane config Sepolia -> Solana (v1.6) (6527.101992ms)
  ✔ should show lane config Solana -> Sepolia (v1.6) (3421.917939ms)
✔ e2e command lane EVM <-> Solana (v1.6) (9949.481445ms)
▶ e2e command lane EVM <-> TON (v1.6)
  ✔ should show lane config TON -> Sepolia (v1.6) (33243.168911ms)
  ✔ should show lane config Sepolia -> TON (v1.6) (25581.114168ms)
✔ e2e command lane EVM <-> TON (v1.6) (58824.621782ms)
▶ selectRequest non-interactive behavior
  ✔ returns the single request without prompting (0.997309ms)
  ✔ returns the request matching logIndex (0.169021ms)
  ✔ throws CCIPInteractiveRequiredError for multiple requests without logIndex (1.792958ms)
✔ selectRequest non-interactive behavior (4.245344ms)
▶ CCIPInteractiveRequiredError
  ✔ has correct code and is not transient (0.30357ms)
  ✔ uses default recovery when none provided (0.262078ms)
  ✔ preserves context fields (0.204493ms)
✔ CCIPInteractiveRequiredError (0.943899ms)
▶ preprocessArgv TTY auto-detection
  ✔ --interactive flag is defined in globalOpts (0.229591ms)
✔ preprocessArgv TTY auto-detection (0.360635ms)
▶ search messages command
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (2.647464ms)
  ✔ should output JSON format correctly (12.781738ms)
  ✔ should pass sender filter to API (2.53598ms)
  ✔ should pass receiver filter to API (2.909513ms)
  ✔ should resolve source chain to selector (2.412787ms)
  ✔ should resolve dest chain to selector (2.01728ms)
  ✔ should pass manual-exec-only filter to API (2.89382ms)
  ✔ should treat limit 0 as unlimited (5.617848ms)
  ✔ should respect limit parameter (5.407335ms)
  ✔ should warn when no results found (0.839594ms)
  ✔ should use custom API URL when provided (1.805667ms)
  ✔ should warn on negative limit and fall back to default (1.671658ms)
  ✔ should output log format (1.572091ms)
✔ search messages command (47.238045ms)
▶ e2e command show EVM
  ▶ pretty format (default)
    ✔ should show complete CCIP transaction details EVM to EVM (8329.073206ms)
  ✔ pretty format (default) (8330.070704ms)
  ▶ json format
    ✔ should output a single valid JSON envelope with all expected fields (7034.793205ms)
  ✔ json format (7035.064768ms)
  ▶ log format
    ✔ should output in log format with object assignments (7345.115039ms)
  ✔ log format (7345.390418ms)
  ▶ verbose flag
    ✔ should work with verbose flag enabled (7718.561132ms)
  ✔ verbose flag (7718.803961ms)
  ▶ error handling
    ✔ should handle invalid transaction hash gracefully (5443.593084ms)
    ✔ should require transaction hash argument (1632.778281ms)
  ✔ error handling (7076.65191ms)
  ✔ should show complete CCIP transaction details EVM to Aptos (13674.334214ms)
  ✔ should show complete CCIP transaction details EVM to Solana (5790.280082ms)
✔ e2e command show EVM (56972.720338ms)
▶ e2e command show Solana
  ✔ should show complete CCIP transaction details Solana to EVM (7142.645406ms)
✔ e2e command show Solana (7142.963598ms)
▶ e2e command show Aptos
  ✔ should show complete CCIP transaction details Aptos to EVM (7661.310188ms)
✔ e2e command show Aptos (7661.493771ms)
﹣ e2e command show TON (0.118306ms) # SKIP
▶ formatCCIPError
  ✔ should return null for non-CCIPError instances (4.127399ms)
  ✔ should format CCIPError with code and message (0.594982ms)
  ✔ should include help section with recovery hint (0.223642ms)
  ✔ should include note section for transient errors (0.302829ms)
  ✔ should include retry timing for transient errors with retryAfterMs (2.337045ms)
  ✔ should not include note section for permanent errors (0.252504ms)
  ✔ should format error with structured output (0.240707ms)
  ✔ should include stack trace when verbose is true (0.461634ms)
  ✔ should not include stack trace when verbose is false (5.539742ms)
✔ formatCCIPError (16.228377ms)
▶ yieldResolved
  ✔ throws if a promise rejects while the generator is paused after a yield (13.164074ms)
✔ yieldResolved (13.364511ms)
▶ canton/signer
  ▶ Ed25519TransactionSigner constructor
    ✔ constructs with a valid 64-char hex seed (4.528953ms)
    ✔ constructs with a 0x-prefixed seed (0.460783ms)
    ✔ throws when seed is too short (0.651616ms)
    ✔ throws when seed is too long (0.219346ms)
    ✔ throws when seed contains non-hex characters (0.159827ms)
    ✔ computes the correct Canton fingerprint (1.016337ms)
    ✔ produces different fingerprints for different seeds (0.713778ms)
  ✔ Ed25519TransactionSigner constructor (9.197224ms)
  ▶ Ed25519TransactionSigner.sign()
    ✔ returns a PartySignatures structure (1.176775ms)
    ✔ includes the correct party ID (0.516886ms)
    ✔ produces a signature with correct properties (0.987423ms)
    ✔ produces a valid Ed25519 signature (64 bytes) (0.846405ms)
    ✔ produces a cryptographically valid signature (1.413506ms)
    ✔ produces different signatures for different hashes (0.625117ms)
    ✔ produces different signatures for different signers (same hash) (0.790963ms)
    ✔ handles empty hash (edge case) (0.526781ms)
  ✔ Ed25519TransactionSigner.sign() (7.347131ms)
  ▶ Ed25519TransactionSigner.getFingerprint()
    ✔ returns the fingerprint computed during construction (0.473813ms)
    ✔ returns a 68-character hex string (0.413342ms)
  ✔ Ed25519TransactionSigner.getFingerprint() (1.03871ms)
  ▶ Integration: multiple signers with same party
    ✔ allows multiple signers for the same party with different keys (0.961015ms)
  ✔ Integration: multiple signers with same party (1.082265ms)
✔ canton/signer (19.724258ms)
▶ fetchChainsFromRpcs
  ✔ lets duplicate tx-hash race endpoints query before aborting losers (14.804236ms)
  ✔ chainGetter: returns chain from first winning endpoint and destroys late arrivals (51.296781ms)
  ✔ chainGetter: resolves a pending request once the endpoint connects (Branch 2) (21.5056ms)
  ✔ chainGetter: rejects with CCIPRpcNotFoundError when all endpoints fail to connect (1.38939ms)
  ✔ chainGetter: rejects immediately with CCIPRpcNotFoundError once family is already exhausted (0.785504ms)
  ✔ txHash: rejects with CCIPTransactionNotFoundError when tx not on any chain (1.005751ms)
  ✔ txHash: Branch-4 (txOnlyRacer) is destroyed via catch when it loses the tx race (10.199159ms)
  ✔ txHash: chain connecting after txFoundIn is set is immediately destroyed without calling getTransaction (24.968253ms)
  ✔ txHash: Branch-2 chain given to a pending chainGetter is NOT destroyed when it cannot find the tx (13.575034ms)
  ✔ txFoundIn shared across families: SVM txOnlyRacer is destroyed after EVM wins (34.344471ms)
✔ fetchChainsFromRpcs (176.643623ms)
ℹ tests 98
ℹ suites 33
ℹ pass 98
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 88081.297569
---------------------------------------|---------|----------|---------|---------|-------------------
File                                   | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
---------------------------------------|---------|----------|---------|---------|-------------------
All files                              |   73.23 |     77.2 |   58.58 |   73.23 |                   
 ccip-cli/src                          |      90 |    61.53 |      75 |      90 |                   
  index.ts                             |      90 |    61.53 |      75 |      90 | ...65-166,172-177 
 ccip-cli/src/commands                 |   53.49 |    72.72 |   61.01 |   53.49 |                   
  index.ts                             |     100 |      100 |     100 |     100 |                   
  lane-latency.ts                      |   72.56 |     90.9 |   33.33 |   72.56 | ...,63-70,105-111 
  lane.ts                              |   85.25 |       70 |     100 |   85.25 | ...34-137,141-143 
  manual-exec.ts                       |   23.17 |      100 |       0 |   23.17 | ...28-138,140-300 
  parse.ts                             |   57.14 |      100 |       0 |   57.14 | 46-50,57-64,66-91 
  search.ts                            |   81.25 |      100 |       0 |   81.25 | 24-29             
  send.ts                              |   14.93 |      100 |       0 |   14.93 | ...89-220,222-462 
  show.ts                              |   77.11 |    61.11 |     100 |   77.11 | ...88-291,319-320 
  supported-tokens.ts                  |   16.95 |      100 |       0 |   16.95 | ...59-333,335-348 
  token.ts                             |   22.72 |      100 |       0 |   22.72 | ...3,60-67,69-132 
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   88.06 |     75.6 |   96.42 |   88.06 | ...14-624,632-640 
 ccip-cli/src/commands/search          |   49.19 |    82.85 |    12.5 |   49.19 |                   
  messages.ts                          |   49.19 |    82.85 |    12.5 |   49.19 | ...89-211,213-248 
 ccip-cli/src/providers                |   57.27 |       85 |   35.29 |   57.27 |                   
  aptos.ts                             |   51.47 |      100 |       0 |   51.47 | ...,95-96,105-136 
  canton.ts                            |   85.33 |     90.9 |    87.5 |   85.33 | 179-191,206-225   
  evm.ts                               |    36.3 |      100 |       0 |    36.3 | ...69-104,116-168 
  index.ts                             |   79.23 |    82.81 |   83.33 |   79.23 | ...43-145,212-260 
  solana.ts                            |   47.44 |      100 |       0 |   47.44 | ...02-103,112-137 
  sui.ts                               |   64.28 |      100 |       0 |   64.28 | 10-14             
  ton.ts                               |   15.03 |      100 |       0 |   15.03 | 24-153            
 ccip-sdk/src                          |   96.28 |    82.66 |   94.89 |   96.28 |                   
  chain.ts                             |   96.51 |     78.7 |   82.14 |   96.51 | ...1956,1989-1990 
  commits.ts                           |     100 |    95.23 |     100 |     100 | 57                
  execution.ts                         |   92.45 |    92.59 |     100 |   92.45 | 137-144,156-163   
  explorer.ts                          |     100 |      100 |     100 |     100 |                   
  extra-args.ts                        |     100 |    89.47 |     100 |     100 | 213,248,285,300   
  gas.ts                               |   89.17 |    38.46 |     100 |   89.17 | ...70-174,189-190 
  http-status.ts                       |     100 |      100 |     100 |     100 |                   
  index.ts                             |     100 |      100 |     100 |     100 |                   
  messages.ts                          |   88.53 |    45.09 |     100 |   88.53 | ...30-231,255-256 
  networks.ts                          |     100 |      100 |     100 |     100 |                   
  offchain.ts                          |   94.16 |       80 |     100 |   94.16 | ...24-226,235-236 
  requests.ts                          |   96.26 |    87.09 |     100 |   96.26 | ...89-690,715-717 
  supported-chains.ts                  |     100 |      100 |     100 |     100 |                   
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   96.23 |    89.02 |     100 |   96.23 | ...07-808,815-823 
 ccip-sdk/src/api                      |   93.75 |       85 |   94.11 |   93.75 |                   
  index.ts                             |   93.75 |       85 |   94.11 |   93.75 | ...53-756,759-762 
 ccip-sdk/src/aptos                    |   58.81 |    65.69 |   58.62 |   58.81 |                   
  exec.ts                              |   29.31 |      100 |       0 |   29.31 | 18-58             
  hasher.ts                            |   76.52 |       80 |   66.66 |   76.52 | 20-39,53-59       
  index.ts                             |   59.87 |    72.97 |   60.97 |   59.87 | ...95-921,925-936 
  logs.ts                              |   88.71 |    50.98 |   85.71 |   88.71 | ...92,197,199-210 
  send.ts                              |    25.8 |      100 |       0 |    25.8 | ...2,63-80,93-124 
  token.ts                             |   23.75 |       75 |     100 |   23.75 | 35-156            
  types.ts                             |   65.97 |      100 |       0 |   65.97 | 26-33,65-89       
 ccip-sdk/src/canton                   |   34.31 |    63.63 |    4.87 |   34.31 |                   
  events.ts                            |   35.67 |      100 |       0 |   35.67 | ...71-383,389-398 
  index.ts                             |    29.5 |    55.55 |    5.79 |    29.5 | ...1873,1884-1888 
  types.ts                             |   88.05 |      100 |       0 |   88.05 | 55-62,149-159     
 ccip-sdk/src/canton/client            |   32.49 |      100 |       0 |   32.49 |                   
  client.ts                            |   29.03 |      100 |       0 |   29.03 | ...90-609,624-644 
  index.ts                             |     100 |      100 |     100 |     100 |                   
 ...dk/src/canton/explicit-disclosures |   69.45 |    70.83 |   35.29 |   69.45 |                   
  acs.ts                               |   82.87 |    70.21 |      80 |   82.87 | ...54-360,390-412 
  eds.ts                               |    54.7 |      100 |       0 |    54.7 | ...76-383,387-392 
 ccip-sdk/src/canton/token-metadata    |   62.64 |      100 |       0 |   62.64 |                   
  client.ts                            |   62.64 |      100 |       0 |   62.64 | 104-163,170-174   
 ...dk/src/canton/transfer-instruction |   52.15 |      100 |       0 |   52.15 |                   
  client.ts                            |   52.15 |      100 |       0 |   52.15 | 92-175,182-186    
 ccip-sdk/src/errors                   |   87.78 |    76.01 |    49.6 |   87.78 |                   
  CCIPError.ts                         |     100 |      100 |     100 |     100 |                   
  codes.ts                             |     100 |      100 |     100 |     100 |                   
  index.ts                             |     100 |      100 |     100 |     100 |                   
  pure.ts                              |     100 |       75 |     100 |     100 | 32                
  recovery.ts                          |     100 |      100 |     100 |     100 |                   
  specialized.ts                       |   84.95 |    71.16 |   46.61 |   84.95 | ...3345,3366-3375 
  utils.ts                             |   94.44 |    81.48 |     100 |   94.44 | 15,17,22,24       
 ccip-sdk/src/evm                      |   87.55 |    76.62 |   90.36 |   87.55 |                   
  const.ts                             |     100 |      100 |     100 |     100 |                   
  errors.ts                            |   91.17 |    80.76 |     100 |   91.17 | ...65,174-176,223 
  extra-args.ts                        |   94.47 |    61.01 |     100 |   94.47 | ...11-212,328-340 
  fork.test.data.ts                    |     100 |      100 |     100 |     100 |                   
  gas.ts                               |   97.97 |    53.33 |     100 |   97.97 | 72-73,75          
  hasher.ts                            |     100 |     92.3 |     100 |     100 | 135               
  index.ts                             |   82.49 |    77.31 |   90.47 |   82.49 | ...2237,2263-2271 
  logs.ts                              |   61.22 |       80 |   33.33 |   61.22 | ...,66-67,107-146 
  messages.ts                          |     100 |      100 |     100 |     100 |                   
  offchain.ts                          |   81.25 |    33.33 |     100 |   81.25 | 11,13-14          
  types.ts                             |     100 |      100 |     100 |     100 |                   
 ccip-sdk/src/evm/viem                 |   79.76 |    90.62 |   69.23 |   79.76 |                   
  client-adapter.ts                    |     100 |       90 |     100 |     100 | 48,74             
  index.ts                             |     100 |      100 |     100 |     100 |                   
  wallet-adapter.ts                    |   63.09 |     90.9 |   55.55 |   63.09 | ...91-124,131-157 
 ccip-sdk/src/hasher                   |   94.29 |    78.94 |     100 |   94.29 |                   
  common.ts                            |     100 |      100 |     100 |     100 |                   
  hasher.ts                            |     100 |    66.66 |     100 |     100 | 19                
  index.ts                             |     100 |      100 |     100 |     100 |                   
  merklemulti.ts                       |   93.43 |       78 |     100 |   93.43 | ...06-307,315-316 
 ccip-sdk/src/shared                   |   90.29 |    76.92 |     100 |   90.29 |                   
  bcs-codecs.ts                        |   90.15 |       75 |     100 |   90.15 | 75-87             
  constants.ts                         |     100 |      100 |     100 |     100 |                   
 ccip-sdk/src/solana                   |      75 |    70.04 |      80 |      75 |                   
  cleanup.ts                           |   26.95 |    66.66 |   33.33 |   26.95 | ...59-101,114-227 
  exec.ts                              |   69.11 |    62.96 |   66.66 |   69.11 | ...69-473,513-514 
  fork.test.data.ts                    |     100 |      100 |     100 |     100 |                   
  gas.ts                               |   92.06 |    72.22 |     100 |   92.06 | ...,81-90,170-171 
  hasher.ts                            |   96.61 |    81.81 |     100 |   96.61 | 68-71             
  index.ts                             |   77.11 |    74.36 |   81.13 |   77.11 | ...1743,1747-1780 
  logs.ts                              |   69.35 |    63.33 |     100 |   69.35 | 51-52,54-55,61-94 
  offchain.ts                          |     100 |      100 |     100 |     100 |                   
  patchBorsh.ts                        |   78.31 |       50 |     100 |   78.31 | ...47,65-66,72-78 
  send.ts                              |    77.6 |    33.33 |      80 |    77.6 | ...52-360,403-442 
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   72.76 |    64.51 |   72.72 |   72.76 | ...43-445,477-492 
 ccip-sdk/src/sui                      |   34.55 |    86.66 |      20 |   34.55 |                   
  discovery.ts                         |   14.86 |      100 |       0 |   14.86 | ...49-185,188-222 
  events.ts                            |   30.94 |       50 |      25 |   30.94 | ...18-283,305-306 
  exec.ts                              |   31.81 |      100 |       0 |   31.81 | 32-75,87-132      
  hasher.ts                            |   98.16 |    66.66 |     100 |   98.16 | 33,49             
  index.ts                             |   39.23 |    93.18 |   18.91 |   39.23 | ...09-810,814-815 
  objects.ts                           |   18.93 |      100 |       0 |   18.93 | ...33-184,195-338 
 ccip-sdk/src/sui/manuallyExec         |   54.12 |       75 |      50 |   54.12 |                   
  encoder.ts                           |    83.9 |    66.66 |     100 |    83.9 | 51-58,73-77,82    
  index.ts                             |   34.35 |      100 |       0 |   34.35 | 46-131            
 ccip-sdk/src/ton                      |    79.9 |     78.2 |   79.26 |    79.9 |                   
  exec.ts                              |     100 |      100 |     100 |     100 |                   
  extra-args.ts                        |   98.66 |    72.72 |     100 |   98.66 | 156-157,222       
  hasher.ts                            |   78.07 |    77.77 |      75 |   78.07 | 100-108,156-187   
  index.ts                             |   77.33 |    73.64 |    65.9 |   77.33 | ...1328,1335-1336 
  logs.ts                              |     100 |    95.55 |     100 |     100 | 66-71             
  send.ts                              |   95.93 |       70 |     100 |   95.93 | 37-44             
  types.ts                             |   91.24 |    81.25 |     100 |   91.24 | ...61-63,71-74,92 
  utils.ts                             |    63.1 |    78.18 |    90.9 |    63.1 | ...37-395,397-400 
---------------------------------------|---------|----------|---------|---------|-------------------

@PabloMansanet PabloMansanet merged commit e45116e into main May 28, 2026
13 checks passed
@PabloMansanet PabloMansanet deleted the solana_1_6_2_hotfix branch May 28, 2026 09:48
PabloMansanet added a commit that referenced this pull request May 28, 2026
Adds a fork test validating the fix in #265.

For reference, this test, when run on top of 1.7.0 without the hotfix,
reproduces the chain version parsing issue:

```
test at src/evm/fork.test.ts:1524:5
✖ should execute a Solana-source message via API-driven path (Solana Devnet -> Sepolia) (982.333ms)
     // ...
      at async Test.run (node:internal/test_runner/test:1113:7) {
    _isCCIPError: true,
    code: 'HASHER_VERSION_UNSUPPORTED',
    context: { chain: 'EVM', version: '1.6.2' },
    isTransient: false,
    retryAfterMs: undefined,
    recovery: 'Use a supported CCIP version for this chain. Check the lane configuration for compatible versions.',
    [cause]: undefined
  }
 ```
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