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(taiko-client): enable proof aggregation (batch proofs) #18163

Open
wants to merge 118 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    453d730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b802d3 View commit details
    Browse the repository at this point in the history
  3. fix

    YoGhurt111 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5dd741d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    937eeb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1b4e58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b8e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45fa2a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    1f46ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b9de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a3efb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1d2d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88d7a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    b5c5968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236e660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24add9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd4e626 View commit details
    Browse the repository at this point in the history
  5. changes based on comments

    YoGhurt111 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e20e064 View commit details
    Browse the repository at this point in the history
  6. Merge branches 'feature/batch-proof' and 'feature/batch-proof' of git…

    …hub.com:taikoxyz/taiko-mono into feature/batch-proof
    YoGhurt111 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    948c55d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    73fc040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54124c8 View commit details
    Browse the repository at this point in the history
  3. temp

    YoGhurt111 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f4a9ac8 View commit details
    Browse the repository at this point in the history
  4. temp

    YoGhurt111 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    62ac02b View commit details
    Browse the repository at this point in the history
  5. temp

    YoGhurt111 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a1818e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    e29ba96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0834514 View commit details
    Browse the repository at this point in the history
  3. changes based on pr-18181

    YoGhurt111 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d505ebe View commit details
    Browse the repository at this point in the history
  4. fix

    YoGhurt111 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    008ac1d View commit details
    Browse the repository at this point in the history
  5. fix

    YoGhurt111 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    804428e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. fix

    YoGhurt111 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b25ed1c View commit details
    Browse the repository at this point in the history
  2. add log

    YoGhurt111 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1a5014b View commit details
    Browse the repository at this point in the history
  3. build image

    YoGhurt111 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a385f99 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Revert "build image"

    This reverts commit a385f99.
    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0f86de8 View commit details
    Browse the repository at this point in the history
  2. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    603bc1a View commit details
    Browse the repository at this point in the history
  3. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    023ff02 View commit details
    Browse the repository at this point in the history
  4. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9e82059 View commit details
    Browse the repository at this point in the history
  5. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b0b17c4 View commit details
    Browse the repository at this point in the history
  6. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1afd4fe View commit details
    Browse the repository at this point in the history
  7. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9222d1c View commit details
    Browse the repository at this point in the history
  8. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f776a63 View commit details
    Browse the repository at this point in the history
  9. upgrade

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e35e7a6 View commit details
    Browse the repository at this point in the history
  10. fix

    YoGhurt111 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f6d0ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    56db4ce View commit details
    Browse the repository at this point in the history
  2. refactor

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    04250f9 View commit details
    Browse the repository at this point in the history
  3. add zk support

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    49c2972 View commit details
    Browse the repository at this point in the history
  4. temp

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fc667be View commit details
    Browse the repository at this point in the history
  5. fix

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9c2271c View commit details
    Browse the repository at this point in the history
  6. fix

    YoGhurt111 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fd5c6ee View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix

    YoGhurt111 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    82cff3c View commit details
    Browse the repository at this point in the history
  2. fix

    YoGhurt111 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e52775c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    51b885c View commit details
    Browse the repository at this point in the history
  2. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a2fe08d View commit details
    Browse the repository at this point in the history
  3. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2328487 View commit details
    Browse the repository at this point in the history
  4. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4360b2a View commit details
    Browse the repository at this point in the history
  5. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    af76a29 View commit details
    Browse the repository at this point in the history
  6. fix

    YoGhurt111 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2ffe93a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. fix

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b742583 View commit details
    Browse the repository at this point in the history
  2. debug

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d53c504 View commit details
    Browse the repository at this point in the history
  3. fix

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    87be364 View commit details
    Browse the repository at this point in the history
  4. log optimisation

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2cc63f0 View commit details
    Browse the repository at this point in the history
  5. fix

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    11190cc View commit details
    Browse the repository at this point in the history
  6. fix

    YoGhurt111 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    928363e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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

Commits on Oct 16, 2024

  1. Revert "debug"

    This reverts commit d53c504.
    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b60ce73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7736b View commit details
    Browse the repository at this point in the history
  3. Revert "temp"

    This reverts commit 62ac02b.
    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5409ad4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/batch-proof' of github.com:taikoxyz/taiko-mono …

    …into feature/batch-proof
    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7cd5ee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94d3787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83e9dce View commit details
    Browse the repository at this point in the history
  7. Update Risc0Verifier.sol

    YoGhurt111 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6753450 View commit details
    Browse the repository at this point in the history
  8. Update SgxVerifier.sol

    YoGhurt111 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9c0f5a5 View commit details
    Browse the repository at this point in the history
  9. Update SgxVerifier.sol

    YoGhurt111 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1b3b961 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98e5b6f View commit details
    Browse the repository at this point in the history
  11. fix

    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    19cd84c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e658d7 View commit details
    Browse the repository at this point in the history
  13. changes based on comments

    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8c9bdca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6138b8b View commit details
    Browse the repository at this point in the history
  15. temp

    YoGhurt111 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1b7240f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. debug

    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ac19d34 View commit details
    Browse the repository at this point in the history
  2. debug

    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3844048 View commit details
    Browse the repository at this point in the history
  3. debug

    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1e68832 View commit details
    Browse the repository at this point in the history
  4. zk

    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bd6482d View commit details
    Browse the repository at this point in the history
  5. temp

    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9d3ad02 View commit details
    Browse the repository at this point in the history
  6. Revert "temp"

    This reverts commit 9d3ad02.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c9f32fe View commit details
    Browse the repository at this point in the history
  7. Revert "debug"

    This reverts commit 1e68832.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    78cf58d View commit details
    Browse the repository at this point in the history
  8. Revert "debug"

    This reverts commit 3844048.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3681c38 View commit details
    Browse the repository at this point in the history
  9. Revert "debug"

    This reverts commit ac19d34.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    26b2619 View commit details
    Browse the repository at this point in the history
  10. Revert "temp"

    This reverts commit 1b7240f.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1b3123b View commit details
    Browse the repository at this point in the history
  11. Revert "feat(taiko-client): improve BlobTransactionBuilder to suppo…

    …rt `BlobTxListOffset`"
    
    This reverts commit 6138b8b.
    YoGhurt111 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7e31f03 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    348a96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99000b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6441d62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    095392b View commit details
    Browse the repository at this point in the history
  5. fix based on comments

    YoGhurt111 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    25ecc2c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    237b501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de53a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    80260a3 View commit details
    Browse the repository at this point in the history
  2. temp

    YoGhurt111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dd1bb5d View commit details
    Browse the repository at this point in the history
  3. fix

    YoGhurt111 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1e9d376 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    0eacfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8046b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f0a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcd1542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c2b509 View commit details
    Browse the repository at this point in the history
  6. add log

    YoGhurt111 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cf5dfe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fix based on comments

    YoGhurt111 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4f47f42 View commit details
    Browse the repository at this point in the history
  2. fix lint

    YoGhurt111 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    54ce66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d704e13 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    50a71d4 View commit details
    Browse the repository at this point in the history
  2. fix metrics

    YoGhurt111 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0876fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe2889 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3cb491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce2d56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd68a89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00bda1e View commit details
    Browse the repository at this point in the history
  8. Update proof_submitter.go

    YoGhurt111 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ff2228b View commit details
    Browse the repository at this point in the history
  9. Revert "Update proof_submitter.go"

    This reverts commit ff2228b.
    YoGhurt111 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b9a719d View commit details
    Browse the repository at this point in the history