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

feat: A0-A4 - LOG0-4 Opcode #322

Merged
merged 42 commits into from
Oct 4, 2023
Merged

feat: A0-A4 - LOG0-4 Opcode #322

merged 42 commits into from
Oct 4, 2023

Commits on Sep 6, 2023

  1. mstore tests impl

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    92561a1 View commit details
    Browse the repository at this point in the history
  2. made exec_mstore panic

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b6804f5 View commit details
    Browse the repository at this point in the history
  3. corrected test case error

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    80edce9 View commit details
    Browse the repository at this point in the history
  4. mstore opcode impl

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a4f4597 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80264ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16cfa56 View commit details
    Browse the repository at this point in the history
  7. correction test case

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3b06efa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e24598d View commit details
    Browse the repository at this point in the history
  9. used pop_n instead

    Quentash committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0224cfe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6042b2e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    ae6c067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cc9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bab2bff View commit details
    Browse the repository at this point in the history
  4. first commit

    Quentash committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    34c0d3b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    29015b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6cea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f9e27 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. added internal get_datas

    Quentash committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c31e984 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. need to merge main

    Quentash committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    211719b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e0f35 View commit details
    Browse the repository at this point in the history
  3. removed ',' from merge

    Quentash committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c221d5c View commit details
    Browse the repository at this point in the history
  4. check load vs loadn

    Quentash committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1f13db4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    89b4872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1c40c View commit details
    Browse the repository at this point in the history
  3. cleaned code/tests

    Quentash committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a800070 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. review correction

    Quentash committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f8bce7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c54baa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9512c4 View commit details
    Browse the repository at this point in the history
  4. stop useless slicing

    Quentash committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2e8de3c View commit details
    Browse the repository at this point in the history
  5. added tests cases

    Quentash committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    717a6e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    a16352c View commit details
    Browse the repository at this point in the history
  2. simplified expected array

    Quentash committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e3e79dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68dabd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. merge correction

    Quentash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    eec7854 View commit details
    Browse the repository at this point in the history
  2. cleaned imports

    Quentash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8be21f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef47fd View commit details
    Browse the repository at this point in the history
  4. scarb fmt did that

    Quentash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2d7917c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bffc21e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    54cc27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc92f5 View commit details
    Browse the repository at this point in the history
  3. correction rebase

    Quentash committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e2844c0 View commit details
    Browse the repository at this point in the history