Skip to content

sui: fix, remove graphql - #320

Merged
andrevmatos merged 2 commits into
mainfrom
fix/sui
Jul 31, 2026
Merged

sui: fix, remove graphql#320
andrevmatos merged 2 commits into
mainfrom
fix/sui

Conversation

@andrevmatos

Copy link
Copy Markdown
Collaborator

No description provided.

@andrevmatos andrevmatos self-assigned this Jul 31, 2026
@andrevmatos
andrevmatos requested review from a team, PabloMansanet and aelmanaa as code owners July 31, 2026 12:47
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
ccip-tools-ts Ready Ready Preview Jul 31, 2026 6:04pm

Request Review

@github-actions

Copy link
Copy Markdown

👋 andrevmatos, 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!

bukata-sa
bukata-sa previously approved these changes Jul 31, 2026
aelmanaa
aelmanaa previously approved these changes Jul 31, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report

ℹ tests 1061
ℹ suites 278
ℹ pass 1061
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 182383.971103

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

✔ src/commands/e2e-helpers.test.ts (132.105737ms)
Verbose mode enabled
▶ getCtx
  ▶ output — always stdout
    ✔ output.write goes to stdout (1.481981ms)
    ✔ output.table goes to stdout (0.884684ms)
  ✔ output — always stdout (3.461571ms)
  ▶ logger — always stderr
    ✔ logger.info goes to stderr (0.524671ms)
    ✔ logger.warn goes to stderr (0.426277ms)
    ✔ logger.error goes to stderr (0.414675ms)
  ✔ logger — always stderr (1.581577ms)
  ▶ verbose mode
    ✔ logger.debug is a no-op when verbose is false (0.925108ms)
    ✔ logger.debug goes to stderr when verbose is true (1.1502ms)
  ✔ verbose mode (2.279831ms)
  ▶ destroy signal
    ✔ returns a working destroy function (12.637347ms)
    ✔ calling destroy twice does not throw (1.758337ms)
  ✔ destroy signal (14.74631ms)
✔ getCtx (22.862142ms)
▶ lane-latency command
  ✔ should output JSON format correctly (14.901429ms)
  ✔ should resolve chain IDs to chain selectors (2.110245ms)
  ✔ should use custom API URL when provided (2.625099ms)
  ✔ should output log format correctly (1.868644ms)
  ✔ should handle chain IDs as input (2.280443ms)
  ✔ should handle chain selectors as input (1.667277ms)
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (1.070061ms)
  ✔ should work normally when --no-api flag is false (1.391511ms)
  ✔ should forward blockConfirmations to API URL (1.068328ms)
  ✔ should not include numOfBlocks when blockConfirmations is not provided (1.418942ms)
  ▶ CCIP_API environment variable integration
    ✔ should respect CCIP_API=false environment variable (0.45479ms)
  ✔ CCIP_API environment variable integration (0.646549ms)
✔ lane-latency command (33.177449ms)
▶ e2e command lane EVM v1.5
  ✔ should show lane config Sepolia -> Fuji (v1.5) in JSON (5791.984802ms)
  ✔ should show lane config Sepolia -> Fuji (v1.5) in pretty format (4643.221033ms)
✔ e2e command lane EVM v1.5 (10437.714558ms)
▶ e2e command lane EVM v2.0
  ✔ should show lane config Sepolia -> Fuji (v2.0) in JSON (2824.558617ms)
✔ e2e command lane EVM v2.0 (2824.863517ms)
▶ e2e command lane EVM <-> Aptos (v1.6)
  ✔ should show lane config Sepolia -> Aptos (v1.6) (7209.111385ms)
  ✔ should show lane config Aptos -> Sepolia (v1.6) (4784.059538ms)
✔ e2e command lane EVM <-> Aptos (v1.6) (11993.680307ms)
▶ e2e command lane EVM <-> Solana (v1.6)
  ✔ should show lane config Sepolia -> Solana (v1.6) (4308.377116ms)
  ✔ should show lane config Solana -> Sepolia (v1.6) (4480.712528ms)
✔ e2e command lane EVM <-> Solana (v1.6) (8789.562797ms)
▶ e2e command lane EVM <-> TON (v1.6)
  ✔ should show lane config TON -> Sepolia (v1.6) (44592.538808ms)
  ✔ should show lane config Sepolia -> TON (v1.6) (14419.675071ms)
