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: Implement hint on uint256_mul_div_mod #957

Merged
merged 17 commits into from
Apr 14, 2023
Merged

Commits on Apr 10, 2023

  1. Add normalize address hints

    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    86077f2 View commit details
    Browse the repository at this point in the history
  2. Revert "Add normalize address hints"

    This reverts commit 86077f2.
    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e65bf60 View commit details
    Browse the repository at this point in the history
  3. Add uint256_mul_div_mod hint

    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e88d901 View commit details
    Browse the repository at this point in the history
  4. Add hint to match

    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    373e041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8275c61 View commit details
    Browse the repository at this point in the history
  6. use u128::MAX

    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a7d9c98 View commit details
    Browse the repository at this point in the history
  7. Fix value

    fmoletta committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f417afa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30fec4d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Add test for hint

    fmoletta committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8304cd6 View commit details
    Browse the repository at this point in the history
  2. Add test for hint

    fmoletta committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    27696af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f4af6a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Add misc test

    fmoletta committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    962c8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3beb13c View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    fmoletta committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    18e6e85 View commit details
    Browse the repository at this point in the history
  4. Merge branch '10.3-whitelist-hints' of github.com:lambdaclass/cairo-r…

    …s into 10.3-whitelist-hints
    fmoletta committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    efac1bb View commit details
    Browse the repository at this point in the history
  5. fmt

    fmoletta committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    660680a View commit details
    Browse the repository at this point in the history
  6. fmt

    fmoletta committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    432ae24 View commit details
    Browse the repository at this point in the history