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

Implement more libfuncs #3

Merged
merged 41 commits into from
Aug 27, 2024
Merged

Implement more libfuncs #3

merged 41 commits into from
Aug 27, 2024

Commits on Aug 13, 2024

  1. progress

    edg-l committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    faa207d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. implement more libfuncs

    edg-l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bb9da64 View commit details
    Browse the repository at this point in the history
  2. progress

    edg-l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2ed025d View commit details
    Browse the repository at this point in the history
  3. progress

    edg-l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7697fad View commit details
    Browse the repository at this point in the history
  4. more libfuncs

    edg-l committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dd21f95 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. progress

    edg-l committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b378a54 View commit details
    Browse the repository at this point in the history
  2. progress

    edg-l committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b460614 View commit details
    Browse the repository at this point in the history
  3. temp progress

    edg-l committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    257fc8f View commit details
    Browse the repository at this point in the history
  4. progress

    edg-l committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7ccfcb6 View commit details
    Browse the repository at this point in the history
  5. progress

    edg-l committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e3182e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. add makefile

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c2f7da5 View commit details
    Browse the repository at this point in the history
  2. improve makefile

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    18b4fcd View commit details
    Browse the repository at this point in the history
  3. gitignore json

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fce18da View commit details
    Browse the repository at this point in the history
  4. basic ci

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    adaa8fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdaefe5 View commit details
    Browse the repository at this point in the history
  6. implement bool libfuncs

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8e4589c View commit details
    Browse the repository at this point in the history
  7. fix ci

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9bad2a7 View commit details
    Browse the repository at this point in the history
  8. fix bool libfuncs

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9ff8001 View commit details
    Browse the repository at this point in the history
  9. fix ci again

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3363eb1 View commit details
    Browse the repository at this point in the history
  10. u128 from felt

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f5358b5 View commit details
    Browse the repository at this point in the history
  11. fixes

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d9c410a View commit details
    Browse the repository at this point in the history
  12. add contract execution result

    edg-l committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c23c883 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. temp

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    21abd64 View commit details
    Browse the repository at this point in the history
  2. add failing test

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8e85c06 View commit details
    Browse the repository at this point in the history
  3. fix

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1abf41d View commit details
    Browse the repository at this point in the history
  4. implement more syscalls

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ead1a15 View commit details
    Browse the repository at this point in the history
  5. implement more syscalls

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7166e93 View commit details
    Browse the repository at this point in the history
  6. fix warns

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    76f18bc View commit details
    Browse the repository at this point in the history
  7. more libfuncs

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a44627d View commit details
    Browse the repository at this point in the history
  8. bytes31

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    839a92e View commit details
    Browse the repository at this point in the history
  9. const libfuncs

    edg-l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c5dfb21 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fixes

    edg-l committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4706f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. progress

    edg-l committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b671b14 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. impl ec libfuncs

    edg-l committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d69c6dc View commit details
    Browse the repository at this point in the history
  2. ec progress

    edg-l committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f4bf651 View commit details
    Browse the repository at this point in the history
  3. fix ec

    edg-l committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ecae0eb View commit details
    Browse the repository at this point in the history
  4. impl call contract

    edg-l committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e054744 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. bitwise

    edg-l committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f3ecce8 View commit details
    Browse the repository at this point in the history
  2. u16

    edg-l committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d4cce3e View commit details
    Browse the repository at this point in the history
  3. progress

    edg-l committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f10b211 View commit details
    Browse the repository at this point in the history
  4. uint128 libfuncs

    edg-l committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    89fb587 View commit details
    Browse the repository at this point in the history