✔ e2e command lane EVM <-> TON (v1.6) (59012.66284ms)
▶ selectRequest non-interactive behavior
  ✔ returns the single request without prompting (1.108543ms)
  ✔ returns the request matching logIndex (0.19288ms)
  ✔ throws CCIPInteractiveRequiredError for multiple requests without logIndex (1.770399ms)
✔ selectRequest non-interactive behavior (4.623615ms)
▶ CCIPInteractiveRequiredError
  ✔ has correct code and is not transient (0.386893ms)
  ✔ uses default recovery when none provided (0.267389ms)
  ✔ preserves context fields (0.223798ms)
✔ CCIPInteractiveRequiredError (1.086421ms)
▶ preprocessArgv TTY auto-detection
  ✔ --interactive flag is defined in globalOpts (0.253404ms)
✔ preprocessArgv TTY auto-detection (0.37979ms)
▶ search messages command
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (2.544878ms)
  ✔ should output JSON format correctly (13.984095ms)
  ✔ should pass sender filter to API (3.086841ms)
  ✔ should pass receiver filter to API (4.335716ms)
  ✔ should resolve source chain to selector (5.904809ms)
  ✔ should resolve dest chain to selector (3.164436ms)
  ✔ should pass manual-exec-only filter to API (3.640235ms)
  ✔ should treat limit 0 as unlimited (5.355243ms)
  ✔ should respect limit parameter (6.882658ms)
  ✔ should warn when no results found (1.580485ms)
  ✔ should use custom API URL when provided (2.879303ms)
  ✔ should warn on negative limit and fall back to default (1.828308ms)
  ✔ should output log format (1.762034ms)
✔ search messages command (59.02267ms)
▶ e2e command show EVM
  ▶ pretty format (default)
    ✔ should show complete CCIP transaction details EVM to EVM (8736.624283ms)
  ✔ pretty format (default) (8737.917981ms)
  ▶ json format
    ✔ should output a single valid JSON envelope with all expected fields (7317.047936ms)
  ✔ json format (7317.327989ms)
  ▶ log format
    ✔ should output in log format with object assignments (6985.58878ms)
  ✔ log format (6985.966115ms)
  ▶ verbose flag
    ✔ should work with verbose flag enabled (7161.522762ms)
  ✔ verbose flag (7164.209427ms)
  ▶ error handling
    ✔ should handle invalid transaction hash gracefully (31040.954109ms)
    ✔ should require transaction hash argument (1689.440882ms)
  ✔ error handling (32731.603391ms)
  ✔ should show complete CCIP transaction details EVM to Aptos (15976.163626ms)
  ✔ should show complete CCIP transaction details EVM to Solana (6712.761028ms)
  ✔ should show EVM to Solana v2 OffRamp execution without verifications (5408.936435ms)
✔ e2e command show EVM (91037.422614ms)
▶ e2e command show Solana
  ✔ should show complete CCIP transaction details Solana to EVM (8315.244489ms)
✔ e2e command show Solana (8315.487723ms)
▶ e2e command show Aptos
  ✔ should show complete CCIP transaction details Aptos to EVM (8298.90261ms)
✔ e2e command show Aptos (8299.141297ms)
﹣ e2e command show TON (0.125575ms) # SKIP
▶ formatCCIPError
  ✔ should return null for non-CCIPError instances (1.227825ms)
  ✔ should format CCIPError with code and message (0.519812ms)
  ✔ should include help section with recovery hint (0.272098ms)
  ✔ should include note section for transient errors (0.298328ms)
  ✔ should include retry timing for transient errors with retryAfterMs (0.392123ms)
  ✔ should not include note section for permanent errors (0.249236ms)
  ✔ should format error with structured output (0.272349ms)
  ✔ should include stack trace when verbose is true (0.417561ms)
  ✔ should not include stack trace when verbose is false (0.260357ms)
✔ formatCCIPError (5.622302ms)
▶ yieldResolved
  ✔ throws if a promise rejects while the generator is paused after a yield (9.744228ms)
