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: add api for inclusion proof of outgoing message in block #4562 #4899

Merged
merged 48 commits into from
Mar 9, 2024

Commits on Mar 2, 2024

  1. initial

    sklppy88 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b98035d View commit details
    Browse the repository at this point in the history
  2. Fix

    sklppy88 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c28bfe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    49b21ea View commit details
    Browse the repository at this point in the history
  2. Fix

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    60a74df View commit details
    Browse the repository at this point in the history
  3. test

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a7ddb10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eb9bff View commit details
    Browse the repository at this point in the history
  5. Fix

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    938bd24 View commit details
    Browse the repository at this point in the history
  6. yarn fmt

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    af62933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3bcbef View commit details
    Browse the repository at this point in the history
  8. test

    sklppy88 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7d07e45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07ffed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix

    sklppy88 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8c78f29 View commit details
    Browse the repository at this point in the history
  2. fix

    sklppy88 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    537746c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23dcd71 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cc0c9db View commit details
    Browse the repository at this point in the history
  2. Fix

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a8645ed View commit details
    Browse the repository at this point in the history
  3. formatting

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4733842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63d5c1e View commit details
    Browse the repository at this point in the history
  5. comment

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a5c4a45 View commit details
    Browse the repository at this point in the history
  6. comment

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    18e0373 View commit details
    Browse the repository at this point in the history
  7. add outbox to test

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    65b767b View commit details
    Browse the repository at this point in the history
  8. why

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0649e1e View commit details
    Browse the repository at this point in the history
  9. test

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3b23aba View commit details
    Browse the repository at this point in the history
  10. fix test

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5cc60d8 View commit details
    Browse the repository at this point in the history
  11. yarn format

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1ecf545 View commit details
    Browse the repository at this point in the history
  12. add index

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    262d12f View commit details
    Browse the repository at this point in the history
  13. fix test

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8e90550 View commit details
    Browse the repository at this point in the history
  14. yarn fmt

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8d505f0 View commit details
    Browse the repository at this point in the history
  15. addressing comments

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b5deb10 View commit details
    Browse the repository at this point in the history
  16. add comment

    sklppy88 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    49a52e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. adf

    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8951eab View commit details
    Browse the repository at this point in the history
  2. fix test finally

    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    88b78f3 View commit details
    Browse the repository at this point in the history
  3. Update yarn-project/aztec-node/src/aztec-node/server.ts

    Co-authored-by: Jan Beneš <[email protected]>
    sklppy88 and benesjan authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3c718ee View commit details
    Browse the repository at this point in the history
  4. comments

    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    46bfb8a View commit details
    Browse the repository at this point in the history
  5. fix

    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    389f9f5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/ek/feat/l2-to-l1-message-inclusi…

    …on-api' into ek/feat/l2-to-l1-message-inclusion-api
    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    822b34a View commit details
    Browse the repository at this point in the history
  7. comments

    sklppy88 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3d6f4b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a8e5e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. try this

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ddbd6d0 View commit details
    Browse the repository at this point in the history
  2. test

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8d27808 View commit details
    Browse the repository at this point in the history
  3. asdf

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0726c84 View commit details
    Browse the repository at this point in the history
  4. test

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    94ab391 View commit details
    Browse the repository at this point in the history
  5. asdf

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8e0c88e View commit details
    Browse the repository at this point in the history
  6. test

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3b8c350 View commit details
    Browse the repository at this point in the history
  7. test

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ed4227a View commit details
    Browse the repository at this point in the history
  8. fix

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1115877 View commit details
    Browse the repository at this point in the history
  9. fix comment

    sklppy88 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    25f3ae4 View commit details
    Browse the repository at this point in the history