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

PolyM #2

Merged
merged 494 commits into from
Sep 10, 2024
Merged

PolyM #2

merged 494 commits into from
Sep 10, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    ccde139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acd0ed View commit details
    Browse the repository at this point in the history
  3. v1 to v2 working (#3069)

    * v1 to v2 working
    
    * fix make file
    ARR552 authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    021a399 View commit details
    Browse the repository at this point in the history
  4. added egp value for eth transfer. Fix zkevm_EstimateFee endpoint. Rem…

    …ove use minGasPriceAllowed on egp calculation (#3041)
    
    Co-authored-by: tclemos <[email protected]>
    agnusmor and tclemos authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    fe3decc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3de7a7 View commit details
    Browse the repository at this point in the history
  6. add new executor errors (#3077)

    * add new executor errors
    
    * fix linter
    ToniRamirezM authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    27ce15f View commit details
    Browse the repository at this point in the history
  7. Add L1 block timestamp margin to send sequences (#3078)

    * add L1 block timestamp margin to send sequences
    
    * consider negative margin between timestamp of L1 block and last L2 block in the sequence. Fix close empty batch
    
    * fix doc
    
    * update l2block used resources
    
    * add egp UT for breakevengasprice equal to 0
    agnusmor authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b0edcf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    3e40964 View commit details
    Browse the repository at this point in the history
  2. reprocess trusted batch, use GER of leaf 0 of L1InfoRoot (#3086)

    * reprocess trusted batch
    * use GER of leaf 0 of L1InfoRoot
    * moved hash function to test.helper as HashByteArray
    * fix sequencer UT
    
    ---------
    
    Co-authored-by: agnusmor <[email protected]>
    joanestebanr and agnusmor authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f42895b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c526ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da3acf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    9fc1143 View commit details
    Browse the repository at this point in the history
  2. Return zero GER when L1IntroTreeIndex is 0 (#3090)

    * return zero GER when L1IntroTreeIndex is 0
    
    * refactor
    
    * refactor
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    13da817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7a7d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. synchronizer: remove fatals (#3093)

    * removed fatals
    joanestebanr authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1690310 View commit details
    Browse the repository at this point in the history
  2. Feature/#3081 smc (#3097)

    * new contracts
    
    * Event etherman implementation
    
    * smc
    
    * proxy + etherman unit test
    
    * new event implemented in synchronizer
    
    * Fix setforcedBatch event
    
    * smc update
    
    * updateEtrogSequence working
    
    * fix ger mismatch
    
    * add comment suggested
    ARR552 authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f28d4f5 View commit details
    Browse the repository at this point in the history
  3. etrog: Fix synchronizer OOC sequenced batch (#3095)

    * fix. A sequenced batch with OOC error is not a reorg
    joanestebanr authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bc72f05 View commit details
    Browse the repository at this point in the history
  4. fix OOC errors (#3100)

    * fix OOC errors
    
    * fix OOC errors
    ToniRamirezM authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cfe5048 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8972932 View commit details
    Browse the repository at this point in the history
  6. Fix set l1InfoRootIndex on changeL2Block (#3099)

    * fix set l1InfoRootIndex on changeL2Block
    
    * increase poseidon hashes used by l2block (temp workaround)
    
    * fix linter/build
    
    * update prover image to v4.0.0-RC27
    
    * fix finalizer tests
    agnusmor authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3c7afae View commit details
    Browse the repository at this point in the history
  7. fix stream (#3101)

    ToniRamirezM authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5332980 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#…

    …2992)
    
    Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5917449 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump github.com/rubenv/sql-migrate from 1.5.2 to 1.6.1 (#…

    …3079)
    
    Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 1.5.2 to 1.6.1.
    - [Commits](rubenv/sql-migrate@v1.5.2...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rubenv/sql-migrate
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    eb78983 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Fix batch GER (#3104)

    * fix batch GER
    
    * fix use LER
    agnusmor authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0a11d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de64ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f4460 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Fix merkle proof in aggregator. Fix finalize batch on sequencer (#3112)

    * fix smtProof
    
    * remove logs
    
    * test force l1InfoRootIndex to 0 on startup
    
    * fix close batch due to exhausted resource
    
    * remove force l1InfoRootIndex to 0 on startup
    
    * update prover image to v4.0.0-RC28
    
    * update prover image to v4.0.0-RC29
    agnusmor authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3810148 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Fix new wipL2block on finalizeBatch function (#3113)

    * fix new wipL2block on finalizeBatch function
    
    * fix sustract wipL2Block usedResources when opening new WIPbatch
    
    * fix openNewWipL2Block
    
    * fix openNewWipL2Block
    
    * update prover image to v4.0.0-RC27
    
    * Update prover image to v4.0.0-RC28
    
    * update prover image to v4.0.0-RC27
    agnusmor authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7a25b19 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix l1InfoRoot (#3115)

    ARR552 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5ef9d3a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1 (#2938)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.0 to 1.60.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.0...v1.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    79d32bb View commit details
    Browse the repository at this point in the history
  3. update prover image (#3114)

    * update prover image
    
    * update test vectors
    ToniRamirezM authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1327d11 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/prometheus/client_golang (#3105)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.17.0...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b69f85d View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#3106)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0.
    - [Commits](golang/net@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8e0b1f5 View commit details
    Browse the repository at this point in the history
  6. Feature/aggregator update etrog batch (#3117)

    * wip
    
    * Fix aggregator
    
    * change name to UpgradeEtrogBatchNumber
    
    * doc
    ARR552 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    05357ab View commit details
    Browse the repository at this point in the history
  7. Add L2 block sequential process. Execute empty L2 block. Add tracking…

    … number to L2 block. Several refactors (#3118)
    
    * add L2 block sequential process. Execute empty L2 block. Add tracking number to L2 block. Several refactors
    
    * fix finalizer UT
    agnusmor authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    76e3118 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    6e8ad9e View commit details
    Browse the repository at this point in the history
  2. fix Leaves smtproof (#3127)

    * fix Leaves smtproof
    
    * pointer protection
    
    * fix unit test
    ARR552 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    22b2651 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Add l2block log dump when storing error. Refactor ProcessBatchV2 logs (

    …#3129)
    
    * add l2block log dump when storing error. refactor ProcessBatchV2 logs
    
    * add AddL2Block log
    
    * fix index AddL2Block log
    
    * use aux variable to avoid reusing poiner
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1962ca1 View commit details
    Browse the repository at this point in the history
  2. fix panic etherman (#3133)

    ARR552 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c3dddf7 View commit details
    Browse the repository at this point in the history
  3. Fix GetL2Hash function. Use tx L2 hash returned by the executor when …

    …storing L2Block. Logs changes (#3134)
    
    * fix l2 hash when to is nill
    
    * get l2 hash from executor
    
    * fix use tx L2 hash returned by the executor when storing L2Block. Logs changes
    
    * fix linter
    
    * add L2block tracking number to process tx logs
    
    * fix ProcessBatchV2 log format
    
    * fix UTs. set useMainExecGenerated to true
    
    * set prover image to v4.0.0-RC30
    
    * test setting useMainExecGenerated = false
    
    * fix independent_test
    
    * fix non-e2e tests
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8e1e5e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    19d493e View commit details
    Browse the repository at this point in the history
  2. etrog: fix permissionless errors (#3140)

    * if got an error getting lastBlock produce a SIGSEGV
    
    * reduce info logs
    
    * fix unittest
    joanestebanr authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8124e52 View commit details
    Browse the repository at this point in the history
  3. Fix missing batch bookmark (#3122)

    * fix missingBookMark
    
    * fix missingBookMark
    
    * fixes
    
    * fix
    
    * fix
    
    * fix seq-sender config
    
    * fixes
    
    * doc
    ToniRamirezM authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    895c1e0 View commit details
    Browse the repository at this point in the history
  4. fix wipL2Block deltaTimestamp (#3142)

    * improve open new wipL2Block logs
    
    * fix wipL2Block deltaTimestamp
    agnusmor authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6feb7b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    646603e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ddba20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1825164 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc51813 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    4dc6258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86fcb5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a957f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f69f0f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65a507e View commit details
    Browse the repository at this point in the history
  6. add cardona.zip (#3154)

    joanestebanr authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8f79b21 View commit details
    Browse the repository at this point in the history
  7. Fix default value when creating transaction.used_sha256_hashes field …

    …in the pool (#3156)
    
    * set DEFAULT 0 when creatingtransaction.used_sha256_hashes field in the pool
    
    * update prover image to v4.0.0
    agnusmor authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c100d40 View commit details
    Browse the repository at this point in the history
  8. add cardona testnet (#2909) (#3155)

    * add cardona testnet (#2909)
    * update config
    * update cardona genesis
    
    ---------
    
    Co-authored-by: Thiago Coimbra Lemos <[email protected]>
    joanestebanr and tclemos authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1a8dd7d View commit details
    Browse the repository at this point in the history
  9. new fields in stream (#3149)

    * new fields in stream
    
    * update test
    
    * remove unused constant
    
    * add UpgradeEtrogBatchNumber handling to stream
    
    * doc
    
    * add log to test
    
    * add log to test
    
    * add protection
    
    * add check
    
    * fix
    
    * fix
    ToniRamirezM authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f3b86d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b47986a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. synchronizer: fix case emtpy batch and unittest (#3159)

    * fix case emtpy batch and unittest
    
    * fix error in conversion
    
    * fix unittest
    joanestebanr authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    eea3833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7497d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. EncodeBatchV2 allow to set Tx in binary (#3143)

    * EncodeBatchV2 allow to set Tx in binary
    * actions/setup-go to v5 to avoid use node 16
    joanestebanr authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fd05d50 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. synchronizer: unittest and remove pool_reorg (#3111)

    * removed reorgPool call
    * add test for l1 sequenced batches
    * removed panic after halt call as PR comments ask for
    joanestebanr authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b938572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f537af View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    188969b View commit details
    Browse the repository at this point in the history
  2. new geth version v1.13.11 (#3179)

    * new geth version v1.13.11
    ARR552 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aed5088 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix/rom error (#3177) (#3178)

    * fix rom error
    
    * linter
    
    * fix
    ARR552 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2f51cda View commit details
    Browse the repository at this point in the history
  2. synchronizer: update fromTrusted fix cache update (#3169) (#3183)

    * fix cache update and sync from Trusted of closed batch
    joanestebanr authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cb2424a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8c659f2 View commit details
    Browse the repository at this point in the history
  2. feat: optimize purge txn pool query (#3137)

    * feat: optimize purge txn pool query
    
    * fix: add new method to state interface
    
    * feat: generate new state mocks
    IdrisHanafi authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3212dc4 View commit details
    Browse the repository at this point in the history
  3. Add sanity check: last L2 block timestamp in the sequence is also L1B…

    …lockTimestampMargin seconds behind "now" (#3181) (#3189)
    
    * add sanity check L1BlockTimestampMargin vs now
    
    * Update prover image to v4.0.4
    agnusmor authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9f6ba6a View commit details
    Browse the repository at this point in the history
  4. Fix isSynced function (#3188) (#3194)

    * fix isSynced
    
    * fix linter
    
    * fix logs
    
    * halt on sanity check error
    agnusmor authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2e29d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 6, 2024

  1. cherry-pick Fix/3200 l1inforoot error on reorg (#3201) (#3207)

    * Fix/3200 l1inforoot error on reorg (#3201)
    * L1InfooTree cache is calculated when needed and is discard when a reorg happens
    joanestebanr authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    31959f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf4094 View commit details
    Browse the repository at this point in the history
  3. Fix/3203 panic if batch process fail and must be closed (#3206) (#3216)

    * synchronizer avoid panic if process trusted batch fails
    joanestebanr authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d6d4b96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dfa467 View commit details
    Browse the repository at this point in the history
  5. Fix etrog im state root (#3222)

    * fix stream
    
    * fix stream
    
    * fix stream
    
    * fix stream
    
    * linter
    ToniRamirezM authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cae61bd View commit details
    Browse the repository at this point in the history
  6. Fix L2 block gas limit to 2**50 (1125899906842624) (#3219) (#3223)

    * set l2 block gas limit to 2**50 (1125899906842624)
    
    * limit L2 block gasLimit in StoreL2Block function
    agnusmor authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    68338dc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. permissionless: removed compatibility with trusted Incaberry (#3218)

    * removed class Processor Selector, and set etrog as processor
    joanestebanr authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2ee5030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7756dd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d6c61 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. add retries in is Synced function when last virtual batch is greater …

    …than last SC sequenced batcj (#3225) (#3231)
    agnusmor authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    54ef1c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44248e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3977793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2c4b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    129cece View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    445bf0b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 (#…

    …3119)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f7e4167 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#3121)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0.
    - [Commits](golang/sync@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    40f6f27 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 (#3120)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.26.0 to 2.27.1.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.26.0...v2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    233ec7c View commit details
    Browse the repository at this point in the history
  5. build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#3130)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.1...v1.61.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4060739 View commit details
    Browse the repository at this point in the history
  6. Synchronized inform field state.batch.closing_reason from DB for ETROG (

    #3245)
    
    * Synchronized inform field state.batch.closing_reason from DB for ETROG
    joanestebanr authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    32aa4f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e79d28 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 12, 2024

  1. build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#3253)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.19.0.
    - [Commits](golang/crypto@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    025e5d9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/0xPolygonHermez/zkevm-data-streamer (#3251)

    Bumps [github.com/0xPolygonHermez/zkevm-data-streamer](https://github.com/0xPolygonHermez/zkevm-data-streamer) from 0.1.18 to 0.1.19.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-data-streamer/releases)
    - [Commits](0xPolygon/zkevm-data-streamer@v0.1.18...v0.1.19)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-data-streamer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cca6ef0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#3250)

    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](google/uuid@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4b6dee6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#3252)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0.
    - [Commits](golang/net@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f12cdc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fix loginfof (#3261)

    invocamanman authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b22cf41 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#3268)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.0...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4e298ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7719a86 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Cherry-pick #3263, #3266: Fix node OOC. Fix error handling. Sanity ch…

    …eck closing empty WIP batch (#3279)
    
    * fix node OOC (#3263)
    
    * fix error handling (#3266)
    
    * added sanity check closing an empty batch
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1ba1e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 (#…

    …3282)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.46.0 to 0.47.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.46.0...v0.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f92dca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddde4c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. build(deps): bump github.com/prometheus/client_model from 0.5.0 to 0.…

    …6.0 (#3297)
    
    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1898bfa View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/iden3/go-iden3-crypto from 0.0.15 to 0.0…

    ….16 (#3296)
    
    Bumps [github.com/iden3/go-iden3-crypto](https://github.com/iden3/go-iden3-crypto) from 0.0.15 to 0.0.16.
    - [Release notes](https://github.com/iden3/go-iden3-crypto/releases)
    - [Commits](iden3/go-iden3-crypto@v0.0.15...v0.0.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/iden3/go-iden3-crypto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f66c295 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    1bbb1e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    070daf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a768729 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#3329)

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    be064a2 View commit details
    Browse the repository at this point in the history
  2. cherry-pick support to elderberry fork (#3301) (#3334)

    * cherry-pick support to elderberry fork (#3301)
    
    * add new sequenceBatches parameters
    * update SMC Elderberry, contract dockers and genesis
    * elderberry seq-sender (#3312)
    * elderberry seq-sender
    * updated prover  image to v5.0.0-RC4
    * increase timeout  to e2e-group7
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    Co-authored-by: dPunisher <[email protected]>
    
    * update prover for test
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    Co-authored-by: dPunisher <[email protected]>
    3 people authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c3014af View commit details
    Browse the repository at this point in the history
  3. exeutor errors (#3332)

    ToniRamirezM authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    aaad8d7 View commit details
    Browse the repository at this point in the history
  4. add selector for trusted sync to prevent from executing from an old t…

    …rusted node (#3336) (#3341)
    
    * add selector for trusted sync to check that batches  correspond to the supported forkids
    joanestebanr authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a7cbd88 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#3344)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.1...v1.62.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b00788b View commit details
    Browse the repository at this point in the history
  2. Get last l2 block in a batch by batch number (#3335) (#3339)

    * last l2 block by batch number
    
    * optimization
    
    * change returned err in query
    ToniRamirezM authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a546734 View commit details
    Browse the repository at this point in the history
  3. Nonce too low fix (#3338)

    begmaroman authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0204aff View commit details
    Browse the repository at this point in the history
  4. Cherrypick/3343 3346 (#3349)

    * reserved zk counters (#3343)
    
    * reserved zk counters
    
    * new prover image
    
    * udpate counters names
    
    * udpate counters names
    
    * add gas used to reserved zkCounters
    
    * add ReservedZKCounters to pool trasactions
    
    * Add reserved zk counters to pool transactions (#3346)
    
    * add reserved zk counters to pool transaction
    
    * add reserved zk counters to pool transaction
    
    * correct migration test
    ToniRamirezM authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    49e837a View commit details
    Browse the repository at this point in the history
  5. update egp tool

    dpunish3r committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ca4c26c View commit details
    Browse the repository at this point in the history
  6. Update reserved counters with used in pool db during migration (#3352) (

    #3353)
    
    * return used if reserved counters are 0
    
    * refactor
    
    * refactor
    ToniRamirezM authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f8690e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82ea4ca View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

    dpunish3r committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f00a4f3 View commit details
    Browse the repository at this point in the history
  3. fix initial sequenced batch event (#3347) (#3361)

    * fix initial sequenced batch event
    joanestebanr authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    81ba29f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. synchronizer adopt GetLastL2BlockByBatchNumber to check elderberry ts…

    …tamp baches (#3340) (#3342)
    
    * synchronizer adopt GetLastL2BlockByBatchNumber to check elderberry bacthes tstamp
    joanestebanr authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f04da66 View commit details
    Browse the repository at this point in the history
  2. to decode ETROG processBatches use ETROG contract (#3360) (#3362)

    * decode old ETROG processBatches use ETROG contract
    * fix sanity genesis
    joanestebanr authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a1faac8 View commit details
    Browse the repository at this point in the history
  3. Add executor reserved ZK counters (#3348) (#3358)

    * add executor reserved ZK counters
    
    * update prover image to v5.0.0-RC6
    
    * fix typos
    
    * add check reserved counters when executing L2 block
    
    * remove closeBatch
    
    * update prover image v5.0.0-RC7
    
    * fixes and logs improvements
    
    * update prover image v5.0.0-RC8
    agnusmor authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    053c4f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac7e02b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13bbc34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1773e96 View commit details
    Browse the repository at this point in the history
  7. fix misspelling

    dpunish3r committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fcb0105 View commit details
    Browse the repository at this point in the history
  8. synchronizer accepts empty closed batches from trusted depending on c…

    …onfig (#3370)
    
    * accept empty closed batches depending on config
    * if trusted synchronization dont create L2 sync classes
    joanestebanr authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    02be742 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    39a58bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5482a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be4a7b View commit details
    Browse the repository at this point in the history
  4. ignore forkid events from another rollup (#3382)

    * ignore forkid events from another rollup
    joanestebanr authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a37bcea View commit details
    Browse the repository at this point in the history
  5. sync reprocess full batch on close, check GER, and fix minor bugs (#3374

    )
    
    * sync reprocess full batch on close
    * reduce the of live of batch cache from 1hour to 5min
    * fix reprocess, check virtualBatch before reseting state
    * #3376 - check GlobalExitRoot before working on a batch
    * update same data as updateWIPBatch do in the cache of batches
    joanestebanr authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ffe6d71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afa9043 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#3373)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0.
    - [Commits](golang/crypto@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bc0d232 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    5a4b71c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3391 from 0xPolygonHermez/feature/update-egp-tool2

    add priority ratio when transfers
    dpunish3r authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f2fad23 View commit details
    Browse the repository at this point in the history
  3. check L2Block hash on closed batch during sync from TrustedNode (#3390)

    * check L2Block hash on closed batch during sync from TrustedNode
    
    * update config documentation
    joanestebanr authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    66f0436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab2507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7ebf6d View commit details
    Browse the repository at this point in the history
  6. mainnet genesis for etrog (#3256)

    * mainnet genesis for etrog
    
    * add polygonRollupManagerAddress address
    joanestebanr authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b7c1798 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Cherry-pick #3385, #3396, #3398: Fix metrics cleanup. Fix metrics est…

    …imatedTxsPerSec (#3399)
    
    * fix metrics cleanUp (#3385)
    
    * fix metrics estimatedTxsPerSec (#3396)
    
    * Fix metrics estimatedTxsPerSec division (#3398)
    
    * fix metrics estimatedTxsPerSec div
    
    * remove unneeded cast
    agnusmor authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e58832f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d21a2 View commit details
    Browse the repository at this point in the history
  3. Get IM State root from receipt for data stream. (#3400) (#3403)

    * Get IM State root from receipt for data stream. (#3400)
    
    * get im state root from receipt
    
    * get im state root from receipt
    
    * get im state root from receipt
    
    * optimize tool
    ToniRamirezM authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0671dde View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. build(deps): bump github.com/prometheus/common from 0.47.0 to 0.49.0 (#…

    …3404)
    
    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.47.0 to 0.49.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.47.0...v0.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bf3dd94 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3409

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    13e93be View commit details
    Browse the repository at this point in the history
  3. Update zkevm-data-streamer from 0.1.19 to 0.2.0 (#3408)

    * build(deps): bump github.com/0xPolygonHermez/zkevm-data-streamer
    
    Bumps [github.com/0xPolygonHermez/zkevm-data-streamer](https://github.com/0xPolygonHermez/zkevm-data-streamer) from 0.1.19 to 0.2.0.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-data-streamer/releases)
    - [Commits](0xPolygon/zkevm-data-streamer@v0.1.19...v0.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-data-streamer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * updatre data stream lib
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Toni Ramírez <[email protected]>
    dependabot[bot] and ToniRamirezM authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6d8d4e6 View commit details
    Browse the repository at this point in the history
  4. Add LER to stream (#3410)

    * add LER to stream
    
    * fix test
    ToniRamirezM authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2394a66 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Bump golang.org/x/net from 0.21.0 to 0.22.0 (#3414)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0.
    - [Commits](golang/net@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    39fd139 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/jackc/pgconn from 1.14.1 to 1.14.3 (#3412)

    Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.14.1 to 1.14.3.
    - [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
    - [Commits](jackc/pgconn@v1.14.1...v1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgconn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    06d003c View commit details
    Browse the repository at this point in the history
  3. Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 (#3413)

    Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2.
    - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
    - [Commits](jackc/pgx@v4.18.1...v4.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgx/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6225e52 View commit details
    Browse the repository at this point in the history
  4. Sync L1InfoRoot since upgrade to LxLy rollup manager (#3397)

    * Find etrog update and if it's before genesis block synchronizer previous L1InfoRoot
    joanestebanr authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    badc2cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#3416)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    03ac388 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#3415)

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cf99eba View commit details
    Browse the repository at this point in the history
  3. Add gas per second estimation in metrics (#3401) (#3431)

    * add gas estimation in metrics
    
    * fix linter
    agnusmor authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2e0896d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Bump github.com/prometheus/common from 0.49.0 to 0.50.0 (#3435)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.49.0 to 0.50.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.49.0...v0.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9be397d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af1d205 View commit details
    Browse the repository at this point in the history
  3. Add state db migrations to store blobInner information (#3438)

    * add db migrations to store blobInner information
    
    * add check for blob_inner table in migration test file
    agnusmor authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    567d1df View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3 (#3440)

    Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.2 to 4.18.3.
    - [Changelog](https://github.com/jackc/pgx/blob/v4.18.3/CHANGELOG.md)
    - [Commits](jackc/pgx@v4.18.2...v4.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgx/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    410f578 View commit details
    Browse the repository at this point in the history
  2. Refactor aggregator to prepare it for Feijoa changes (split aggregato…

    …r.go file and rename some functions) (#3439)
    
    * refactor aggregator to prepare it for feijoa changes (split aggregator.go file and rename some functions)
    
    * Fix aggregator tests. Remove aggregate_xxx.go files. Add blobInner/blobOuter migrations and refactor proof table
    
    * Eefactor migrations create full proof table for batch, blobInner and blobOuter proofs
    
    * fix rename state.proof to state.batch_proof on pgstatestorage
    
    * Fix pgstatestorage test. Temporary disable references to blobInner table on migration
    
    * Fix state.batch_proof queries
    agnusmor authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6ecc15d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e355073 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    8921b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c0f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ba334 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c1bd729 View commit details
    Browse the repository at this point in the history
  2. cherry pick: 3451 synchronizer accept old forkids (#3468)

    * Synchronizer accept forkids that are the same as in database (#3452)
    
    * #3451 accept same forkid from L1
    * if same forkid recived and is the last one and same FromBatchNumber update blockNumber
    
    * fix conflicts
    joanestebanr authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3575157 View commit details
    Browse the repository at this point in the history
  3. L1 Synchronization process check some L2Blocks from TrustedNode (#3445)

    * L1 Synchronization process check some L2Blocks from TrustedNode
    joanestebanr authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    baaa333 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 28, 2024

  1. Bump github.com/0xPolygonHermez/zkevm-data-streamer from 0.2.0 to 0.2…

    ….2 (#3478)
    
    Bumps [github.com/0xPolygonHermez/zkevm-data-streamer](https://github.com/0xPolygonHermez/zkevm-data-streamer) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-data-streamer/releases)
    - [Commits](0xPolygon/zkevm-data-streamer@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-data-streamer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7b80367 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#3509)

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.11.0...v5.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    48d3cd0 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/common from 0.50.0 to 0.51.1 (#3499)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.50.0 to 0.51.1.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.50.0...v0.51.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    30593c6 View commit details
    Browse the repository at this point in the history
  3. fix ooc check (#3485)

    ToniRamirezM authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6ede452 View commit details
    Browse the repository at this point in the history
  4. fix aggregator l1 info tree (#3490) (#3491) (#3484) (#3495) (#3497)

    * fix aggregator l1 info tree (#3490) (#3491) (#3484)  (#3495)
    
    * fix aggregator l1 info tree (#3491)
    
    * fix aggregator l1 info tree
    
    * Fix case you want to proof a 0 (#3492)
    
    * Fix case you want to proof a 0
    
    * init timestamp
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    
    * force forkid 9
    
    * update prover
    
    ---------
    
    Co-authored-by: Jordi Baylina <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    
    * fix debug trace receipt index (#3490)
    
    * conflicts
    
    * fix ooc
    
    * fix tx index calculation on receipt (#3488)
    
    * remove 3495
    
    ---------
    
    Co-authored-by: Jordi Baylina <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    
    * fix conflicts
    
    ---------
    
    Co-authored-by: Jordi Baylina <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    3 people authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    db5600e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. #3514 Fix l1 info root after reorg (#3515) (#3524)

    * Fix ResetL1InfoRoot + typos
    
    * mocks
    
    * linter
    
    * refactor
    
    * more robust
    
    * Fix comments
    
    * Add extra check reorg after calling get information
    
    * Fix non e2e test
    ARR552 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    74827e8 View commit details
    Browse the repository at this point in the history
  2. Feature/3518 use generic eth client for l2 (#3519) (#3525)

    * #3518 compatibility with ethereum-API L2 node
    * migrate docker-compose to v2 because ubuntu:latest have deprecated it
    * fix case trusted URL is not set
    joanestebanr authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e40c96c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feijoa: l1infotree recursive (#3474)

    * l1infotree recursive #3465
    * integration with state
    * implement migration 19 tests and improve migration tests in general
    * normalize l1 info tree recursive names; implement state l1 info tree recursive methods
    * fix l1InfoTreeRecursive vectors and tests
    * add feijoa l1InfoTree Processor; refactor ProcessorBase and ForkIDs
    * docker compose fix
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    joanestebanr and tclemos authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    399d62c View commit details
    Browse the repository at this point in the history
  2. New feijoa smc (#3534)

    * Clasify smc
    
    * New feijoa smc
    
    * fix test dependency + linter fixes
    ARR552 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    11ee6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    231fe27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8bc049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cb456a View commit details
    Browse the repository at this point in the history
  6. Bump github.com/prometheus/common from 0.51.1 to 0.52.2 (#3520)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.51.1 to 0.52.2.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.51.1...v0.52.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bf898b1 View commit details
    Browse the repository at this point in the history
  7. Bump golang.org/x/net from 0.22.0 to 0.24.0 (#3532)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.24.0.
    - [Commits](golang/net@v0.22.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    edeaa15 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (#3522)

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.6.0...v0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    575c66a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#3523)

    * Bump google.golang.org/grpc from 1.62.1 to 1.63.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * replace DialContext by NewClient maintaining the block connection
    
    * fix unit tests timeout
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tclemos <[email protected]>
    dependabot[bot] and tclemos authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    602aed0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Cherrypick/#3544 (#3550)

    * Feature/#3544 sync block protection (#3545)
    
    * SyncBlockProtection parameter
    
    * linter
    
    * config
    
    * Fix unit test
    
    * safe mode by default (#3547)
    
    * safe mode by default
    
    * doc
    ARR552 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bf4aa03 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Cherry-pick #3480, #3542: Stop syncing l1inforoot when invalid l1info…

    …root is detected (#3552)
    
    * Add sanity-check on checkL1InfoTreeUpdate to check state L1 blockhash matches ethereum blockhash (L1 reorg check) (#3480)
    
    * Add sanity check on checkL1InfoTreeUpdate to check state L1 blockhash matches ethereum blockhash (L1 reorg check)
    
    * fix L1 block is 0 (empty l1infotree)
    
    * Update Prover image to v5.0.9
    
    * Stop syncing l1inforoot when invalid l1inforoot is detected (#3542)
    
    * stop syncing l1inforoot when invalid l1inforoot is detected
    
    * fix linter
    agnusmor authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    239af37 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Bump github.com/prometheus/common from 0.52.2 to 0.52.3 (#3554)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.2 to 0.52.3.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.2...v0.52.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d273f2d View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#3539)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
    - [Commits](golang/sync@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    592d9cc View commit details
    Browse the repository at this point in the history
  3. remove DS LER (#3511)

    * remove DS LER
    
    * remove DS LER
    ToniRamirezM authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dd05baa View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add option to query by batch in DS Tool (#3562)

    * query by batch in ds tool
    ToniRamirezM authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    de2be23 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#3548)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    63f4583 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. executor v3 (#3517)

    * executor v3
    * update proto
    ToniRamirezM authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8331842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d08a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Cherry-pick #3551: Check GER and index of synced L1InfoRoot matches w…

    …ith sc values (#3569)
    
    * check GER and index of synced L1InfoRoot matches with sc values (#3551)
    
    * fix etherman.DepositCount method
    
    * fix comments
    
    * fix checkL1InfoTreeUpdate (skip check valid InfoRoot when lastInfoTreeIndex is 0)
    agnusmor authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c7266e1 View commit details
    Browse the repository at this point in the history
  2. Fix adding tx that matches with tx that is being processed (#3559) (#…

    …3570)
    
    * fix adding  tx that matches (same addr and nonce) tx that is being processing
    
    * fix generate mocks
    
    * fix updateCurrentNonceBalance
    agnusmor authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d565619 View commit details
    Browse the repository at this point in the history
  3. Synchronizer support Feijoa Part 1 (#3560)

    * update go library to v1.13.14
    * Etherman: Add a consensus client for the retrieve the Blobs (./beacon_client)
    * Etherman: Add etherman new structure for Feija events (to be able to adapt zkevm-l1-sync library)
    * Etherman: Add support for EIP-4844 (using beacon client)
    * Etherman: process sequenceBlob for CallData, synchronizer support the event (missing Blob support)
    * Etherman:  if Consensus clients fails disable Feijoa support (this have to be converted in a error)
    * State: Add BlobSequences (It's probably not the final version)
    * Synchronizer: Add initial support to synchronizer to SequenceBlobs (write sequence) (missing process BlobInner)
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    joanestebanr and tclemos authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bdf9f34 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Cherry pick: Synchronizer PR #3584, #3582. Fix panic and stop sync fr…

    …om Trusted after a open batch (#3586)
    
    * synchronized: #3583  stop sync from l2 after no closed batch (#3584)
    * fix #3581 synchronizer panic synchronizing from trusted node (#3582)
    joanestebanr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7ddcb29 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Cherrypick/reorgs (#3588)

    * change number migration
    
    * add column checked on state.block
    
    * if no unchecked blocks  return ErrNotFound
    
    * migration set to checked all but the block with number below max-1000
    
    * add column checked on state.block (#3543)
    
    * add column checked on state.block
    
    * if no unchecked blocks  return ErrNotFound
    
    * migration set to checked all but the block with number below max-1000
    
    * Feature/#3549 reorgs improvement (#3553)
    
    * New reorg function
    
    * mocks
    
    * linter
    
    * Synchronizer tests
    
    * new elderberry smc docker image
    
    * new image
    
    * logs
    
    * fix json rpc
    
    * fix
    
    * Test sync from empty block
    
    * Regular reorg case tested
    
    * linter
    
    * remove empty block + fix LatestSyncedBlockEmpty
    
    * Improve check reorgs when no block is received during the call
    
    * fix RPC error code for eth_estimateGas and eth_call for reverted tx and no return value; fix e2e test;
    
    * fix test
    
    * Extra unit test
    
    * fix reorg until genesis
    
    * disable parallel synchronization
    
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    
    * migrations
    
    * Fix + remove empty blocks
    
    * unit test
    
    * linter
    
    * Fix + remove empty blocks (#3564)
    
    * Fix + remove empty blocks
    
    * unit test
    
    * linter
    
    * Fix/#3565 reorg (#3566)
    
    * fix + logs
    
    * fix loop
    
    * Revert "fix + logs"
    
    This reverts commit 39ced69.
    
    * fix L1InfoRoot when an error happens during the process of the L1 information (#3576)
    
    * fix
    
    * Comments + mock
    
    * avoid error from some L1providers when fromBlock is higher than toBlock
    
    * Revert some changes
    
    * comments
    
    * add L2BlockModulus to L1check
    
    * doc
    
    * fix dbTx = nil
    
    * fix unit tests
    
    * config
    
    * fix sync unit test
    
    * linter
    
    * fix config param typo
    
    * synchronizer:  check l1blocks (#3546)
    
    * wip
    
    * run on background L1block checker
    
    * fix lint and documentation
    
    * fix conflict
    
    * add unittest
    
    * more unittest
    
    * fix lint
    
    * increase timeout for async unittest
    
    * fix unittest
    
    * rename GetResponse for GetResult and fix uniitest
    
    * add a second gorutines for check the newest blocks
    
    * more unittest
    
    * add unittest and run also preCheck on launch
    
    * by default Precheck from FINALIZED and SAFE
    
    * fix unittest, apply PR comments
    
    * changes suggested by ARR552 in integration method
    
    * fix documentation
    
    * import new network-l1-mock from PR#3553
    
    * import new network-l1-mock from PR#3553
    
    * import new network-l1-mock from PR#3553
    
    * import new network-l1-mock from PR#3553
    
    * fix unittest
    
    * fix PR comments
    
    * fix error
    
    * checkReorgAndExecuteReset can't be call with lastEthBlockSynced=nil
    
    * add parentHash to error
    
    * fix error
    
    * merge 3553 fix unittest
    
    * fix unittest
    
    * fix wrong merge
    
    * adapt parallel reorg detection to flow
    
    * fix unit tests
    
    * fix log
    
    * allow use sync parallel mode
    
    ---------
    
    Co-authored-by: Alonso <[email protected]>
    
    * linter
    
    * comment check
    
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    ARR552 and tclemos authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c7d7834 View commit details
    Browse the repository at this point in the history
  2. fix log (#3596)

    ARR552 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ce544b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. synchronizer feijoa Part 2 (#3587)

    * wip. Update proto executor, update image of prover
    
    * fix error unpacking BlobTypeParams
    
    * wip: process till split innerblob in batches
    
    * merged develop, moved migration to 0023.sql
    
    * fix uniitest, revert geth image to elderberry, upgrade prover to v7.0.0-RC4
    
    * rename test function, activate new geth image
    
    * revert zkevm-prover to previous version 6.0.0 beucase aggregator doesn't support forkid 10
    
    * pr comments: fix typos
    joanestebanr authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    70cb3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e3a2b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#3610)

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    e62a34e View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (#3571)

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.3...v0.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    227366f View commit details
    Browse the repository at this point in the history
  3. Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#3601)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.1 to 2.27.2.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.27.1...v2.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    2292cd5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Sequencer L2 block parallel processing improvements (#3604) (#3637)

    * wip
    
    * first implementation of parallel sequencer optmizations and L2 block reorg management
    
    * Close sipBatch (if needed) when processing reorg. Halt when 2 consecuties reorgs (same L2 block)
    
    * Return error when reserved counters overflow on l2 block process. Log used/reserved counters when closing wip batch
    
    * added logs to analyze blocking issue when storing L2 block
    
    * Fix unlock mutex in addTxTracker. Set wipTx to nil in RestoreTxsPendingToStore
    
    * add high reserved resorces in wipBatch
    
    * store high reserved counter on statedb.batch table
    
    * Return contextId in ProcessBatchV2
    
    * fix synchornizer test
    
    * Set SequentialProcessL2Block to false by default. Update node config documentation
    
    * fix non-e2e tests
    
    * fix finalizer tests
    
    * remove unused code
    
    * test
    
    * Fix sequencer loadFromPool gofunc. Fix docker compose variables
    agnusmor authored May 22, 2024
    Configuration menu
    Copy the full SHA
    a5f9558 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Cherry-pick: Feature/3640 synchronizer choose to sync from l2 (#3641) (

    …#3649)
    
    * Feature/3640 synchronizer choose to sync from l2 (#3641)
    * change synchronization config params 'Enable' to 'Enabled' (#3656)
    joanestebanr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a59d86f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 31, 2024

  1. Cherry-pick #3659, #3662: Remove sync with virtual state (synchronize…

    …r). Add L1 block confirmation (#3667)
    
    * Remove sync with virtual state (synchronizer). Add L1 block confirmat… (#3659)
    
    * Remove sync with virtual state (synchronizer). Add L1 block confirmations to consider sequence final
    
    * fix get monitored tx receipt
    
    * update doc
    
    * Skip wait L1 block confirmations after restart (#3662)
    
    * skip wait L1 block confirmations after restart
    
    * skip checking last batch sequenced in SC after restart
    
    * fix config and doc
    agnusmor authored May 31, 2024
    Configuration menu
    Copy the full SHA
    83ccc8e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Cherry pick data stream modifications from 0.7.0 into develop (#3671)

    * Change data stream format (#3597)
    
    * protobuf datastream
    
    * Update DS Format (#3608)
    
    * protobuf datastream
    
    * proto batch end (#3612)
    
    * fix genesis DS (#3615)
    
    * Fix DSSendL2Block batch number (#3617)
    
    * Fix DSSendL2Block batch number
    
    * latest proto (#3620)
    
    * Use Eth block hash for l2 blocks in data stream (#3661)
    
    * Use Eth block hash for l2 blocks in data stream
    
    * handle minTimestamp
    
    * empty imStateRoot (#3663)
    
    * empty imStateRoot
    
    * fix comment
    
    * fix docker-compose
    
    * remove commented code
    ToniRamirezM authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d34c824 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    09227d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc064aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6864e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add delay when getting storedFlushId from the executor/hashdb (#3625) (

    …#3692)
    
    * Add sleep delay when getting storedFlushId from the executor/hashdb
    
    * update config doc
    agnusmor authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0adf600 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick #3642: Fix use of L2coinbase configured in sequencesender…

    ….L2Coinbase parameter (#3695)
    
    * Fix use of L2coinbase configured in sequencesender.L2Coinbase parameter (#3642)
    
    * fix use l2coinbase configured in sequencesender.L2Coinbase parameter
    
    * update doc
    
    * fix use of common package in sequencer.go
    agnusmor authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f6c144b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Do fatal when datastream channel is full (workaround to fix datastrea…

    …m blocking issue) (#3650) (#3697)
    
    * Do fatal when datastream channel is full (this will restart sequencer automatically)
    
    * update datastream library (more ds-debug logs)
    agnusmor authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    25a5f10 View commit details
    Browse the repository at this point in the history
  2. change imstateroot handling in DS (#3698) (#3699)

    * change imstateroot handling in DS
    ToniRamirezM authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8f81a8d View commit details
    Browse the repository at this point in the history
  3. Cherry-pick #3669: Add WriteTimeout config parameter to StreamServer (#…

    …3690) (#3701)
    
    * Add WriteTimeout config parameter to StreamServer (#3669)
    
    * Add WriteTimeout config parameter to StreamServer. Update DS library
    
    * update doc
    
    * update default value for StreamServer.WriteTimeout config parameter. Increase buffer for datastream channel
    
    * fix doc
    
    * fix config test
    
    * fix doc
    agnusmor authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4c8e55a View commit details
    Browse the repository at this point in the history
  4. DS Tool Doc (#3702)

    * DS Tool Doc
    ToniRamirezM authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    63a0010 View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/net from 0.24.0 to 0.26.0 (#3685)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.26.0.
    - [Commits](golang/net@v0.24.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c48cecd View commit details
    Browse the repository at this point in the history
  6. Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#3624)

    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6d6d930 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update DS Readme (#3707)

    * update readme
    ToniRamirezM authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a037a3a View commit details
    Browse the repository at this point in the history
  2. Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (#3706)

    Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.1 to 1.5.2.
    - [Release notes](https://github.com/gorilla/websocket/releases)
    - [Commits](gorilla/websocket@v1.5.1...v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    30a86e8 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#3705)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.19.0...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5439f93 View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#3704)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0c8d6a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    2063f09 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/fatih/color from 1.16.0 to 1.17.0 (#3710)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a39edda View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#3708)

    Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fbccc70 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (#3712)

    Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.2 to 1.5.3.
    - [Release notes](https://github.com/gorilla/websocket/releases)
    - [Commits](gorilla/websocket@v1.5.2...v1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9fb57c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764495f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Print BatchL2Data from DS (#3715)

    * Print BatchL2Data from DS
    ToniRamirezM authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    81ba651 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b8cc290 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#3720)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.64.0...v1.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d136721 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/holiman/uint256 from 1.2.4 to 1.3.0 (#3723)

    Bumps [github.com/holiman/uint256](https://github.com/holiman/uint256) from 1.2.4 to 1.3.0.
    - [Release notes](https://github.com/holiman/uint256/releases)
    - [Commits](holiman/uint256@v1.2.4...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/holiman/uint256
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ac8a7e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. add l2blockend to DS (#3751) (#3752)

    * add l2blockend to DS
    ToniRamirezM authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    094a3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix release github action (#3745) (#3755)

    * fix releaser
    
    * goreleaser yaml update version 2
    
    * fix goreleaser version
    
    * remove testnet.zip from releaser
    agnusmor authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    aa9342c View commit details
    Browse the repository at this point in the history
  2. build (#3757)

    agnusmor authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    07c3182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b315a1 View commit details
    Browse the repository at this point in the history
  4. Cherry-pick #3735: Wait the state to be synced when starting aggregat…

    …or (#3759)
    
    * Wait the state to be synced when starting (#3735)
    
    * remove continue
    agnusmor authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    45296c0 View commit details
    Browse the repository at this point in the history
  5. Fix update datastream file (#3741) (#3760)

    * Update datastream file fixes: end batch entry, previous L2 block timestamp, current batch number
    
    * Use GetFirstEventAfterBookmark
    agnusmor authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ce2de04 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Refactor datastream logs (#3743) (#3763)

    * refactor ds logs
    
    * update ds library to v0.2.3
    agnusmor authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    72a7767 View commit details
    Browse the repository at this point in the history
  2. Fix tx OOC (node level) when first empty L2 block in batch (#3744) (#…

    …3764)
    
    * Fix tx OOC (node level) for first empty L2 block in batch
    
    * change log level for ooc (node level) when adding tx to the worker
    
    * fix check OOC (node level) when preexecuting the tx in RPC
    
    * Fix linter and test
    agnusmor authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8d67cb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a15dcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f4da9 View commit details
    Browse the repository at this point in the history
  3. Fix timestamp when querying zkevm_getBatchByNumer and the batch is on…

    …ly in trusted state (#3750) (#3768)
    
    * fix timestamp when querying zkevm_getBatchByNumer and the batch is only in trusted state
    
    * control timestamp to be returned for a batch in GetBatchTimestamp
    
    * fix ErrNotFound
    
    * fix state.ErrNotFound check
    
    * fix comments
    
    * fix GetRawBatchTimestamps
    
    * fix comments
    
    * fix GetRawBatchTimestamps return err
    agnusmor authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    741b9b0 View commit details
    Browse the repository at this point in the history