✔ yieldResolved (10.049218ms)
▶ canton/signer
  ▶ Ed25519TransactionSigner constructor
    ✔ constructs with a valid 64-char hex seed (5.522687ms)
    ✔ constructs with a 0x-prefixed seed (0.515034ms)
    ✔ throws when seed is too short (0.61964ms)
    ✔ throws when seed is too long (0.276988ms)
    ✔ throws when seed contains non-hex characters (0.239388ms)
    ✔ computes the correct Canton fingerprint (1.722935ms)
    ✔ produces different fingerprints for different seeds (0.906978ms)
  ✔ Ed25519TransactionSigner constructor (11.444951ms)
  ▶ Ed25519TransactionSigner.sign()
    ✔ returns a PartySignatures structure (1.466996ms)
    ✔ includes the correct party ID (0.868105ms)
    ✔ produces a signature with correct properties (1.885279ms)
    ✔ produces a valid Ed25519 signature (64 bytes) (0.795229ms)
    ✔ produces a cryptographically valid signature (1.539551ms)
    ✔ produces different signatures for different hashes (0.544109ms)
    ✔ produces different signatures for different signers (same hash) (0.69974ms)
    ✔ handles empty hash (edge case) (0.440084ms)
  ✔ Ed25519TransactionSigner.sign() (8.80971ms)
  ▶ Ed25519TransactionSigner.getFingerprint()
    ✔ returns the fingerprint computed during construction (0.601486ms)
    ✔ returns a 68-character hex string (0.842888ms)
  ✔ Ed25519TransactionSigner.getFingerprint() (1.642875ms)
  ▶ Integration: multiple signers with same party
    ✔ allows multiple signers for the same party with different keys (1.013928ms)
  ✔ Integration: multiple signers with same party (1.136898ms)
✔ canton/signer (24.076475ms)
▶ fetchChainsFromRpcs
  ✔ lets duplicate tx-hash race endpoints query before aborting losers (15.570934ms)
  ✔ chainGetter: returns chain from first winning endpoint and destroys late arrivals (52.278191ms)
  ✔ chainGetter: resolves a pending request once the endpoint connects (Branch 2) (22.11266ms)
  ✔ chainGetter: rejects with CCIPRpcNotFoundError when all endpoints fail to connect (1.943027ms)
  ✔ chainGetter: rejects immediately with CCIPRpcNotFoundError once family is already exhausted (0.824383ms)
  ✔ txHash: rejects with CCIPTransactionNotFoundError when tx not on any chain (1.094829ms)
  ✔ txHash: Branch-4 (txOnlyRacer) is destroyed via catch when it loses the tx race (11.521666ms)
  ✔ txHash: chain connecting after txFoundIn is set is immediately destroyed without calling getTransaction (24.273643ms)
  ✔ txHash: Branch-2 chain given to a pending chainGetter is NOT destroyed when it cannot find the tx (14.425709ms)
  ✔ txFoundIn shared across families: SVM txOnlyRacer is destroyed after EVM wins (34.711901ms)
✔ fetchChainsFromRpcs (184.602446ms)
▶ isCantonLedgerUrl
  ✔ matches Canton JSON Ledger API paths (0.171501ms)
  ✔ does not match EVM JSON-RPC URLs (0.097242ms)
✔ isCantonLedgerUrl (0.497531ms)
▶ filterEndpointsForFamily
  ✔ gives Canton only ledger URLs (0.147756ms)
  ✔ gives EVM only non-ledger URLs (0.109706ms)
✔ filterEndpointsForFamily (0.348282ms)
▶ resolveRouter
  ✔ returns explicit CLI -r for any source family (0.234038ms)
  ✔ returns undefined for EVM source without -r (0.088446ms)
✔ resolveRouter (0.412893ms)
▶ resolveCliIndexer
  ✔ prefers explicit CLI --indexer values (0.180348ms)
  ✔ falls back to canton-config indexerUrl when the lane involves Canton (0.10714ms)
  ✔ does not fall back to canton-config indexerUrl for EVM-only lanes (0.089156ms)
  ✔ returns undefined when neither CLI nor config provides an indexer (0.076984ms)
✔ resolveCliIndexer (0.585255ms)
▶ resolveCliRouter
  ✔ prefers explicit CLI -r on Canton source (0.174947ms)
  ✔ prefers explicit CLI -r on EVM source even when canton-config has senderInstanceId (0.085961ms)
  ✔ falls back to canton-config senderInstanceId for Canton source (0.081062ms)
  ✔ does not fall back to senderInstanceId for EVM source (0.074209ms)
