-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[copy of #340] perf: optimize poolKey.toId() (skip abi.encode) #550
[copy of #340] perf: optimize poolKey.toId() (skip abi.encode) #550
Conversation
Co-authored-by: Merlin Egalite <[email protected]>
Co-authored-by: Merlin Egalite <[email protected]>
Co-authored-by: Merlin Egalite <[email protected]>
test/types/PoolKey.t.sol
Outdated
contract TestPoolKey is Test { | ||
using PoolIdLibrary for PoolKey; | ||
|
||
function testPoolIdCreation(PoolKey memory poolKey) public { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file isnt actually needed - it does the same as PoolId.t.sol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I can merge into our temp branch :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in 47cf6e3
Thanks!! Feel free to squash and merge and then reopen that new branch onto main :) |
I don't have write access so I can't merge I think? |
copy of #340 to get CI to run