RitzyDevUK

Results 7 issues of RitzyDevUK

I've just installed the interface project i've run the following: 1. yarn 2. yarn postinstall 3. yarn graphql 4. yarn contracts 5. yarn ajv 6. yarn i18n When I got...

bug

Not sure exactly why this happens, but if you quote large amounts the routing breaks. Take this example: 100,000 Matic yields more during the swap then 1,000,000 matic ![image](https://github.com/Uniswap/routing-api/assets/143963735/138dff68-7bfd-4c0a-98fb-0fd2679f24ca) ![image](https://github.com/Uniswap/routing-api/assets/143963735/f38db48f-9b57-48a2-a5cb-847422121d77)...

Not sure exactly why this happens, but if you quote large amounts the routing breaks. Take this example: 100,000 Matic yields more during the swap then 1,000,000 matic ![image](https://github.com/Uniswap/routing-api/assets/143963735/138dff68-7bfd-4c0a-98fb-0fd2679f24ca) ![image](https://github.com/Uniswap/routing-api/assets/143963735/f38db48f-9b57-48a2-a5cb-847422121d77)...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug

I remember talking about this with you guys last year I just can't find the issue for tracking. Propose should have an additional optional parameter bytes. function propose( address[] memory...

e.g IApproveAndCall locks the version to pragma solidity =0.7.6; This is an interface an will break compilation for later version of solidity. There is no reason to lock the interface...

### Describe the bug This bug was previously opened: https://github.com/Uniswap/v4-periphery/issues/435 And was closed because of another PR that was never merged. The smart-order-router will not build properly without these artifacts...

bug