Skip to content

fix: caches - #366

Merged
andrevmatos merged 6 commits into
mainfrom
fix/sui
Aug 20, 2026
Merged

fix: caches#366
andrevmatos merged 6 commits into
mainfrom
fix/sui

Conversation

@andrevmatos

@andrevmatos andrevmatos commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator
  • Fix a few caches which were running loose on long running processes:
    • Sui events
    • TON txs, client internal
  • Fix tron-evm getBlock stateRoot="0x" being rejected by ethers (not valid hash)
  • Implement fork test for Hedera tinybar -> weibar conversion
  • Fix a few sources of flakyness on integration/e2e tests

@andrevmatos andrevmatos self-assigned this Aug 20, 2026
@vercel

vercel Bot commented Aug 20, 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 Aug 20, 2026 8:20pm

Request Review

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown

Coverage Report

ℹ tests 1273
ℹ suites 315
ℹ pass 1273
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 205270.262775

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

✔ src/commands/e2e-helpers.test.ts (102.39876ms)
Verbose mode enabled
▶ getCtx
  ▶ output — always stdout
    ✔ output.write goes to stdout (1.270931ms)
    ✔ output.table goes to stdout (0.823097ms)
  ✔ output — always stdout (3.331268ms)
  ▶ logger — always stderr
    ✔ logger.info goes to stderr (0.526161ms)
    ✔ logger.warn goes to stderr (0.270717ms)
    ✔ logger.error goes to stderr (0.336255ms)
  ✔ logger — always stderr (1.375037ms)
  ▶ verbose mode
    ✔ logger.debug is a no-op when verbose is false (0.893092ms)
    ✔ logger.debug goes to stderr when verbose is true (1.703546ms)
  ✔ verbose mode (2.807625ms)
  ▶ destroy signal
    ✔ returns a working destroy function (11.831816ms)
    ✔ calling destroy twice does not throw (0.472961ms)
  ✔ destroy signal (12.541433ms)
✔ getCtx (20.839152ms)
▶ lane-latency command
  ✔ should output JSON format correctly (17.36263ms)
  ✔ should resolve chain IDs to chain selectors (1.828799ms)
  ✔ should use custom API URL when provided (2.279016ms)
  ✔ should output log format correctly (1.506354ms)
  ✔ should handle chain IDs as input (2.592097ms)
  ✔ should handle chain selectors as input (1.35694ms)
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (0.848706ms)
  ✔ should work normally when --no-api flag is false (1.073765ms)
  ✔ should forward blockConfirmations to API URL (0.94407ms)
  ✔ should not include numOfBlocks when blockConfirmations is not provided (1.230449ms)
  ▶ CCIP_API environment variable integration
    ✔ should respect CCIP_API=false environment variable (0.388224ms)
  ✔ CCIP_API environment variable integration (0.535846ms)
✔ lane-latency command (34.030125ms)
▶ e2e command lane EVM v1.5
  ✔ should show lane config Sepolia -> Fuji (v1.5) in JSON (4294.643531ms)
  ✔ should show lane config Sepolia -> Fuji (v1.5) in pretty format (3838.356513ms)
✔ e2e command lane EVM v1.5 (8135.148664ms)
▶ e2e command lane EVM v2.0
  ✔ should show lane config Sepolia -> Fuji (v2.0) in JSON (2541.749805ms)
✔ e2e command lane EVM v2.0 (2542.114032ms)
▶ e2e command lane EVM <-> Aptos (v1.6)
  ✔ should show lane config Sepolia -> Aptos (v1.6) (3156.553283ms)
  ✔ should show lane config Aptos -> Sepolia (v1.6) (3460.907715ms)
✔ e2e command lane EVM <-> Aptos (v1.6) (6617.863443ms)
▶ e2e command lane EVM <-> Solana (v1.6)
  ✔ should show lane config Sepolia -> Solana (v1.6) (4079.894057ms)
  ✔ should show lane config Solana -> Sepolia (v1.6) (6346.155494ms)
✔ e2e command lane EVM <-> Solana (v1.6) (10426.491485ms)
▶ e2e command lane EVM <-> TON (v1.6)
  ✔ should show lane config TON -> Sepolia (v1.6) (22906.984047ms)
  ✔ should show lane config Sepolia -> TON (v1.6) (28478.039277ms)
