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

In-circuit blockhash calculation #98

Closed
wants to merge 49 commits into from
Closed

In-circuit blockhash calculation #98

wants to merge 49 commits into from

Commits on May 22, 2023

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

Commits on May 25, 2023

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

Commits on Jun 1, 2023

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

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    a786df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b6dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c5d1298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e898af View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. pi circuit cleanups

    ggkitsas committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    621590b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    b823abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70529c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f59e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. cleansup

    ggkitsas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    19e5277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2a854 View commit details
    Browse the repository at this point in the history
  3. rustfmt

    ggkitsas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    aae7300 View commit details
    Browse the repository at this point in the history
  4. clippy

    ggkitsas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ce2346b View commit details
    Browse the repository at this point in the history
  5. clippy

    ggkitsas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    17801f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

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

Commits on Jun 19, 2023

  1. adds negative tests

    ggkitsas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    35944ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4e630 View commit details
    Browse the repository at this point in the history
  3. rustfmt

    ggkitsas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c64278a View commit details
    Browse the repository at this point in the history
  4. ci fixes

    ggkitsas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bce8d27 View commit details
    Browse the repository at this point in the history
  5. rustfmt

    ggkitsas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4d16ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. code imporvement

    Co-authored-by: smtmfft <[email protected]>
    ggkitsas and smtmfft committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ea7b8e9 View commit details
    Browse the repository at this point in the history
  2. refactoring

    ggkitsas committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6edb468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03979df View commit details
    Browse the repository at this point in the history
  4. minor fix

    ggkitsas committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7c4f8b9 View commit details
    Browse the repository at this point in the history
  5. Some refactoring

    Brechtpd committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a59e2e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge pull request #117 from taikoxyz/blockhash-brecht

    Blockhash: some refactoring
    ggkitsas committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    207a5eb View commit details
    Browse the repository at this point in the history
  2. minor refactoring

    ggkitsas committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8d1399e View commit details
    Browse the repository at this point in the history
  3. test cleanups

    ggkitsas committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d53df04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a37a494 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Some code refactoring

    Brechtpd committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c625044 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Merge pull request #118 from taikoxyz/blockhash-brecht2

    Blockhash: Some code refactoring
    ggkitsas committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7e95c2f View commit details
    Browse the repository at this point in the history
  2. adds comments

    ggkitsas committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4de76ce View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. simplifies code

    ggkitsas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    718b923 View commit details
    Browse the repository at this point in the history
  2. fmt and clippy

    ggkitsas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d661601 View commit details
    Browse the repository at this point in the history
  3. fmt + clippy

    ggkitsas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8b53902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac3c7b3 View commit details
    Browse the repository at this point in the history
  5. fmt

    ggkitsas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2798ac5 View commit details
    Browse the repository at this point in the history
  6. fixes constraint

    ggkitsas committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ba93650 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ca964e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    872f182 View commit details
    Browse the repository at this point in the history
  2. fmt

    ggkitsas committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9796491 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    6ab8033 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    ggkitsas committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    54d6f05 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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