routing-api icon indicating copy to clipboard operation
routing-api copied to clipboard

Results 41 routing-api issues
Sort by recently updated
recently updated
newest added

# Bumps SOR to 3.38.0 Includes cross protocol liquidity pools.

FIDO:/408655621138679420606705215986663867507375132408739367903675850867532065127068468237040130195776158452162476166112680480059620804085992601057332466942722107096654083332

Release https://github.com/Uniswap/smart-order-router/pull/721. I ran all the e2e tests against local routing-api instance, and saw that the cached routes hit rate is still significantly higher than miss rate, which gives me...

Release https://github.com/Uniswap/smart-order-router/pull/720

I encountered a small issue when trying to run your CDK stack to test the Swap API in region **ap-southeast-1**. ![errr](https://github.com/user-attachments/assets/1889b9d3-f7a9-4ce9-9d23-845e639187a5) The problem was caused by the AWS::Lambda::Permission resource. I...

This pull request refactors the `cache-config.ts` file to improve its structure for better readability and maintainability. The key changes include: - Consolidation of repeated logic for subgraph URL generation. -...

### Description: This update addresses a minor typo in the comments for `WORLDCHAIN_UPPER_SWAP_GAS_LIMIT` and `ASTROCHAIN_SEPOLIA_UPPER_SWAP_GAS_LIMIT`. The word "divivde" has been corrected to "**divide**". While the typo does not affect functionality,...

To be checked in only if there are base unirpc timeout issues (reverts unirpc traffic from 100% -> 20%)

In the code, there was a mismatch between the comment and the actual value used for the `v2UntrackedUsdThreshold`. The comment stated: ```javascript // Pairs need at least 1K USD (untracked)...