✔ e2e command lane EVM <-> TON (v1.6) (51385.450956ms)
▶ selectRequest non-interactive behavior
  ✔ returns the single request without prompting (1.331502ms)
  ✔ returns the request matching logIndex (0.230967ms)
  ✔ throws CCIPInteractiveRequiredError for multiple requests without logIndex (2.105986ms)
✔ selectRequest non-interactive behavior (5.644174ms)
▶ CCIPInteractiveRequiredError
  ✔ has correct code and is not transient (0.297988ms)
  ✔ uses default recovery when none provided (0.393031ms)
  ✔ preserves context fields (0.242424ms)
✔ CCIPInteractiveRequiredError (1.169558ms)
▶ preprocessArgv TTY auto-detection
  ✔ --interactive flag is defined in globalOpts (1.351782ms)
✔ preprocessArgv TTY auto-detection (1.517881ms)
▶ search messages command
  ✔ should throw CCIPApiClientNotAvailableError when --no-api flag is set (2.364685ms)
  ✔ should output JSON format correctly (11.166145ms)
  ✔ should pass sender filter to API (3.238358ms)
  ✔ should pass receiver filter to API (2.717835ms)
  ✔ should resolve source chain to selector (2.987832ms)
  ✔ should resolve dest chain to selector (2.560569ms)
  ✔ should pass manual-exec-only filter to API (5.852288ms)
  ✔ should treat limit 0 as unlimited (6.740513ms)
  ✔ should respect limit parameter (6.594964ms)
  ✔ should warn when no results found (1.141917ms)
  ✔ should use custom API URL when provided (2.850264ms)
  ✔ should warn on negative limit and fall back to default (2.371485ms)
  ✔ should output log format (1.667777ms)
✔ search messages command (54.525925ms)
▶ e2e command show EVM
  ▶ pretty format (default)
    ✔ should show complete CCIP transaction details EVM to EVM (6664.189528ms)
  ✔ pretty format (default) (6665.48107ms)
  ▶ json format
    ✔ should output a single valid JSON envelope with all expected fields (4691.298261ms)
  ✔ json format (4691.589658ms)
  ▶ log format
    ✔ should output in log format with object assignments (4966.900943ms)
  ✔ log format (4967.226262ms)
  ▶ verbose flag
    ✔ should work with verbose flag enabled (5341.175124ms)
  ✔ verbose flag (5341.492943ms)
  ▶ error handling
    ✔ should handle invalid transaction hash gracefully (6704.338547ms)
    ✔ should require transaction hash argument (1722.331586ms)
  ✔ error handling (8427.092327ms)
  ✔ should show complete CCIP transaction details EVM to Aptos (11495.143344ms)
  ✔ should show complete CCIP transaction details EVM to Solana (5830.396246ms)
  ✔ should show EVM to Solana v2 OffRamp execution without verifications (3434.98875ms)
✔ e2e command show EVM (50855.14521ms)
▶ e2e command show Solana
  ✔ should show complete CCIP transaction details Solana to EVM (7994.646757ms)
✔ e2e command show Solana (7994.883673ms)
▶ e2e command show Aptos
  ✔ should show complete CCIP transaction details Aptos to EVM (5887.507538ms)
✔ e2e command show Aptos (5887.804544ms)
﹣ e2e command show TON (0.065038ms) # SKIP
▶ formatCCIPError
  ✔ should return null for non-CCIPError instances (1.624673ms)
  ✔ should format CCIPError with code and message (0.647703ms)
  ✔ should include help section with recovery hint (0.245579ms)
  ✔ should include note section for transient errors (0.29946ms)
  ✔ should include retry timing for transient errors with retryAfterMs (0.472651ms)
  ✔ should not include note section for permanent errors (0.377598ms)
  ✔ should format error with structured output (0.258418ms)
  ✔ should include stack trace when verbose is true (0.808055ms)
  ✔ should not include stack trace when verbose is false (0.264758ms)
✔ formatCCIPError (9.307516ms)
▶ yieldResolved
  ✔ throws if a promise rejects while the generator is paused after a yield (11.391274ms)
