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

Update layouts to cairo-lang 0.11 release #874

Merged
merged 43 commits into from
Mar 10, 2023
Merged

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    aba5676 View commit details
    Browse the repository at this point in the history
  2. update layout all

    Jrigada committed Mar 3, 2023
    1 Configuration menu
    Copy the full SHA
    72eed98 View commit details
    Browse the repository at this point in the history
  3. update benches and makefile

    Jrigada committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    cee5613 View commit details
    Browse the repository at this point in the history
  4. Add instance def

    fmoletta committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f4bdd25 View commit details
    Browse the repository at this point in the history
  5. Add file

    fmoletta committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d8c1158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f481b3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    835d35c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add simple tests program

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b601a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9d2dd View commit details
    Browse the repository at this point in the history
  3. Use modified version of starknet-crypto poseidon hash (need permute f…

    …n to be public in order to access full state
    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8dbfac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07f8cc6 View commit details
    Browse the repository at this point in the history
  5. Fix EOF

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    376ba70 View commit details
    Browse the repository at this point in the history
  6. Save a step

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    559e5aa View commit details
    Browse the repository at this point in the history
  7. Add comment before unwrap

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4c82b4e View commit details
    Browse the repository at this point in the history
  8. Clippy

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1ff1870 View commit details
    Browse the repository at this point in the history
  9. Reorder files

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8f89d74 View commit details
    Browse the repository at this point in the history
  10. reset run_benchmark script

    Jrigada committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    95f5111 View commit details
    Browse the repository at this point in the history
  11. Add comment

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    df4b53c View commit details
    Browse the repository at this point in the history
  12. Use constants for cells

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    28a8ea7 View commit details
    Browse the repository at this point in the history
  13. Add more test program

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    25e3d17 View commit details
    Browse the repository at this point in the history
  14. Add integration tests

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c7500fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    152d5e4 View commit details
    Browse the repository at this point in the history
  16. Add tests

    fmoletta committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    feee06c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Fix failling tests

    fmoletta committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    92c4c58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    691d5d1 View commit details
    Browse the repository at this point in the history
  3. typo

    fmoletta committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    60c493d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cef4153 View commit details
    Browse the repository at this point in the history
  5. Solve post-merge conflicts

    fmoletta committed Mar 7, 2023
    1 Configuration menu
    Copy the full SHA
    a9e0051 View commit details
    Browse the repository at this point in the history
  6. Implement poseidon hints

    fmoletta committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    240c6cc View commit details
    Browse the repository at this point in the history
  7. Add file

    fmoletta committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    38c1241 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Add tests for new hint

    fmoletta committed Mar 8, 2023
    1 Configuration menu
    Copy the full SHA
    daa97dc View commit details
    Browse the repository at this point in the history
  2. Clippy

    fmoletta committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ba970bf View commit details
    Browse the repository at this point in the history
  3. merge with poseidon

    Jrigada committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0cb6783 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    b4e1ccc View commit details
    Browse the repository at this point in the history
  5. remove wrong text

    Jrigada committed Mar 8, 2023
    1 Configuration menu
    Copy the full SHA
    510e772 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Update .github/workflows/rust.yml

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8fc78d7 View commit details
    Browse the repository at this point in the history
  2. Update src/types/instance_definitions/poseidon_instance_def.rs

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4211b22 View commit details
    Browse the repository at this point in the history
  3. Update src/types/instance_definitions/poseidon_instance_def.rs

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    54fe3c3 View commit details
    Browse the repository at this point in the history
  4. Update src/types/instance_definitions/builtins_instance_def.rs

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5f7bd93 View commit details
    Browse the repository at this point in the history
  5. Update src/types/instance_definitions/builtins_instance_def.rs

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    88df858 View commit details
    Browse the repository at this point in the history
  6. Update src/types/instance_definitions/builtins_instance_def.rs

    Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com>
    Jrigada and fmoletta authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4c4131f View commit details
    Browse the repository at this point in the history
  7. merge witn 0.11

    Jrigada committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4c88101 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a486fe View commit details
    Browse the repository at this point in the history