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

Dynamic arrays in o1js #1848

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

Dynamic arrays in o1js #1848

wants to merge 28 commits into from

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

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

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    6ca4bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe6f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    da4990c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e813b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a80db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    354bb0e View commit details
    Browse the repository at this point in the history
  5. remove changes to esbuild

    querolita committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2cf25fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e21f1 View commit details
    Browse the repository at this point in the history
  7. update changelog

    querolita committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fcd6ebf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 31, 2024

  1. enable mapping test

    querolita committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    677ee2c View commit details
    Browse the repository at this point in the history
  2. include set and get test

    querolita committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5fb42f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aceb442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49138bf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. move functions around

    querolita committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fd6007e View commit details
    Browse the repository at this point in the history
  2. simplify add in map test

    querolita committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3af547b View commit details
    Browse the repository at this point in the history
  3. remove unused functions

    querolita committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    01cb38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40cb0a View commit details
    Browse the repository at this point in the history
  5. shift left and test

    querolita committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    37a72b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8536114 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    45ea600 View commit details
    Browse the repository at this point in the history
  2. added shiftRight function

    querolita committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a06a607 View commit details
    Browse the repository at this point in the history
  3. added concat functionality

    querolita committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0b54106 View commit details
    Browse the repository at this point in the history
  4. added insert functionality

    querolita committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3ba8c4b View commit details
    Browse the repository at this point in the history
  5. clarification comment TODO

    querolita committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    10297b3 View commit details
    Browse the repository at this point in the history