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: Validium #1461

Merged
merged 343 commits into from
Mar 28, 2024
Merged

feat: Validium #1461

merged 343 commits into from
Mar 28, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 23, 2024

  1. Apdapt testonly

    jorbush committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    85954ad View commit details
    Browse the repository at this point in the history
  2. Remove TODOs comments

    jorbush committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c4b6cde View commit details
    Browse the repository at this point in the history
  3. Revert "Remove TODOs comments"

    This reverts commit c4b6cde.
    jorbush committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0a5407e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce6247e View commit details
    Browse the repository at this point in the history
  5. update tests

    toni-calvin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    57f4bbe View commit details
    Browse the repository at this point in the history
  6. remove unused parameter

    toni-calvin committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba00a14 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat_validium_pubdata_abstraction' of github.com:Lambda…

    …Class/zksync-era into feat_validium_pubdata_abstraction
    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ee59553 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4470772 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e78e9e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    254d87b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6959f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    652b33a View commit details
    Browse the repository at this point in the history
  13. Revert "use a function for the function selector"

    This reverts commit 96035d8.
    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    95ab24a View commit details
    Browse the repository at this point in the history
  14. Remove call implementation

    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c2c464d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e165fac View commit details
    Browse the repository at this point in the history
  16. Add executor_contract getter

    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3a9e133 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    da18d24 View commit details
    Browse the repository at this point in the history
  18. Fix unhandled error

    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8528d02 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb64792 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2e240eb View commit details
    Browse the repository at this point in the history
  21. Add comment

    ilitteri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    19f3938 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    629c325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9341fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat_remove_validium_mode_env_usage' of github.com:Lamb…

    …daClass/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6ecb2a5 View commit details
    Browse the repository at this point in the history
  4. update ext node config

    toni-calvin committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    272e35f View commit details
    Browse the repository at this point in the history
  5. rename var

    toni-calvin committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d5fdb5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec0af17 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat_validium_pubdata_abstraction' of github.com:Lambda…

    …Class/zksync-era into feat_validium_pubdata_abstraction
    ilitteri committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4c6de9f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat_validium_pubdata_abstraction' of github.com:Lambda…

    …Class/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d1fb75e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb42d5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    213b2b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Stash

    jorbush committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c99c61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a04805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccda961 View commit details
    Browse the repository at this point in the history
  4. remove console.log

    ColoCarletti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c56a4d View commit details
    Browse the repository at this point in the history
  5. add documentation

    ColoCarletti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1aa9736 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Check mode

    jorbush committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fe24f89 View commit details
    Browse the repository at this point in the history
  2. fix effective gas price calculation to be backward compatible with le…

    …gacy txs
    Santiago Pittella authored and Santiago Pittella committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8525ce9 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f902523 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc34e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d35e74d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15d31f6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1235 from lambdaclass/feat_add_validium_support_e…

    …xternal_node
    
    feat(Validium): add validium support for external node
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6310305 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1236 from lambdaclass/optional-commit_data_generator

    fix(Validium): Make `l1_batch_commit_data_generator_mode` a non-mandatory attribute
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c6e3fe8 View commit details
    Browse the repository at this point in the history
  9. Update .gitignore

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4b95657 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add-ext-node-config-in-init' of github.com:LambdaClass/…

    …zksync-era into add-ext-node-config-in-init
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    78148e9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into add-ext-node-config-in-init
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    447f9c3 View commit details
    Browse the repository at this point in the history
  12. Revert "rename var"

    This reverts commit d5fdb5c.
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    89c32ff View commit details
    Browse the repository at this point in the history
  13. Revert "update ext node config"

    This reverts commit 272e35f.
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b99e4b0 View commit details
    Browse the repository at this point in the history
  14. Revert "refactor configLine into struct"

    This reverts commit 629c325.
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2dcebfd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ed55e0 View commit details
    Browse the repository at this point in the history
  16. Update config.ts

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    daf7e4d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e1e01dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1adeb3a View commit details
    Browse the repository at this point in the history
  19. Fix hyperchain_wizard

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f89ebda View commit details
    Browse the repository at this point in the history
  20. Fix conditional

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2a9cf8f View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1237 from lambdaclass/fix_validium_mode_config_files

    fix(Validium): Improved changes for the `zk` tool
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    304e331 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8d8b3ce View commit details
    Browse the repository at this point in the history
  23. Fix merge

    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3805f90 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f2e90fc View commit details
    Browse the repository at this point in the history
  25. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    172ef3f View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1239 from lambdaclass/validium_update_contracts_s…

    …ubmodule_commit
    
    fix(Validium): Update `contracts/` submodule commit
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3e8559d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9b37ccd View commit details
    Browse the repository at this point in the history
  28. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    773efe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Remove unused imports

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5783c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea433ef View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_remove_validium_mode_env_usage
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    719686e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into add-ext-node-config-in-init
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ee31fdf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into adapt-protobuf_config-tests
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    06fad6a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'adapt-protobuf_config-tests' of github.com:LambdaClass/…

    …zksync-era into adapt-protobuf_config-tests
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    981c26c View commit details
    Browse the repository at this point in the history
  7. Revert "Add executor_contract getter"

    This reverts commit 3a9e133.
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    baa1083 View commit details
    Browse the repository at this point in the history
  8. Fix method name

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    06752d6 View commit details
    Browse the repository at this point in the history
  9. Improve assert comment

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d6c1c20 View commit details
    Browse the repository at this point in the history
  10. small refactor

    ColoCarletti committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e3d131c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    538b64f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into add-commitment-mode-cross-check
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    52c177a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1242 from lambdaclass/feat_remove_validium_mode_e…

    …nv_usage
    
    fix(Validium): Remove obscure use of `VALIDIUM_MODE` env
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    51875a3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1275 from lambdaclass/adapt-protobuf_config-tests

    feat(Validium): adapt `protobuf_config` tests for running both in Validium mode and Rollup mode
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e5d19ec View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1277 from lambdaclass/add-ext-node-config-in-init

    feat(Validium): add a Validium config file for external node
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1685e29 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into add-commitment-mode-cross-check
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    08c969d View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/validium_mode_example_crate' int…

    …o add-commitment-mode-cross-check
    ColoCarletti committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e392d18 View commit details
    Browse the repository at this point in the history
  18. Refactor

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d58e1ac View commit details
    Browse the repository at this point in the history
  19. Remove unused import

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    000775a View commit details
    Browse the repository at this point in the history
  20. Handle special case where these changes are merged before the contrac…

    …ts are deployed on testnet/mainnet
    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9586ecc View commit details
    Browse the repository at this point in the history
  21. Update era.dic

    ilitteri committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c241c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Init template

    jorbush committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a41f07c View commit details
    Browse the repository at this point in the history
  2. Fix comment

    ilitteri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d7789fc View commit details
    Browse the repository at this point in the history
  3. Address nits

    ilitteri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ac7f5fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1240 from lambdaclass/add-commitment-mode-cross-c…

    …heck
    
    fix(Validium): Add commitment mode cross check
    ilitteri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    410b32c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Use matrix for modes

    jorbush committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e9154c3 View commit details
    Browse the repository at this point in the history
  2. Delete unnecessary workflow

    jorbush committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7661ecc View commit details
    Browse the repository at this point in the history
  3. undo formatting

    jorbush committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6d262e0 View commit details
    Browse the repository at this point in the history
  4. Use matrix for External Node

    jorbush committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7e14873 View commit details
    Browse the repository at this point in the history
  5. Add mode to workflow label

    jorbush committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5037ed1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e05af15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdd8462 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef5210c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10f3109 View commit details
    Browse the repository at this point in the history
  10. Merge main

    ilitteri committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    566549e View commit details
    Browse the repository at this point in the history
  11. Rename CommitBatches and CommitBatchInfo to CommitBatchesRollup

    … and `CommitBatchInfoRollup`
    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ef38285 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d682be4 View commit details
    Browse the repository at this point in the history
  13. Fix publish criterion

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4a2f79e View commit details
    Browse the repository at this point in the history
  14. Fixes?

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dab6387 View commit details
    Browse the repository at this point in the history
  15. Remove FIXME

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    23c106e View commit details
    Browse the repository at this point in the history
  16. Restore contracts

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ce86e8f View commit details
    Browse the repository at this point in the history
  17. Restore consistency checker

    - First splits the functionality of
      `L1CommitBatchesDataGenerator::l1_commit_data` into two separate
      functions, one for a single batch and one for the whole array that
      includes the previous block.
    - Then uses that for publish criteria and consistency checking, as they
      work on a per-batch basis.
    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c8e6901 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2278532 View commit details
    Browse the repository at this point in the history
  19. Fix double 'into_tokens'

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c3d6441 View commit details
    Browse the repository at this point in the history
  20. Lints

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2192b61 View commit details
    Browse the repository at this point in the history
  21. Lints

    Oppen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    45649c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3d2da18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630187d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1343 from lambdaclass/add_commit_data_gen_mode_cr…

    …oss_check_en
    
    feat(Validium): Commit data generation mode cross-check in EN
    ilitteri committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cbe634c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f19bd63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01e53bd View commit details
    Browse the repository at this point in the history
  6. Doc comments

    Oppen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aa0ad57 View commit details
    Browse the repository at this point in the history
  7. Copy-paste

    Oppen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0b9b0e2 View commit details
    Browse the repository at this point in the history
  8. Add clean

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f4e6026 View commit details
    Browse the repository at this point in the history
  9. Add config compile

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f9a638e View commit details
    Browse the repository at this point in the history
  10. Test validium mode only

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f85b954 View commit details
    Browse the repository at this point in the history
  11. Debug database.ts

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7a4b045 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into feat_validium_data_commit_abstraction_v2
    Oppen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    33e7717 View commit details
    Browse the repository at this point in the history
  13. remove unnecessary clean

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    89cd0a5 View commit details
    Browse the repository at this point in the history
  14. Debug in rollup mode

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b8856b4 View commit details
    Browse the repository at this point in the history
  15. Debug db opts

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    81c7715 View commit details
    Browse the repository at this point in the history
  16. Use other configuartion

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    12cbe29 View commit details
    Browse the repository at this point in the history
  17. Add config compile

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9a5b9e8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0ac81d3 View commit details
    Browse the repository at this point in the history
  19. fix tests

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    dbf8784 View commit details
    Browse the repository at this point in the history
  20. fix protobuf

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b1fef74 View commit details
    Browse the repository at this point in the history
  21. Fix command ci

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f128b46 View commit details
    Browse the repository at this point in the history
  22. Revert "Merge remote-tracking branch 'origin/validium_mode_example_cr…

    …ate' into add-commitment-mode-cross-check"
    
    This reverts commit e392d18, reversing
    changes made to 08c969d.
    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f1b49bd View commit details
    Browse the repository at this point in the history
  23. zk fmt

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c4f982a View commit details
    Browse the repository at this point in the history
  24. Update new toml

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    846d5bc View commit details
    Browse the repository at this point in the history
  25. move PubdataPricing

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    96a4e41 View commit details
    Browse the repository at this point in the history
  26. fmt

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ae2781e View commit details
    Browse the repository at this point in the history
  27. fmt

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3df0417 View commit details
    Browse the repository at this point in the history
  28. Use matrix and new config

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d685e07 View commit details
    Browse the repository at this point in the history
  29. spellcheck

    Oppen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    edbc278 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #1325 from lambdaclass/feat_validium_data_commit_a…

    …bstraction_v2
    
    feat(Validium): refactor batch commit data generation
    ilitteri committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    941639d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6f88c5c View commit details
    Browse the repository at this point in the history
  32. remove debug

    jorbush committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    693cf7f View commit details
    Browse the repository at this point in the history
  33. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_modify_integration_test_for_validium_mode
    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5d485c0 View commit details
    Browse the repository at this point in the history
  34. Update submodule commit

    ColoCarletti committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    dc5da60 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2c711cc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    fdfd2b5 View commit details
    Browse the repository at this point in the history
  2. Update contracts

    jorbush committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c88bfbb View commit details
    Browse the repository at this point in the history
  3. Remove line

    jorbush committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    724e46a View commit details
    Browse the repository at this point in the history
  4. Fix fomat

    jorbush committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2d009a8 View commit details
    Browse the repository at this point in the history
  5. remove validium check

    ColoCarletti committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    909a9c8 View commit details
    Browse the repository at this point in the history
  6. fix typo and add await

    ColoCarletti committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    99fdbed View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Fix lint error

    jorbush committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    35bb614 View commit details
    Browse the repository at this point in the history
  2. add threshold variable

    ColoCarletti committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    596db93 View commit details
    Browse the repository at this point in the history
  3. remove bob account

    ColoCarletti committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b4bbc67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1296 from lambdaclass/feat_modify_integration_tes…

    …t_for_validium_mode
    
    fix(validium): Change assert for small gasPerPubdataByte test
    ColoCarletti committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e4561f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd73f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 11, 2024

  1. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ce31ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix unit test

    jorbush committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c533893 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    jorbush committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f893968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a0fc7 View commit details
    Browse the repository at this point in the history
  4. remove debugging assert

    ColoCarletti committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    057d0c3 View commit details
    Browse the repository at this point in the history
  5. Update submodule commit

    ilitteri committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cae86e6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into fix-effective-gas-price-calculation
    ilitteri committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bdc934f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc2f427 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c062ec4 View commit details
    Browse the repository at this point in the history
  9. rename DeploymentMode

    ColoCarletti committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    aa79f32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    676faf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Revert "fix effective gas price calculation to be backward compatible…

    … with legacy txs"
    
    This reverts commit 8525ce9.
    jorbush committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a242860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef6423 View commit details
    Browse the repository at this point in the history
  3. Update the legacy test so that the gas price from the legacy transact…

    …ion is less than or equal to the expected gas price
    jorbush committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    676b195 View commit details
    Browse the repository at this point in the history
  4. Test without failing test

    jorbush committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    84456d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3988cba View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_pubdata_pricing_trait
    ilitteri committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dbc53de View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict

    ilitteri committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b647886 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1357 from lambdaclass/feat_pubdata_pricing_trait

    feat(Validium): `PubdataPricing` trait
    ilitteri committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5fb16dd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Revert "Ensure we use the result of ensure_l1_batch_commit_data_gener…

    …ation_mode"
    
    This reverts commit dd73f50.
    Both `async` functions and functions returning a `Result<_>` are already
    `must_use` by default, so the annotation is redundant.
    Oppen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    24443c7 View commit details
    Browse the repository at this point in the history
  2. Rephrase comment

    Oppen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    effe329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2bd85b View commit details
    Browse the repository at this point in the history
  4. Use assert_matches for Ok cases

    Oppen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1edff8b View commit details
    Browse the repository at this point in the history
  5. zk fmt

    Oppen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c994358 View commit details
    Browse the repository at this point in the history
  6. Uncomment test

    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    58db79b View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a77732e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1270 from lambdaclass/fix-effective-gas-price-cal…

    …culation
    
    fix(Validium): Fix broken integration test
    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b840979 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ecc2d85 View commit details
    Browse the repository at this point in the history
  10. Update era.dic

    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2675e52 View commit details
    Browse the repository at this point in the history
  11. Fix unit test

    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bab7721 View commit details
    Browse the repository at this point in the history
  12. Fix revert test for validium

    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    38392cf View commit details
    Browse the repository at this point in the history
  13. Fix upgrade test for validium

    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    45e4956 View commit details
    Browse the repository at this point in the history
  14. fmt

    jorbush committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2684786 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1393 from lambdaclass/feat_validium_test_generato…

    …r_mode_assertion
    
    feat(Validium): unit tests for `ensure_l1_batch_commit_data_generation_mode`
    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    475dedb View commit details
    Browse the repository at this point in the history
  16. refactor tests

    ColoCarletti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4b14536 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_test_casing_in_consistency_checker
    ColoCarletti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9908789 View commit details
    Browse the repository at this point in the history
  18. fix build commit tx test

    ColoCarletti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    02e25e9 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1431 from lambdaclass/feat_test_casing_in_consist…

    …ency_checker
    
    fix(validium): test casing in consistency checker
    ColoCarletti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    72be7f9 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'main' of github.com:matter-labs/zksync-era into feat_va…

    …lidium_pubdata_abstraction_merge_main
    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d679734 View commit details
    Browse the repository at this point in the history
  21. Fix merge conflicts

    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    359a249 View commit details
    Browse the repository at this point in the history
  22. Fix merge conflicts part 2

    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    da04c91 View commit details
    Browse the repository at this point in the history
  23. Update submodule commit

    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    30e3b29 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    78665af View commit details
    Browse the repository at this point in the history
  25. Update vk hash

    ilitteri committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c05f27c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    fc5846b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823e3ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a7629 View commit details
    Browse the repository at this point in the history
  4. Update submodule commit

    ilitteri committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bbbf705 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    eaccb7e View commit details
    Browse the repository at this point in the history
  2. Fix Web3 RPC URL

    jorbush committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dc63096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b01ff View commit details
    Browse the repository at this point in the history
  4. Use main mode as provider

    jorbush committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    897fe60 View commit details
    Browse the repository at this point in the history
  5. Use a new provider

    jorbush committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1a441f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge pull request #1459 from lambdaclass/fix_modify_checkout_commit_…

    …_contracts
    
    fix(validium): Modify checkout commit  contracts
    popzxc committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b4531e5 View commit details
    Browse the repository at this point in the history
  2. Show upgrade test

    jorbush committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    76a7f0a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    f089724 View commit details
    Browse the repository at this point in the history
  2. Update gitignore

    jorbush committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3482f4e View commit details
    Browse the repository at this point in the history
  3. Set environment

    jorbush committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    840d076 View commit details
    Browse the repository at this point in the history
  4. See variables available

    jorbush committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d9e35f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Use a .env variable

    jorbush committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    52507f2 View commit details
    Browse the repository at this point in the history
  2. Use docker for CI

    jorbush committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1276be8 View commit details
    Browse the repository at this point in the history
  3. Remove console.log()

    jorbush committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bdf6c7f View commit details
    Browse the repository at this point in the history
  4. Revert format vscode

    jorbush committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4fbfef8 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/feat_validium_pubdata_abstract…

    …ion' into validium-ci-jobs-integration-tests
    jorbush committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8862d6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1312 from lambdaclass/validium-ci-jobs-integratio…

    …n-tests
    
    feat(Validium): Adding CI jobs for running integration tests in Validium mode
    ilitteri committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    99aa4c9 View commit details
    Browse the repository at this point in the history
  7. Fix main merge conflicts

    ilitteri committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e72923a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat_validium_pubdata_abstraction' of github.com:matter…

    …-labs/zksync-era into feat_validium_pubdata_abstraction_merge_main
    ilitteri committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    985276f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge branch 'main' of github.com:matter-labs/zksync-era into feat_va…

    …lidium_pubdata_abstraction_merge_main
    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c62fd3c View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b7cb4b2 View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    12c5cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5508a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ee7da1 View commit details
    Browse the repository at this point in the history
  6. Add comments

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    28ba4f7 View commit details
    Browse the repository at this point in the history
  7. Rollup format

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3967fc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81d69c0 View commit details
    Browse the repository at this point in the history
  9. Revert fmt

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d453904 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3911866 View commit details
    Browse the repository at this point in the history
  11. Fix contracts checkout

    popzxc authored and ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    21e37ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d1502d View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat_validium_pubdata_abstraction_merge_main' of github…

    ….com:matter-labs/zksync-era into feat_validium_pubdata_abstraction_merge_main
    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    975ce96 View commit details
    Browse the repository at this point in the history
  14. Fix merge conflicts

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cc910ce View commit details
    Browse the repository at this point in the history
  15. Fix linter

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6cd9992 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb61ba6 View commit details
    Browse the repository at this point in the history
  17. Add word to era dic

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6a50a33 View commit details
    Browse the repository at this point in the history
  18. Update CI

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b656983 View commit details
    Browse the repository at this point in the history
  19. Fix integration tests

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3cf321b View commit details
    Browse the repository at this point in the history
  20. Fix linter

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a85a88e View commit details
    Browse the repository at this point in the history
  21. Fix CI

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2553a35 View commit details
    Browse the repository at this point in the history
  22. Fix CI

    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ac5b2a5 View commit details
    Browse the repository at this point in the history
  23. Fix revert-and-restart-en.test.ts, in Validium spentAmount could be l…

    …ess or equal to the senderBalanceBefore
    ilitteri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b3dd08f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    198ce35 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    popzxc committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8d10cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94981d View commit details
    Browse the repository at this point in the history