✔ resolveCliRouter (0.562643ms)
ℹ tests 113
ℹ suites 38
ℹ pass 113
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 111967.458902
---------------------------------------|---------|----------|---------|---------|-------------------
File                                   | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
---------------------------------------|---------|----------|---------|---------|-------------------
All files                              |   76.17 |    77.76 |   63.51 |   76.17 |                   
 ccip-cli/src                          |   90.16 |    59.25 |      75 |   90.16 |                   
  index.ts                             |   90.16 |    59.25 |      75 |   90.16 | ...68-169,175-180 
 ccip-cli/src/commands                 |    52.1 |    73.14 |   61.66 |    52.1 |                   
  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                       |    21.4 |      100 |       0 |    21.4 | ...38-148,150-325 
  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 |      100 |       0 |      14 | ...95-223,225-500 
  show.ts                              |   75.62 |    63.75 |     100 |   75.62 | ...15-318,398-400 
  supported-tokens.ts                  |      17 |      100 |       0 |      17 | ...59-332,334-347 
  token.ts                             |    22.9 |      100 |       0 |    22.9 | ...3,60-67,69-131 
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   87.39 |     75.6 |   96.42 |   87.39 | ...99-609,617-625 
 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                |   61.41 |    87.82 |      45 |   61.41 |                   
  aptos.ts                             |   51.47 |      100 |       0 |   51.47 | ...,95-96,105-136 
  canton.ts                            |   85.71 |    96.29 |      90 |   85.71 | 185-203,254-273   
  evm.ts                               |    36.3 |      100 |       0 |    36.3 | ...69-104,116-168 
  index.ts                             |   84.86 |    84.33 |      90 |   84.86 | 130-131,289-337   
  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                          |    94.7 |    85.54 |   92.59 |    94.7 |                   
  chain.ts                             |   94.25 |    76.15 |   81.25 |   94.25 | ...2242,2275-2276 
  commits.ts                           |    90.9 |    74.19 |     100 |    90.9 | ...06,115-118,120 
  execution.ts                         |   87.04 |    81.81 |     100 |   87.04 | ...76-183,189-196 
  explorer.ts                          |     100 |      100 |     100 |     100 |                   
  extra-args.ts                        |     100 |    89.47 |     100 |     100 | 225,260,297,312   
  fetch.ts                             |   98.08 |    93.43 |   97.14 |   98.08 | ...95-596,672-673 
  gas.ts                               |   93.28 |     62.5 |     100 |   93.28 | ...93-197,251-262 
  http-status.ts                       |     100 |      100 |     100 |     100 |                   
  index.ts                             |     100 |      100 |     100 |     100 |                   
  messages.ts                          |    79.2 |    46.15 |      40 |    79.2 | ...99-310,314-327 
  networks.ts                          |     100 |      100 |     100 |     100 |                   
  offchain.ts                          |   87.13 |    78.04 |     100 |   87.13 | ...18-227,236-237 
  requests.ts                          |   95.22 |    91.12 |     100 |   95.22 | ...31-632,657-662 
  supported-chains.ts                  |     100 |      100 |     100 |     100 |                   
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   97.05 |    93.18 |     100 |   97.05 | ...90-391,645-653 
 ccip-sdk/src/api                      |   94.31 |    84.78 |   94.73 |   94.31 |                   
  index.ts                             |   94.31 |    84.78 |   94.73 |   94.31 | ...39-842,845-848 
 ccip-sdk/src/aptos                    |   62.43 |    69.04 |   61.01 |   62.43 |                   
  exec.ts                              |   29.31 |      100 |       0 |   29.31 | 18-58             
  hasher.ts                            |   75.89 |       80 |   66.66 |   75.89 | 17-36,50-56       
  index.ts                             |    66.5 |    76.47 |   64.28 |    66.5 | ...1008,1012-1023 
  logs.ts                              |   86.86 |    51.85 |   85.71 |   86.86 | ...08-214,216-227 
  send.ts                              |    25.6 |      100 |       0 |    25.6 | ...2,63-80,93-125 
  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                   |   44.72 |    76.56 |   31.66 |   44.72 |                   
  amount.ts                            |   92.59 |       70 |     100 |   92.59 | 22-23             
  ccv-addresses.ts                     |     100 |    91.07 |     100 |     100 | 13,30,64,67       
  defaults.ts                          |   99.28 |    90.24 |     100 |   99.28 | 93                
  events.ts                            |   45.74 |     52.5 |   23.52 |   45.74 | ...13-525,531-540 
  index.ts                             |    33.5 |     60.6 |   12.82 |    33.5 | ...2517,2520-2522 
  types.ts                             |   95.34 |      100 |      50 |   95.34 | 55-62             
  update-id.ts                         |   98.11 |    88.88 |     100 |   98.11 | 52                
 ccip-sdk/src/canton/client            |   56.53 |     61.9 |   20.58 |   56.53 |                   
  client.ts                            |   54.67 |       60 |   20.58 |   54.67 | ...16-735,750-770 
  index.ts                             |     100 |      100 |     100 |     100 |                   
 ...dk/src/canton/explicit-disclosures |   75.11 |    69.35 |    55.1 |   75.11 |                   
  acs.ts                               |   87.36 |     69.1 |      90 |   87.36 | ...20,568,606-607 
  eds.ts                               |   54.79 |      100 |       0 |   54.79 | ...79-386,390-395 
 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 |    53.4 |      100 |       0 |    53.4 |                   
  client.ts                            |    53.4 |      100 |       0 |    53.4 | 97-180,187-191    
 ccip-sdk/src/errors                   |   87.39 |     75.1 |      50 |   87.39 |                   
  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.52 |    70.39 |   47.15 |   84.52 | ...3544,3567-3576 
  utils.ts                             |   94.44 |    81.48 |     100 |   94.44 | 15,17,22,24       
 ccip-sdk/src/evm                      |   89.04 |    78.23 |    92.3 |   89.04 |                   
  const.ts                             |     100 |      100 |     100 |     100 |                   
  errors.ts                            |   92.21 |    80.58 |     100 |   92.21 | ...67,221-224,229 
  extra-args.ts                        |   94.47 |    61.01 |     100 |   94.47 | ...11-212,328-340 
  fork.test.data.ts                    |     100 |      100 |     100 |     100 |                   
  gas.ts                               |   98.19 |    61.11 |     100 |   98.19 | 90-91,93          
  hasher.ts                            |     100 |     92.3 |     100 |     100 | 135               
  index.ts                             |   82.23 |    76.53 |   89.39 |   82.23 | ...2482,2484-2492 
  logs.ts                              |   98.84 |    91.75 |     100 |   98.84 | 65-66,71-72       
  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.8 |       70 |   81.05 |    75.8 |                   
  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.02 |    68.57 |     100 |   92.02 | ...,80-89,169-170 
  hasher.ts                            |   96.49 |    81.81 |     100 |   96.49 | 64-67             
  index.ts                             |   77.85 |    74.55 |   81.13 |   77.85 | ...1942,1946-1979 
  logs.ts                              |   65.54 |    66.66 |     100 |   65.54 | ...28-129,134-141 
  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                             |   77.44 |     64.7 |   81.25 |   77.44 | ...54-556,588-603 
 ccip-sdk/src/sui                      |   64.64 |    68.83 |    58.2 |   64.64 |                   
  discovery.ts                         |    62.9 |    55.26 |   66.66 |    62.9 | ...77-299,303-337 
  events.ts                            |   92.85 |    61.11 |      90 |   92.85 | ...32-236,285-296 
  exec.ts                              |   32.19 |      100 |       0 |   32.19 | 37-89,101-146     
  hasher.ts                            |   98.18 |    66.66 |     100 |   98.18 | 34,50             
  index.ts                             |   64.69 |    75.29 |   46.15 |   64.69 | ...66-867,871-872 
  objects.ts                           |    43.1 |    82.14 |   71.42 |    43.1 | ...43-194,205-348 
 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                      |   81.12 |    78.66 |   81.11 |   81.12 |                   
  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                             |   79.84 |    75.91 |   71.15 |   79.84 | ...1574,1581-1582 
  logs.ts                              |     100 |    94.54 |     100 |     100 | 74-79,111         
  send.ts                              |   95.52 |    66.66 |     100 |   95.52 | 37-44,188         
  types.ts                             |   91.24 |    81.25 |     100 |   91.24 | ...61-63,71-74,92 
  utils.ts                             |    63.1 |    78.57 |    90.9 |    63.1 | ...37-395,397-400 
---------------------------------------|---------|----------|---------|---------|-------------------

@andrevmatos
andrevmatos merged commit c89d452 into main Jul 31, 2026
13 checks passed
@andrevmatos
andrevmatos deleted the fix/sui branch July 31, 2026 18:19
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