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(protocol): support backward-compatible batch-proof verification #17968

Merged
merged 112 commits into from
Aug 29, 2024

Commits on Aug 20, 2024

  1. refactor (#17951)

    Co-authored-by: dantaik <[email protected]>
    dantaik and dantaik authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    abc509f View commit details
    Browse the repository at this point in the history
  2. temp revert

    dantaik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9893214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d46f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    070b539 View commit details
    Browse the repository at this point in the history
  2. rename

    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8113502 View commit details
    Browse the repository at this point in the history
  3. Revert "rename"

    This reverts commit 8113502.
    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    487540b View commit details
    Browse the repository at this point in the history
  4. rename

    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6cd4ce9 View commit details
    Browse the repository at this point in the history
  5. AddressCache

    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8995911 View commit details
    Browse the repository at this point in the history
  6. AddressCache

    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    55474f0 View commit details
    Browse the repository at this point in the history
  7. more

    dantaik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    82b94ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c92b2e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. restore some changes

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    61f042a View commit details
    Browse the repository at this point in the history
  2. Update DevnetTierProvider.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e352489 View commit details
    Browse the repository at this point in the history
  3. f

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e979665 View commit details
    Browse the repository at this point in the history
  4. Update TierProviderV2.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b1069ed View commit details
    Browse the repository at this point in the history
  5. Update HeklaTierProvider.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    278d604 View commit details
    Browse the repository at this point in the history
  6. Update TierProviderV2.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    108a988 View commit details
    Browse the repository at this point in the history
  7. more

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ab46dfe View commit details
    Browse the repository at this point in the history
  8. Update LibStrings.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    896318c View commit details
    Browse the repository at this point in the history
  9. Update LibStrings.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3e7f123 View commit details
    Browse the repository at this point in the history
  10. more

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e5d4f07 View commit details
    Browse the repository at this point in the history
  11. Update AddressResolver.t.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1691c1e View commit details
    Browse the repository at this point in the history
  12. Update TierProviderBase.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4225407 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5dd9a5 View commit details
    Browse the repository at this point in the history
  14. Update AddressCache.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d916381 View commit details
    Browse the repository at this point in the history
  15. Update AddressCache.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5331c15 View commit details
    Browse the repository at this point in the history
  16. Update ZkAnyVerifier.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    87d4c03 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5260425 View commit details
    Browse the repository at this point in the history
  18. Update ComposeVerifier.sol

    dantaik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    873a3ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d2a158 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update TierProviderBase.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e1c55bf View commit details
    Browse the repository at this point in the history
  2. Update SgxVerifier.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c2321d5 View commit details
    Browse the repository at this point in the history
  3. Update TierProviderBase.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0113687 View commit details
    Browse the repository at this point in the history
  4. Update TierProviderBase.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    09f8121 View commit details
    Browse the repository at this point in the history
  5. Update SgxVerifier.t.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b6a5f3d View commit details
    Browse the repository at this point in the history
  6. Update ITierProvider.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    583c48c View commit details
    Browse the repository at this point in the history
  7. Update TaikoL1.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    194410b View commit details
    Browse the repository at this point in the history
  8. Update TaikoL1.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0a29e54 View commit details
    Browse the repository at this point in the history
  9. more

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9cdd624 View commit details
    Browse the repository at this point in the history
  10. Update LibProposing.sol

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f0decc3 View commit details
    Browse the repository at this point in the history
  11. x

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5eeffcb View commit details
    Browse the repository at this point in the history
  12. more

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    888d61a View commit details
    Browse the repository at this point in the history
  13. x

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    657e5ef View commit details
    Browse the repository at this point in the history
  14. more

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ffb2ce5 View commit details
    Browse the repository at this point in the history
  15. more

    dantaik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8485a27 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    977bcc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b74e1 View commit details
    Browse the repository at this point in the history
  3. temp

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0c45d91 View commit details
    Browse the repository at this point in the history
  4. more

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    874bf74 View commit details
    Browse the repository at this point in the history
  5. more

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e12ad75 View commit details
    Browse the repository at this point in the history
  6. more

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6b42956 View commit details
    Browse the repository at this point in the history
  7. Update LibProving.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5fe2fa0 View commit details
    Browse the repository at this point in the history
  8. Update ComposeVerifeir.t.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    40548f3 View commit details
    Browse the repository at this point in the history
  9. Update LibProving.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ad32d39 View commit details
    Browse the repository at this point in the history
  10. Update LibProving.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    31b2248 View commit details
    Browse the repository at this point in the history
  11. Update LibProving.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ee36e28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f30832 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0457258 View commit details
    Browse the repository at this point in the history
  14. Update SgxVerifier.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b11ac06 View commit details
    Browse the repository at this point in the history
  15. Update SgxVerifier.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    12cc4e9 View commit details
    Browse the repository at this point in the history
  16. Update Risc0Verifier.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    dcd7ce3 View commit details
    Browse the repository at this point in the history
  17. delete

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    f206780 View commit details
    Browse the repository at this point in the history
  18. Update Risc0Verifier.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    fc1e6c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9dfd5ed View commit details
    Browse the repository at this point in the history
  20. Update SgxVerifier.sol

    dantaik committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e48ebf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e78005f View commit details
    Browse the repository at this point in the history
  2. Update LibProving.sol

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    951ed1f View commit details
    Browse the repository at this point in the history
  3. fix

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d7c0268 View commit details
    Browse the repository at this point in the history
  4. Revert "delete"

    This reverts commit f206780.
    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fcaf689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae801f6 View commit details
    Browse the repository at this point in the history
  6. Update ComposeVerifier.sol

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    98554bd View commit details
    Browse the repository at this point in the history
  7. fix

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6bc568c View commit details
    Browse the repository at this point in the history
  8. fix

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    50c4609 View commit details
    Browse the repository at this point in the history
  9. Update ComposeVerifier.sol

    dantaik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1fb232a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update ComposeVerifier.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8d9b9ce View commit details
    Browse the repository at this point in the history
  2. Revert "Update ComposeVerifier.sol"

    This reverts commit 8d9b9ce.
    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e572c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7303da1 View commit details
    Browse the repository at this point in the history
  4. more

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9f64da6 View commit details
    Browse the repository at this point in the history
  5. more

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5827a48 View commit details
    Browse the repository at this point in the history
  6. more

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    270cffe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8938c20 View commit details
    Browse the repository at this point in the history
  8. more

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3bae22d View commit details
    Browse the repository at this point in the history
  9. Update ComposeVerifeir.t.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    51336e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad4a99f View commit details
    Browse the repository at this point in the history
  11. Update ComposeVerifier.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    822983b View commit details
    Browse the repository at this point in the history
  12. Update ComposeVerifier.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    98063b7 View commit details
    Browse the repository at this point in the history
  13. more

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    38bddc5 View commit details
    Browse the repository at this point in the history
  14. Update ComposeVerifeir.t.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3c76b93 View commit details
    Browse the repository at this point in the history
  15. fix

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0aef930 View commit details
    Browse the repository at this point in the history
  16. Update LibProving.sol

    dantaik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f82de8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    699edd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    94564b6 View commit details
    Browse the repository at this point in the history
  2. more

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    18ff421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ce77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70635e3 View commit details
    Browse the repository at this point in the history
  5. fix

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1c349f7 View commit details
    Browse the repository at this point in the history
  6. more

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aa1dbdc View commit details
    Browse the repository at this point in the history
  7. Update gen-layouts.sh

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    90972ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a88a8e8 View commit details
    Browse the repository at this point in the history
  9. comment

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7813c4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdb7b90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03a360d View commit details
    Browse the repository at this point in the history
  12. comments

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9744d28 View commit details
    Browse the repository at this point in the history
  13. fix

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    13652c4 View commit details
    Browse the repository at this point in the history
  14. Update TaikoData.sol

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    af4226f View commit details
    Browse the repository at this point in the history
  15. more

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    baf1ff7 View commit details
    Browse the repository at this point in the history
  16. Update SgxVerifier.sol

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e9ddc56 View commit details
    Browse the repository at this point in the history
  17. Update gen-layouts.sh

    dantaik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    43cf921 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4e8eca View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2761c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596c7a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e5f888 View commit details
    Browse the repository at this point in the history