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(prover): track cycles of sp1 guest & patch Secp256k1 #288

Merged
merged 23 commits into from
Jun 17, 2024

Commits on Jun 3, 2024

  1. add cycle-tracker

    CeciliaZ030 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d6e64fc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e948fe View commit details
    Browse the repository at this point in the history
  2. revm v35_taiko_v2-cycls

    CeciliaZ030 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c1ebdcb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    13774a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ea291 View commit details
    Browse the repository at this point in the history
  3. update Cargo.lock

    CeciliaZ030 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    42d9ed4 View commit details
    Browse the repository at this point in the history
  4. [dev-dependencies]

    substrate-bn = "0.6.0"
    CeciliaZ030 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4728d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2e97c2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sp1-cycle-tracker' into sp1-cycle-opt & add #[cfg(featu…

    …re = "sp1-cycle-tracker")]
    CeciliaZ030 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0528b2f View commit details
    Browse the repository at this point in the history
  7. use [email protected]

    CeciliaZ030 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    6321fee View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. cargo update

    CeciliaZ030 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    85ee0a3 View commit details
    Browse the repository at this point in the history
  2. clippy & fmt

    CeciliaZ030 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    27ce3f4 View commit details
    Browse the repository at this point in the history
  3. remove typo

    CeciliaZ030 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0faf86e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4364c4a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. apply comment

    CeciliaZ030 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c6986a0 View commit details
    Browse the repository at this point in the history
  2. struct CycleTracker

    CeciliaZ030 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    05b46e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fdb0fa View commit details
    Browse the repository at this point in the history
  4. update

    CeciliaZ030 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    08ba176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    642ea70 View commit details
    Browse the repository at this point in the history
  6. fmt

    CeciliaZ030 committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8902974 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Update proof.rs

    CeciliaZ030 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2fd2594 View commit details
    Browse the repository at this point in the history
  2. Update proof.rs

    CeciliaZ030 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    94cf84f View commit details
    Browse the repository at this point in the history
  3. Update proof.rs

    CeciliaZ030 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    96ad58c View commit details
    Browse the repository at this point in the history