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: l2 native token tests #2916

Open
wants to merge 34 commits into
base: sync-layer-stable
Choose a base branch
from

Commits on Sep 2, 2024

  1. some changes

    kelemeno committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d1144b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sync-layer-stable' of github.com:matter-labs/zksync-era…

    … into kl/split-asset-router-support
    kelemeno committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    368d657 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. bump contracts

    kelemeno committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    30508cd View commit details
    Browse the repository at this point in the history
  2. chain.toml

    kelemeno committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e355e5c View commit details
    Browse the repository at this point in the history
  3. contracts.toml

    kelemeno committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0357fc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. bump contracts with fixes

    kelemeno committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    291972e View commit details
    Browse the repository at this point in the history
  2. config

    kelemeno committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    679f8e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge branch 'sync-layer-stable' of github.com:matter-labs/zksync-era…

    … into kl/split-asset-router-support
    kelemeno committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    01d7391 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fixes

    kelemeno committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db05aba View commit details
    Browse the repository at this point in the history
  2. bump contracts

    kelemeno committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b90e9c8 View commit details
    Browse the repository at this point in the history
  3. config

    kelemeno committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e8775c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. contracts.ts config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    644a076 View commit details
    Browse the repository at this point in the history
  2. make CI slightly smaller

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bd5ba3d View commit details
    Browse the repository at this point in the history
  3. typo

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    886460f View commit details
    Browse the repository at this point in the history
  4. contract env var error

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    037e7c6 View commit details
    Browse the repository at this point in the history
  5. config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b6f0dfa View commit details
    Browse the repository at this point in the history
  6. contracts config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1b261d9 View commit details
    Browse the repository at this point in the history
  7. config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eceb869 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'sync-layer-stable' of github.com:matter-labs/zksync-era…

    … into kl/split-asset-router-support
    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    16fbac8 View commit details
    Browse the repository at this point in the history
  9. chain config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6b96da9 View commit details
    Browse the repository at this point in the history
  10. config

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8a06017 View commit details
    Browse the repository at this point in the history
  11. contracts fix

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0efee21 View commit details
    Browse the repository at this point in the history
  12. bump contracts

    kelemeno committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d29dbbd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fixes

    kelemeno committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6dc895f View commit details
    Browse the repository at this point in the history
  2. bump contracts

    kelemeno committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c4909f7 View commit details
    Browse the repository at this point in the history
  3. contracts config

    kelemeno committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2bfc739 View commit details
    Browse the repository at this point in the history
  4. bump contracts

    kelemeno committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    23c7a87 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fixed unit tests

    kelemeno committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    db612f8 View commit details
    Browse the repository at this point in the history
  2. bump contracts

    kelemeno committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a94999d View commit details
    Browse the repository at this point in the history
  3. last test fix

    kelemeno committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    94edd3c View commit details
    Browse the repository at this point in the history
  4. fmt

    kelemeno committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d0bd8a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. l2 native token tests

    kelemeno committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    170ae00 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sync-layer-stable' of github.com:matter-labs/zksync-era…

    … into kl/l2-native-token-support
    kelemeno committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5983a2e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge branch 'sync-layer-stable' of github.com:matter-labs/zksync-era…

    … into kl/l2-native-token-support
    kelemeno committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3b85806 View commit details
    Browse the repository at this point in the history