Uniswap / v3-sdk

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

Add leastSignificantBit function #142

Closed ktjooho closed 1 year ago

ktjooho commented 1 year ago

leastSignificantBit is a symmetric function to mostSignificant function and would be useful to calculate nextInitializedTickWithinOneWord. I wrote this function referred to v3-core contract(https://github.com/Uniswap/v3-core/blob/412d9b236a1e75a98568d49b1aeb21e3a1430544/contracts/libraries/BitMath.sol#L53). FYI all test cases were passed.

stale[bot] commented 1 year 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.