✔ yieldResolved (11.737474ms)
▶ canton/signer
  ▶ Ed25519TransactionSigner constructor
    ✔ constructs with a valid 64-char hex seed (4.799595ms)
    ✔ constructs with a 0x-prefixed seed (0.499131ms)
    ✔ throws when seed is too short (0.821605ms)
    ✔ throws when seed is too long (0.21943ms)
    ✔ throws when seed contains non-hex characters (0.209836ms)
    ✔ computes the correct Canton fingerprint (1.723811ms)
    ✔ produces different fingerprints for different seeds (0.75167ms)
  ✔ Ed25519TransactionSigner constructor (11.12896ms)
  ▶ Ed25519TransactionSigner.sign()
    ✔ returns a PartySignatures structure (1.227285ms)
    ✔ includes the correct party ID (1.125091ms)
    ✔ produces a signature with correct properties (1.108706ms)
    ✔ produces a valid Ed25519 signature (64 bytes) (0.634604ms)
    ✔ produces a cryptographically valid signature (1.687136ms)
    ✔ produces different signatures for different hashes (0.699321ms)
    ✔ produces different signatures for different signers (same hash) (0.917274ms)
    ✔ handles empty hash (edge case) (0.552261ms)
  ✔ Ed25519TransactionSigner.sign() (10.752884ms)
  ▶ Ed25519TransactionSigner.getFingerprint()
    ✔ returns the fingerprint computed during construction (0.582205ms)
    ✔ returns a 68-character hex string (0.477277ms)
  ✔ Ed25519TransactionSigner.getFingerprint() (2.435921ms)
  ▶ Integration: multiple signers with same party
    ✔ allows multiple signers for the same party with different keys (0.867865ms)
  ✔ Integration: multiple signers with same party (0.973583ms)
✔ canton/signer (28.985832ms)
▶ fetchChainsFromRpcs
  ✔ lets duplicate tx-hash race endpoints query before aborting losers (14.885887ms)
  ✔ chainGetter: returns chain from first winning endpoint and destroys late arrivals (51.187577ms)
  ✔ chainGetter: resolves a pending request once the endpoint connects (Branch 2) (21.501061ms)
  ✔ chainGetter: rejects with CCIPRpcNotFoundError when all endpoints fail to connect (1.821298ms)
  ✔ chainGetter: rejects immediately with CCIPRpcNotFoundError once family is already exhausted (0.609136ms)
  ✔ txHash: rejects with CCIPTransactionNotFoundError when tx not on any chain (0.874034ms)
  ✔ txHash: Branch-4 (txOnlyRacer) is destroyed via catch when it loses the tx race (11.069831ms)
  ✔ txHash: chain connecting after txFoundIn is set is immediately destroyed without calling getTransaction (23.893887ms)
  ✔ txHash: Branch-2 chain given to a pending chainGetter is NOT destroyed when it cannot find the tx (13.879664ms)
  ✔ txFoundIn shared across families: SVM txOnlyRacer is destroyed after EVM wins (35.499063ms)
✔ fetchChainsFromRpcs (177.915596ms)
▶ isCantonLedgerUrl
  ✔ matches Canton JSON Ledger API paths (0.145279ms)
  ✔ does not match EVM JSON-RPC URLs (0.081082ms)
✔ isCantonLedgerUrl (0.481053ms)
▶ filterEndpointsForFamily
  ✔ gives Canton only ledger URLs (0.126771ms)
  ✔ gives EVM only non-ledger URLs (0.095404ms)
✔ filterEndpointsForFamily (0.300572ms)
▶ resolveRouter
  ✔ returns explicit CLI -r for any source family (0.182715ms)
  ✔ returns undefined for EVM source without -r (0.102153ms)
✔ resolveRouter (0.384077ms)
▶ resolveCliIndexer
  ✔ prefers explicit CLI --indexer values (0.1599ms)
  ✔ falls back to canton-config indexerUrl when the lane involves Canton (0.085709ms)
  ✔ does not fall back to canton-config indexerUrl for EVM-only lanes (0.076615ms)
  ✔ returns undefined when neither CLI nor config provides an indexer (0.057016ms)
✔ resolveCliIndexer (0.499391ms)
▶ resolveCliRouter
  ✔ prefers explicit CLI -r on Canton source (0.103786ms)
  ✔ prefers explicit CLI -r on EVM source even when canton-config has senderInstanceId (0.060661ms)
  ✔ falls back to canton-config senderInstanceId for Canton source (0.056715ms)
  ✔ does not fall back to senderInstanceId for EVM source (0.07339ms)
