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

Refactor DEX to fit tx limits & misc improvements #863

Merged
merged 29 commits into from
Apr 25, 2023

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    89adcae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8043c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925fe31 View commit details
    Browse the repository at this point in the history
  4. clone all method arguments bc otherwise callData may be corrupted by …

    …methods which modify arguments in place
    mitschabaude committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e8b4481 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9892d37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03d563a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31297d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fd1dc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. multiple reducer and token improvements:

    * make getAction config optional
    * add reducer.forEach
    * add option to skip the action state precondition in reducer
    * remove the bad default of not claiming token permissions when calling other zkapps
    mitschabaude committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a16c34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8011473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    838e3d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a8b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61e4d95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39d33f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9492eaa View commit details
    Browse the repository at this point in the history
  8. move swap below AU limit

    mitschabaude committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ba5dd32 View commit details
    Browse the repository at this point in the history
  9. remove commented code

    mitschabaude committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    732a07a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea4f474 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    290ecd8 View commit details
    Browse the repository at this point in the history
  2. add berkeley dex script

    mitschabaude committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4940d63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a0d166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2140f63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bba404 View commit details
    Browse the repository at this point in the history
  6. another fix

    mitschabaude committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7f5f79b View commit details
    Browse the repository at this point in the history
  7. vk regression

    mitschabaude committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9e41932 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update src/examples/zkapps/dex/dex-with-actions.ts

    Co-authored-by: Barrie Byron <barrie@o1labs.org>
    mitschabaude and barriebyron committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d4516ab View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Barrie Byron <barrie@o1labs.org>
    mitschabaude and barriebyron committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a5f9893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0b542 View commit details
    Browse the repository at this point in the history
  4. refactor smart contract context to be able to step outside it

    fixes issue when not analyzing methods in dex example
    mitschabaude committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    62a0957 View commit details
    Browse the repository at this point in the history