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

fix: Identifier retdata is not relocatable #393

Merged
merged 29 commits into from
Oct 18, 2024

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4844acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4401e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix inconsistent hash (#390)

    * point to snos_requirements branch
    
    * fix inconsistent hash
    
    * add blocks to CI
    ftheirs authored and notlesh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ce85195 View commit details
    Browse the repository at this point in the history
  2. Using reference PIE to validate our PIEs are correct (#389)

    The reference PIE was created with `full_output` enabled, so `output.rs` was updated to support that. The code was refactored to better mirror the Cairo serialization code.
    
    Co-authored-by: Herman Obst Demaestri <hodemaestri@gmail.com>
    2 people authored and notlesh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1c0b04f View commit details
    Browse the repository at this point in the history
  3. fix: split_commitment function in KZG data availability implementat…

    …ion (#391)
    
    * debug : prints added for blob
    
    * debug : prints added for blob
    
    * debug : prints added for blob
    
    * debug : prints added for blob
    
    * fix: fixed split commitment function
    
    * fix: fixed split commitment function
    
    * fix: fixed split commitment function
    
    * feat : removed logs
    
    * fix : lint and clippy
    
    * test : added a test for split commitment function
    
    * feat : requested changes done
    
    * chore : added constants for hardcoded values
    
    ---------
    
    Co-authored-by: Herman Obst Demaestri <70286869+HermanObst@users.noreply.github.com>
    2 people authored and notlesh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3a10373 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. QOL++

    notlesh committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b9f1e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5bd81c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f7476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b434eda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b0002c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. First pass at retdata hack

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    636e4ef View commit details
    Browse the repository at this point in the history
  2. fmt

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcaef1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269bb56 View commit details
    Browse the repository at this point in the history
  4. clippy

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f8ec09e View commit details
    Browse the repository at this point in the history
  5. Fix compile errors in tests

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    47670d8 View commit details
    Browse the repository at this point in the history
  6. fmt

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bf7f291 View commit details
    Browse the repository at this point in the history
  7. Wrap os_input in Arc

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3ddd5ef View commit details
    Browse the repository at this point in the history
  8. s/Arc/Rc/

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8562944 View commit details
    Browse the repository at this point in the history
  9. fmt

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cd5e3e3 View commit details
    Browse the repository at this point in the history
  10. clippy

    notlesh committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6812442 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Avoid hideous clone

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    97b7f14 View commit details
    Browse the repository at this point in the history
  2. Don't unwrap

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    45ea9c7 View commit details
    Browse the repository at this point in the history
  3. Leave link to relevant code

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fff6bf4 View commit details
    Browse the repository at this point in the history
  4. Refine comment about no-oping

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3ee3f5d View commit details
    Browse the repository at this point in the history
  5. Add link to retdata cast()

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    845bcfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5603b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34e5e7d View commit details
    Browse the repository at this point in the history
  8. clippy

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a62fcf0 View commit details
    Browse the repository at this point in the history
  9. Pass compiled OS to run_os

    notlesh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    485ec67 View commit details
    Browse the repository at this point in the history