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

Feature: L1 <> L2 messaging with Token Bridge example #253

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

Commits on Oct 21, 2024

  1. Add token bridge scaffold

    0xNeshi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5f8715a View commit details
    Browse the repository at this point in the history
  2. Create L2 bridge

    0xNeshi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33188fc View commit details
    Browse the repository at this point in the history
  3. Add tests for L2 bridge

    0xNeshi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    251ff2c View commit details
    Browse the repository at this point in the history
  4. Add solidity bridge contract

    0xNeshi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5b507bb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. rename consumeMessage->consumeWithdrawal & initiateWithdrawal->bridge…

    …ToL2 + implement consumeWithdrawal
    0xNeshi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b4e93b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf3a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7efed11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1936c31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bc413f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cd9ff3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db4565a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f4d5687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6fcae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a3ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a0a14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fa90a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0170de5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    195bb71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9ca0f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28bac93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4602eef View commit details
    Browse the repository at this point in the history
  11. mintableToken->token

    0xNeshi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    30ed1c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c018053 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5813aaf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d18859 View commit details
    Browse the repository at this point in the history
  15. Update the .md file

    0xNeshi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b8b57e1 View commit details
    Browse the repository at this point in the history
  16. remove TokenBridge @author tag

    0xNeshi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8e0c198 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8a1ea4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce10e8 View commit details
    Browse the repository at this point in the history