Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
544 stars 416 forks source link

[WIP] feat: SDK modernization, automated test cases, speed upgrades #178

Closed koraykoska closed 9 months ago

koraykoska commented 1 year ago

This PR is finalized but depends on https://github.com/Uniswap/sdk-core/pull/69 being merged (we will need to update the dependency version in the package.json once the Core SDK has been published)

This is part of the sdk upgrade grant.

Updates

Important backwards compatibility notes

(Similar to the Core SDK updates)

The updates in this PR are fully source-code compatible and non-breaking. But explicit < es2020 projects will not be able to compile it. So, if people use a modern setup, they won't have to change anything in their existing code but can start using native BigInt (and even if not will feel a performance difference). Because of the above, I propose making a major version bump anyways. That way, users will need to explicitly opt-in to the new v3-sdk, but if they do they don't have to update any source code.

stale[bot] commented 9 months ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

koraykoska commented 9 months ago

Waiting for the core sdk to be merged.