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 Hint#48 pack512 #1000

Merged
merged 22 commits into from
Apr 21, 2023
Merged

Implement Hint#48 pack512 #1000

merged 22 commits into from
Apr 21, 2023

Commits on Apr 17, 2023

  1. Add cairo program for integration test

    Pedro Fontana committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    986c95b View commit details
    Browse the repository at this point in the history
  2. WIP implement hint

    Pedro Fontana committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    329ed63 View commit details
    Browse the repository at this point in the history
  3. Add pack_512 fn + unit tests

    Pedro Fontana committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dad63e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update pack_512.cairo

    pefontana committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e5f7948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69aba57 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    c9a4220 View commit details
    Browse the repository at this point in the history
  2. handle error

    pefontana committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a29f0a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee69bcb View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts

    pefontana committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6017d71 View commit details
    Browse the repository at this point in the history
  5. Update Changelog

    pefontana committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    99e78d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ce9cec View commit details
    Browse the repository at this point in the history
  7. Add integration test

    pefontana committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6ac4aaf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    040f5e1 View commit details
    Browse the repository at this point in the history
  2. pack_512 -> BigUint

    pefontana committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    567fab7 View commit details
    Browse the repository at this point in the history
  3. Add unit test

    pefontana committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a0793e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c91109 View commit details
    Browse the repository at this point in the history
  5. fix wasm tests

    pefontana committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9bb98e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Remove fq_uint256.cairo

    pefontana committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c33a5e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a00011 View commit details
    Browse the repository at this point in the history
  3. use u128::MAX

    pefontana committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    46c7128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33a0f44 View commit details
    Browse the repository at this point in the history
  5. fix tests

    pefontana committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b064822 View commit details
    Browse the repository at this point in the history