Skip to content
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

make BalanceDelta a type #180

Merged
merged 3 commits into from
Jun 8, 2023
Merged

make BalanceDelta a type #180

merged 3 commits into from
Jun 8, 2023

Conversation

NoahZinsmeister
Copy link
Contributor

closes #176

fix tests

update snapshots
@NoahZinsmeister NoahZinsmeister marked this pull request as ready for review May 25, 2023 21:12
@NoahZinsmeister NoahZinsmeister requested review from a team and removed request for a team May 30, 2023 14:28
Copy link
Contributor

@marktoda marktoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so sick

contracts/libraries/Pool.sol Outdated Show resolved Hide resolved
@hensha256 hensha256 merged commit 4e161fa into main Jun 8, 2023
@hensha256 hensha256 deleted the feat/balance-deltas branch June 8, 2023 10:24
aadams added a commit that referenced this pull request Jun 9, 2023
commit b4dec0b
Author: Emily Williams <[email protected]>
Date:   Thu Jun 8 19:53:42 2023 -0400

    extsload interface as view function (#201)

commit ebff901
Author: Alice <[email protected]>
Date:   Thu Jun 8 20:55:25 2023 +0100

    Fix tree and example in readme (#198)

    * Fix tree and example in readme

    * Update README.md

commit 7e940f8
Author: guoemma13 <[email protected]>
Date:   Thu Jun 8 13:28:10 2023 -0400

    migrate init and mint tests (#185)

    * tests in progress

    * initialize and mint tests

    * tests cleanup

    * checks are passing

    * delete hardhat tests

    * fix comments

    * failing tests with negative tick

    * all working swap tests

    * check swap tests

    * run formatter

    * remove hardhat tests

    * failing with EmptyTestHooks

    * simplified MockHooksSimple

    * separate tests

    * update gas snapshot tests

    * failing with testhooksimpl

    * finish tests

    * cleanup

    * fix error

    ---------

    Co-authored-by: Emma Guo <[email protected]>
    Co-authored-by: emmaguo13 <[email protected]>
    Co-authored-by: emmaguo13 <[email protected]>
    Co-authored-by: emma <[email protected]>

commit e46262c
Author: Emily Williams <[email protected]>
Date:   Thu Jun 8 11:20:14 2023 -0400

    extsload (#199)

    * extsload with tests
    * consistent number formatting in assembly

commit ae7a8e1
Author: Sara Reynolds <[email protected]>
Date:   Thu Jun 8 13:41:21 2023 +0000

    pr template (#196)

    Co-authored-by: Alice <[email protected]>

commit d797d8d
Author: Sara Reynolds <[email protected]>
Date:   Thu Jun 8 11:44:29 2023 +0000

    readme update (#195)

    Co-authored-by: Alice <[email protected]>

commit 4e161fa
Author: Noah Zinsmeister <[email protected]>
Date:   Thu Jun 8 06:24:10 2023 -0400

    make BalanceDelta a type (#180)

    * add type

    * add type to impl

    fix tests

    update snapshots

    * create new toInt128

commit 93ab363
Author: Sara Reynolds <[email protected]>
Date:   Thu Jun 8 01:26:18 2023 +0000

    add contribution guidelines (#194)

commit 2279064
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 23:48:16 2023 +0000

    fix: feature template (#193)

commit 6264ed3
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 22:49:42 2023 +0000

    Revert "fix feature template"

    This reverts commit 479a00a.

commit 479a00a
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 22:48:43 2023 +0000

    fix feature template

commit 85b16d3
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 22:40:30 2023 +0000

    Update FEATURE_IMPROVEMENT.yml

commit 283409f
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 22:36:11 2023 +0000

    add feature improvement template (#192)

commit 469a87c
Author: Sara Reynolds <[email protected]>
Date:   Wed Jun 7 21:06:57 2023 +0000

    Add bug report template (#191)

    Co-authored-by: Alice <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make BalanceDelta a custom type that packs 2 int128s
3 participants