✔ resolveCliRouter (0.409055ms)
ℹ tests 113
ℹ suites 38
ℹ pass 113
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 79397.544377
---------------------------------------|---------|----------|---------|---------|-------------------
File                                   | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
---------------------------------------|---------|----------|---------|---------|-------------------
All files                              |   76.87 |    78.51 |   66.02 |   76.87 |                   
 ccip-cli/src                          |   90.42 |    59.25 |      75 |   90.42 |                   
  index.ts                             |   90.42 |    59.25 |      75 |   90.42 | ...73-174,180-185 
 ccip-cli/src/commands                 |   51.07 |    71.78 |      60 |   51.07 |                   
  index.ts                             |     100 |      100 |     100 |     100 |                   
  lane-latency.ts                      |   70.49 |    83.33 |   33.33 |   70.49 | ...,70-77,113-120 
  lane.ts                              |   85.89 |    68.42 |     100 |   85.89 | ...34-137,141-143 
  manual-exec.ts                       |   20.34 |      100 |       0 |   20.34 | ...39-149,151-347 
  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                              |   13.18 |      100 |       0 |   13.18 | ...03-231,233-546 
  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.67 |    73.91 |   92.85 |   87.67 | ...99-609,617-625 
 ccip-cli/src/commands/search          |   52.61 |    76.19 |    12.5 |   52.61 |                   
  messages.ts                          |   52.61 |    76.19 |    12.5 |   52.61 | ...28-250,252-287 
 ccip-cli/src/providers                |   58.73 |    87.06 |   32.72 |   58.73 |                   
  aptos.ts                             |   51.47 |      100 |       0 |   51.47 | ...,95-96,105-136 
  canton.ts                            |   84.98 |    96.29 |      90 |   84.98 | 183-201,252-273   
  evm.ts                               |    36.3 |      100 |       0 |    36.3 | ...69-104,116-168 
  index.ts                             |   84.27 |    83.33 |      90 |   84.27 | ...30-131,289-337 
  solana.ts                            |   47.44 |      100 |       0 |   47.44 | ...02-103,112-137 
  sui.ts                               |    49.5 |      100 |       0 |    49.5 | ...57-258,267-301 
  ton.ts                               |   15.03 |      100 |       0 |   15.03 | 24-153            
 ccip-sdk/src                          |   95.19 |    87.53 |   92.64 |   95.19 |                   
  chain.ts                             |   96.14 |    80.21 |   84.37 |   96.14 | ...2305,2338-2339 
  commits.ts                           |    90.9 |    77.41 |     100 |    90.9 | ...06,115-118,120 
  execution.ts                         |   89.69 |    85.29 |     100 |   89.69 | ...65-172,192-199 
  explorer.ts                          |     100 |      100 |     100 |     100 |                   
  extra-args.ts                        |     100 |    89.47 |     100 |     100 | 225,260,297,312   
  fetch.ts                             |    98.7 |    94.31 |    97.5 |    98.7 | ...51-752,995-997 
  gas.ts                               |   85.17 |    86.04 |      75 |   85.17 | ...83-294,403-452 
  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                          |   84.64 |    76.92 |     100 |   84.64 | ...18-227,236-237 
  requests.ts                          |   95.28 |    91.01 |     100 |   95.28 | ...39-640,665-670 
  supported-chains.ts                  |     100 |      100 |     100 |     100 |                   
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |    99.2 |    95.97 |     100 |    99.2 | ...12,217-218,220 
 ccip-sdk/src/api                      |   93.22 |    83.44 |   94.73 |   93.22 |                   
  index.ts                             |   93.22 |    83.44 |   94.73 |   93.22 | ...92-895,898-901 
 ccip-sdk/src/aptos                    |   66.66 |    77.02 |    62.9 |   66.66 |                   
  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.98 |    74.76 |   66.66 |   66.98 | ...1017,1021-1032 
  logs.ts                              |   93.03 |    78.44 |      80 |   93.03 | ...89,333,406-417 
  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.7 |    76.56 |   31.66 |    44.7 |                   
  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.54 |     60.6 |   12.82 |   33.54 | ...2535,2538-2540 
  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 |   74.81 |    69.35 |    55.1 |   74.81 |                   
  acs.ts                               |   87.36 |     69.1 |      90 |   87.36 | ...20,568,606-607 
  eds.ts                               |   54.34 |      100 |       0 |   54.34 | ...86-393,397-402 
 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                   |   89.14 |    76.49 |   54.47 |   89.14 |                   
  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                       |   86.73 |    72.85 |   51.96 |   86.73 | ...3588,3611-3620 
  utils.ts                             |   94.44 |    81.48 |     100 |   94.44 | 15,17,22,24       
 ccip-sdk/src/evm                      |    91.5 |    81.83 |   92.98 |    91.5 |                   
  const.ts                             |   98.66 |    92.85 |     100 |   98.66 | 122-123           
  errors.ts                            |   91.98 |    81.57 |     100 |   91.98 | ...85,239-242,247 
  extra-args.ts                        |    94.5 |    61.01 |     100 |    94.5 | ...11-212,328-340 
  fork.test.data.ts                    |     100 |      100 |     100 |     100 |                   
  gas.ts                               |   98.19 |    63.15 |     100 |   98.19 | 90-91,93          
  hasher.ts                            |     100 |     92.3 |     100 |     100 | 135               
  index.ts                             |    85.7 |    79.92 |   90.54 |    85.7 | ...2639,2794-2825 
  logs.ts                              |   99.09 |    91.05 |      90 |   99.09 | 69-70,75-76       
  messageCodec.ts                      |     100 |      100 |     100 |     100 |                   
  messages.ts                          |     100 |      100 |     100 |     100 |                   
  offchain.ts                          |    87.5 |    71.42 |     100 |    87.5 | 13-14             
  simulate.ts                          |     100 |    94.82 |     100 |     100 | 109-111,425       
  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                   |   85.35 |    84.33 |   82.35 |   85.35 |                   
  bcs-codecs.ts                        |   79.07 |    60.86 |   66.66 |   79.07 | ...42-252,260-269 
  codec.ts                             |   94.32 |    93.22 |     100 |   94.32 | 140-141,179-187   
  constants.ts                         |     100 |      100 |     100 |     100 |                   
 ccip-sdk/src/solana                   |   76.48 |     71.3 |    82.4 |   76.48 |                   
  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 
  extra-args.ts                        |   58.07 |       75 |      60 |   58.07 | 84-120,130-188    
  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                             |   80.37 |    77.47 |    84.9 |   80.37 | ...2079,2083-2116 
  logs.ts                              |   69.59 |    62.16 |     100 |   69.59 | ...28-129,139-140 
  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 
  signatures-cache.ts                  |   79.78 |    69.23 |    87.5 |   79.78 | ...51-260,274-275 
  types.ts                             |     100 |      100 |     100 |     100 |                   
  utils.ts                             |   77.44 |    64.17 |   81.25 |   77.44 | ...54-556,588-603 
 ccip-sdk/src/sui                      |   64.73 |    63.18 |   74.75 |   64.73 |                   
  discovery.ts                         |   47.49 |    48.27 |      60 |   47.49 | ...32-780,783-817 
  events.ts                            |   70.92 |    65.33 |    90.9 |   70.92 | ...30-443,470-481 
  exec.ts                              |   30.71 |      100 |       0 |   30.71 | 37-89,101-153     
  hasher.ts                            |   98.19 |    66.66 |     100 |   98.19 | 35,51             
  index.ts                             |   69.11 |    60.88 |   74.57 |   69.11 | ...2109,2125-2126 
  objects.ts                           |   55.24 |       84 |   83.33 |   55.24 | ...57-313,324-467 
  types.ts                             |     100 |      100 |     100 |     100 |                   
 ccip-sdk/src/sui/manuallyExec         |   53.36 |       75 |      50 |   53.36 |                   
  encoder.ts                           |    83.9 |    66.66 |     100 |    83.9 | 51-58,73-77,82    
  index.ts                             |   33.82 |      100 |       0 |   33.82 | 47-136            
 ccip-sdk/src/ton                      |   82.55 |    79.24 |   82.47 |   82.55 |                   
  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                             |   80.75 |    76.07 |   71.15 |   80.75 | ...1654,1661-1662 
  logs.ts                              |     100 |    94.54 |     100 |     100 | 74-79,111         
  send.ts                              |   95.52 |    66.66 |     100 |   95.52 | 37-44,188         
  ton-cache.ts                         |     100 |    94.11 |     100 |     100 | 102               
  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 changed the title fix: sui cache unbounded growth fix: cache fixes Aug 20, 2026
@andrevmatos
andrevmatos marked this pull request as ready for review August 20, 2026 20:29
@andrevmatos
andrevmatos requested review from a team, PabloMansanet and aelmanaa as code owners August 20, 2026 20:29
@andrevmatos andrevmatos changed the title fix: cache fixes fix: caches Aug 20, 2026
@andrevmatos
andrevmatos merged commit 4342e96 into main Aug 20, 2026
13 checks passed
@andrevmatos
andrevmatos deleted the fix/sui branch August 20, 2026 21:50
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.

2 participants