Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

feat: block interval and parallel block proving #90

Merged
merged 17 commits into from
Jun 10, 2024

Commits on Jun 4, 2024

  1. feat: add block interval

    atanmarko committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    728127e View commit details
    Browse the repository at this point in the history
  2. fix: follow from loop

    atanmarko committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dcdd0f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee3a2a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: proving logic

    atanmarko committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c69de80 View commit details
    Browse the repository at this point in the history
  2. fix: typos

    atanmarko committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fc17dbb View commit details
    Browse the repository at this point in the history
  3. fix: review

    atanmarko committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2a81ffe View commit details
    Browse the repository at this point in the history
  4. fix: doc tests

    atanmarko committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c090919 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    9518616 View commit details
    Browse the repository at this point in the history
  2. fix: interval display

    atanmarko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4c73cf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4977f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9114a4c View commit details
    Browse the repository at this point in the history
  5. feat: implement concurrent block proving #88 #89 (#96)

    * feat: implement concurrent block proving #88 #89
    
    * Update prover/src/lib.rs
    
    Co-authored-by: 0xaatif <[email protected]>
    
    * fix suggestion
    
    * Fix duplicated import when #[cfg(feature = "test_only")]
    
    ---------
    
    Co-authored-by: 0xaatif <[email protected]>
    Co-authored-by: Marko Atanasievski <[email protected]>
    3 people authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1cfd097 View commit details
    Browse the repository at this point in the history
  6. fix: block interval fmt

    atanmarko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    18b4350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4456338 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4783f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d469c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    56856db View commit details
    Browse the repository at this point in the history