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: Forward ports #150

Merged
merged 35 commits into from
Aug 19, 2024
Merged

feat: Forward ports #150

merged 35 commits into from
Aug 19, 2024

Commits on Aug 17, 2024

  1. fix: memory finalize duplicate address attack from audit (#934)

    chore: format PR #934 (#939)
    erabinov authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    047474a View commit details
    Browse the repository at this point in the history
  2. fix: mock verifier (#936)

    ctian1 authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a1fa81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0de2ec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4d322d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c5edb2 View commit details
    Browse the repository at this point in the history
  6. feat: (breaking changes to SDK API) use builder pattern for SDK execu…

    …te/prove/verify (#940)
    
    - CLI test now fails because of the breaking changes
    - Refactor a lot of the parallel three-type proof code in SDK to use the new `SP1Proof` enum.
    tqn authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b0648a4 View commit details
    Browse the repository at this point in the history
  7. feat: optimized cpu tracegen

    jtguibas authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    971732f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a61530 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3692526 View commit details
    Browse the repository at this point in the history
  10. refactor: elide book

    huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    dccf66d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6802b7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e608c1 View commit details
    Browse the repository at this point in the history
  13. feat: optimize byte trace gen

    jtguibas authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    70f7348 View commit details
    Browse the repository at this point in the history
  14. cleanup

    jtguibas authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cb1d2de View commit details
    Browse the repository at this point in the history
  15. fix crhsi comments

    jtguibas authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1d5aa48 View commit details
    Browse the repository at this point in the history
  16. fix: p3 audit change (#964)

    erabinov authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fb9e89d View commit details
    Browse the repository at this point in the history
  17. fix: close unclosed file streams (#954)

    Co-authored-by: Tej Qu Nair <[email protected]>
    Co-authored-by: John Guibas <[email protected]>
    Co-authored-by: Matt Stam <[email protected]>
    4 people authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b5946ef View commit details
    Browse the repository at this point in the history
  18. feat: poseidon2 hash (#885)

    kevjue authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    734384a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7d67ca2 View commit details
    Browse the repository at this point in the history
  20. feat: put hook results in the front of the input stream (#973)

    Hook results must be accessed immediately after calling.
    
    One no longer has to rely on the `input_stream` being empty when calling a hook and accessing its results.
    tqn authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ce8e745 View commit details
    Browse the repository at this point in the history
  21. fix: recursion runtime

    ctian1 authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    565969d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    19648df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8ea0d8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4ce73d9 View commit details
    Browse the repository at this point in the history
  25. cli informative logging

    ratankaliani authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    96881ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    43652d7 View commit details
    Browse the repository at this point in the history
  27. fix overflow when compile to wasm32

    flyq authored and huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    48f6e61 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    706ebac View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d1859b6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b558232 View commit details
    Browse the repository at this point in the history
  31. chore: local allow

    huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c81f46b View commit details
    Browse the repository at this point in the history
  32. chore: adjust doc

    huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    223c186 View commit details
    Browse the repository at this point in the history
  33. ci: remove docker CI

    huitseeker committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d4ccc62 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4ef2043 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    229d6c6 View commit details
    Browse the repository at this point in the history