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

Test/swap #193

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Test/swap #193

wants to merge 41 commits into from

Commits on Nov 8, 2023

  1. Feat: Pool0 fully tested

    uri-99 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5c22293 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    6b3474d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix: obtain_swap_cases

    Uriel Mihura committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    026ce72 View commit details
    Browse the repository at this point in the history
  2. WIP: price to x96 format

    uri-99 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f26362c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. migrate round price (wip)

    dubzn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    058a04b View commit details
    Browse the repository at this point in the history
  2. add methods for precision

    dubzn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2cbc7d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. add presicion param for tests

    dubzn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d268048 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. adding amounts params for setup

    dubzn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    81dc316 View commit details
    Browse the repository at this point in the history
  2. fix add amounts to approve req

    dubzn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    704136f View commit details
    Browse the repository at this point in the history
  3. Revert "add presicion param for tests"

    This reverts commit d268048.
    dubzn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2541397 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge branch 'test/swap' into pool-9

    Uriel Mihura committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    48996aa View commit details
    Browse the repository at this point in the history
  2. fix exec price dividing by 0 bug (#184)

    Co-authored-by: Uriel Mihura <[email protected]>
    uri-99 and Uriel Mihura committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a2d00a1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'test/swap' into pool-9

    Uriel Mihura committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a0550ae View commit details
    Browse the repository at this point in the history
  4. wip swap_amt=0 test fix

    Uriel Mihura committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    18ed3dd View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge branch 'pool-9' into test/swap

    Uriel Mihura committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    70ec219 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'pool-9' into test/swap"

    This reverts commit 70ec219, reversing
    changes made to a2d00a1.
    Uriel Mihura committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5f6441a View commit details
    Browse the repository at this point in the history
  3. Fix CI Test & Katana (#192)

    dpinones committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    68f57df View commit details
    Browse the repository at this point in the history
  4. make fmt

    Uriel Mihura committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a792eab View commit details
    Browse the repository at this point in the history
  5. add swap() tests for Pool 0 (#158)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    3 people committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e51cd04 View commit details
    Browse the repository at this point in the history
  6. Add swap() tests for Pool 2 (#179)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: rcatalan98 <[email protected]>
    3 people committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    973836e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. add swap() tests for Pool 5 (#160)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    3 people committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    978415c View commit details
    Browse the repository at this point in the history
  2. Fix pool2 error from merge

    Uriel Mihura committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8a6728c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. use Zeroable::zero() in panic cases

    Uriel Mihura committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7a1ebbf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    73b0cd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. add swap() tests for Pool 9 (#197)

    Co-authored-by: Uriel Mihura <[email protected]>
    uri-99 and Uriel Mihura committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b47faaf View commit details
    Browse the repository at this point in the history
  2. add swap() tests for Pool 6 (#177)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: Santiago Galván (Dub) <[email protected]>
    3 people committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e67656e View commit details
    Browse the repository at this point in the history
  3. Add usage of swap(-x) in test (#194)

    Co-authored-by: Uriel Mihura <[email protected]>
    uri-99 and Uriel Mihura committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    022d096 View commit details
    Browse the repository at this point in the history
  4. Add -Inf case (#196)

    Co-authored-by: Uriel Mihura <[email protected]>
    uri-99 and Uriel Mihura committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5723427 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Refactor swap tests (#200)

    dubzn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    21e4245 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add swap() tests for Pool 3 (#181)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: Uri <[email protected]>
    3 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9183529 View commit details
    Browse the repository at this point in the history
  2. Add swap() tests for Pool 14 (#182)

    Co-authored-by: Santiago Galván (Dub) <[email protected]>
    dpinones and dubzn committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0a1ec61 View commit details
    Browse the repository at this point in the history
  3. Add swap() tests for Pool 13 (#185)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    3 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2e403ce View commit details
    Browse the repository at this point in the history
  4. add swap() tests for Pool 7 (#186)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    4 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    360f8eb View commit details
    Browse the repository at this point in the history
  5. add swap() tests for Pool 8 (#187)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    4 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b4a7727 View commit details
    Browse the repository at this point in the history
  6. add swap() tests for Pool 10 (#189)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: Santiago Galván (Dub) <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    4 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e80624f View commit details
    Browse the repository at this point in the history
  7. add swap() tests for Pool 12 (#191)

    Co-authored-by: dpinones <[email protected]>
    Co-authored-by: Damián Piñones <[email protected]>
    Co-authored-by: Uriel Mihura <[email protected]>
    4 people committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8257776 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Test/fix pool bug (#204)

    Co-authored-by: Uriel Mihura <[email protected]>
    uri-99 and Uriel Mihura committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6dc62de View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Add swap() tests for Pool 4 (#159)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    4 people committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6bd7cd2 View commit details
    Browse the repository at this point in the history
  2. add swap() tests for Pool 11 (#190)

    Co-authored-by: Uriel Mihura <[email protected]>
    Co-authored-by: dubzn <[email protected]>
    Co-authored-by: dpinones <[email protected]>
    4 people committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3b82940 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. trigger CI

    uri-99 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2c2c06e View commit details
    Browse the repository at this point in the history
  2. Revert "trigger CI"

    This reverts commit 2c2c06e.
    uri-99 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3689197 View commit details
    Browse the repository at this point in the history