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

V0.5.0 to main #683

Merged
merged 208 commits into from
Sep 19, 2024
Merged

V0.5.0 to main #683

merged 208 commits into from
Sep 19, 2024

Commits on Jan 19, 2023

  1. feat: add benchmark tests (#280)

    * wip
    
    * config scirpt
    
    * add ga
    
    * improve mt db operations
    
    * lint fixing
    
    * refactor the mt
    
    * dbTx from synchronizer
    
    * reflect suggestions
    cool-develope authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d85fef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe107d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. feat: separate the service from the bridge controller (#289)

    * separate bridge service interface from ctrl
    
    * wip
    
    * fix test
    
    * comments
    
    * small fix
    cool-develope authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3eb3b9d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Feature/#291 smc (#292)

    * new smc without genesis
    
    * fix node conf
    
    * genesis + network update
    
    * fix config
    
    * fix accounts
    
    * fix node version
    
    * linter
    ARR552 authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5c30d80 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Refactor the merkle tree to refactor the last siblings in memory (#294)

    * update the sibling
    
    * small updates
    
    * more comments
    
    * remove unnecessary comments
    cool-develope authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    94051e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. indexes + migration test utils (#295)

    * indexes + migration test utils
    
    * uncomment migration helper
    
    * add migration tests
    
    * sepcify schema
    
    ---------
    
    Co-authored-by: Cool Developer <cool199966@outlook.com>
    Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
    3 people authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d73d230 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. Refactor the merkle tree to store the updates in the bulk set (#301)

    * bulk insert in merkle  tree
    
    * small fix
    cool-develope authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4681a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4774e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. add cache to the service

    Cool Developer committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f9fe47c View commit details
    Browse the repository at this point in the history
  2. update github workflows

    Cool Developer committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    708e5a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Merge pull request #306 from 0xPolygonHermez/302/fk_root

    refactor the merkle tree
    jrs-engineer authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0698cbd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Feature/fork (#310)

    * new smc
    
    * update docker images
    
    * linter
    
    * fix e2e
    
    * fix genesis + prover conf
    
    * new genesis and addresses
    
    * genesis fix
    
    * fix node GenBlockNum
    
    * fix proxy event executor
    
    * node version
    
    * mtHeight as constant
    ARR552 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c1e4790 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 307/lru_cache

    Cool Developer committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d528ef8 View commit details
    Browse the repository at this point in the history
  3. tidy

    Cool Developer committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d2165f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #311 from 0xPolygonHermez/307/lru_cache

    Add a cache to the bridge service to reduce read accesses in getProof
    jrs-engineer authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    edd8bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. support new smc and node fflonk (#315)

    * support new smc and node fflonk
    
    * etherman test
    
    * node config
    
    * addresses + node v0.0.3-RC4
    
    * new config values
    
    * revert time increase
    
    ---------
    
    Co-authored-by: Cool Developer <kevin@polygon.technology>
    ARR552 and Cool Developer authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0a6430a View commit details
    Browse the repository at this point in the history
  2. Merge v0.0.2 (#319)

    * Feature/smc fork (#304)
    
    * new smc
    
    * update docker images
    
    * linter
    
    * fix e2e
    
    * fix genesis + prover conf
    
    * new genesis and addresses
    
    * genesis fix
    
    * fix node GenBlockNum
    
    * fix proxy event executor
    
    * node version
    
    * mtHeight as constant
    
    * fix forced batches check (#314)
    
    * fix forced batches check
    
    * fix test
    
    * release workflow (#305)
    
    * Feature/fflonk smc (#316)
    
    * support new smc and node fflonk
    
    * etherman test
    
    * go 1.18
    
    * fix node config
    
    * addresses + node v0.0.3-RC4
    
    * new config values
    
    * increase timeouts
    
    * revert time increase
    
    ---------
    
    Co-authored-by: Cool Developer <kevin@polygon.technology>
    
    ---------
    
    Co-authored-by: Cool Developer <kevin@polygon.technology>
    ARR552 and Cool Developer authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d48038b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.14.0 to 2.15.1 (#…

    …320)
    
    Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.14.0 to 2.15.1.
    - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
    - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
    - [Commits](grpc-ecosystem/grpc-gateway@v2.14.0...v2.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    ARR552 and dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6c6e4b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Pr against develop (#326)

    ARR552 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d491b3e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. wip

    Cool Developer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2689332 View commit details
    Browse the repository at this point in the history
  2. add claimtxman

    Cool Developer committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5436c7e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Fix synchronization when bridge is ahead of the trusted state (#345)

    Fix synchronization when bridge is ahead of the trusted state due to a forkID
    ARR552 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dca8780 View commit details
    Browse the repository at this point in the history
  2. fix e2e tests

    Cool Developer committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6ebde27 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 22, 2023

  1. add migration tests

    Cool Developer committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    48d4405 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix duplicate key issue

    Cool Developer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    54a486b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update claimtxman.go

    jrs-engineer authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4b38bd4 View commit details
    Browse the repository at this point in the history
  2. create claimtx keystore

    Cool Developer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6ea9678 View commit details
    Browse the repository at this point in the history
  3. Merge branch '334/auto_claim' of github.com:0xPolygonHermez/zkevm-bri…

    …dge-service into 334/auto_claim
    Cool Developer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f94d608 View commit details
    Browse the repository at this point in the history
  4. update migration sql

    Cool Developer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    64140e6 View commit details
    Browse the repository at this point in the history
  5. update deposit goroutine

    Cool Developer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4afb5e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix migration

    Cool Developer committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    89df29e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Feature/#357 rpc (#358)

    * sync rpc trusted state + url
    
    * versions
    
    * New event + fix test
    
    * remove broadcast config
    
    * suggestion to avoid duplication in config file
    ARR552 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7377141 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge branch 'develop' into 334/auto_claim

    Cool Developer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    26ee405 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    Cool Developer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cb3eca1 View commit details
    Browse the repository at this point in the history
  3. fix tests failures

    Cool Developer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9b6e022 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Feature/#363 sync (#365)

    * remove fatals to handle errors
    
    * log level and refactor
    
    * fix error handling
    ARR552 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9e1e42b View commit details
    Browse the repository at this point in the history
  2. Fix/migracion (#368)

    * migrations
    
    * fix test
    
    * fix
    ARR552 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    17a0729 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge branch 'develop' into 334/auto_claim

    Cool Developer committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    25d684d View commit details
    Browse the repository at this point in the history
  2. fix migrations

    Cool Developer committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2fb63ea View commit details
    Browse the repository at this point in the history
  3. update migrations

    Cool Developer committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d1a0654 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #347 from 0xPolygonHermez/334/auto_claim

    feat: implement the claim tx manager to do claim automatically for L2 deposits
    jrs-engineer authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f8c2e73 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix invalid nonce

    Cool Developer committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e786957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8aa06 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fix the wrong network ID in the claimtxman

    Cool Developer committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3914bd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #381 from 0xPolygonHermez/fix/networkid_claimtxman

    fix: `networkID` mismatching in the `claimtxman`
    jrs-engineer authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dc79ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix the nonce issue

    Cool Developer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    66e2eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd8389 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Release/v0.0.4 (#385)

    * fix retry synchronization after an error (#371)
    
    * fix retry synchronization after an error
    
    * synchronizer test
    
    * create index before delete duplicates (#379)
    
    * create index before delete duplicates
    
    * fix tests
    
    * fix gasprice (#384)
    
    * fix gasprice
    
    * fix e2e tests
    
    * log
    
    * release --clean
    
    ---------
    
    Co-authored-by: Cool Developer <125276287+C001-developer@users.noreply.github.com>
    ARR552 and jrs-engineer authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    32a528a View commit details
    Browse the repository at this point in the history
  2. update versions and go 1.19 (#392)

    * update versions and go 1.19
    
    * new conf
    
    * log fix
    ARR552 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dcb8177 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. reset once in a cycle

    jrs-engineer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5d9c889 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Bump github.com/iden3/go-iden3-crypto from 0.0.14 to 0.0.15 (#402)

    Bumps [github.com/iden3/go-iden3-crypto](https://github.com/iden3/go-iden3-crypto) from 0.0.14 to 0.0.15.
    - [Release notes](https://github.com/iden3/go-iden3-crypto/releases)
    - [Commits](iden3/go-iden3-crypto@v0.0.14...v0.0.15)
    
    ---
    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    b96b4d0 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/lib/pq from 1.10.7 to 1.10.9 (#401)

    Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.7 to 1.10.9.
    - [Release notes](https://github.com/lib/pq/releases)
    - [Commits](lib/pq@v1.10.7...v1.10.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lib/pq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    9f82919 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.3 (#397)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.1 to 2.25.3.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.25.1...v2.25.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    97a7ee1 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/hashicorp/golang-lru/v2 from 2.0.1 to 2.0.2 (#395)

    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.1 to 2.0.2.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.1...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    a8b8496 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. initClaim script (#405)

    * initClaim script
    
    * readme
    
    * typo
    ARR552 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    cfcc4cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #400 from 0xPolygonHermez/398/nonce_reset

    reset once in a cycle
    jrs-engineer authored May 4, 2023
    Configuration menu
    Copy the full SHA
    f4834c3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 8, 2023

  1. Merge pull request #408 from 0xPolygonHermez/remove-e2e-table-test

    Removed the e2e table test as it wasn't being used
    acroca authored May 8, 2023
    Configuration menu
    Copy the full SHA
    f59eab0 View commit details
    Browse the repository at this point in the history
  2. logs (#409)

    * logs
    
    * fix log
    ARR552 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    4f9fa5f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix nonce update (#410)

    ARR552 authored May 10, 2023
    Configuration menu
    Copy the full SHA
    917de79 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#411)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
    - [Commits](golang/crypto@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2023
    Configuration menu
    Copy the full SHA
    bd30640 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#407)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.54.0...v1.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2023
    Configuration menu
    Copy the full SHA
    c61ace5 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/0xPolygonHermez/zkevm-node from 0.0.7 to 0.0.8 (#406)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.0.7 to 0.0.8.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.0.7...v0.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored May 10, 2023
    Configuration menu
    Copy the full SHA
    af2f54b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. Merge pull request #415 from 0xPolygonHermez/rename-smc-names

    Renames references to smart contracts to a more descriptive name
    acroca authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f68ed57 View commit details
    Browse the repository at this point in the history
  2. Update network config defaults

    acroca committed May 17, 2023
    Configuration menu
    Copy the full SHA
    68aa133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cf1390 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge pull request #417 from 0xPolygonHermez/update-network-configs

    Update network config values for mainnet and testnet
    acroca authored May 18, 2023
    Configuration menu
    Copy the full SHA
    3efcc46 View commit details
    Browse the repository at this point in the history
  2. Make ClaimTxManager optional

    acroca committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5e93c48 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Bump github.com/stretchr/testify from 1.8.2 to 1.8.3

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    82125b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f59027c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10773ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #419 from 0xPolygonHermez/optional-claimtxman

    Make ClaimTxManager optional
    acroca authored May 19, 2023
    Configuration menu
    Copy the full SHA
    e59b143 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    469e34b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into dependabot/go_modules/develop/github.com/…

    …stretchr/testify-1.8.3
    acroca authored May 22, 2023
    Configuration menu
    Copy the full SHA
    62769c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #420 from 0xPolygonHermez/dependabot/go_modules/de…

    …velop/github.com/stretchr/testify-1.8.3
    
    Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
    acroca authored May 22, 2023
    Configuration menu
    Copy the full SHA
    7319c06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    362021c View commit details
    Browse the repository at this point in the history
  5. Update db/pgstorage/pgstorage.go

    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    acroca and ARR552 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    c89f1be View commit details
    Browse the repository at this point in the history
  6. Merge pull request #421 from 0xPolygonHermez/automatic-version

    Copied versioning system from zkevm-node
    acroca authored May 22, 2023
    Configuration menu
    Copy the full SHA
    09e0247 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59dec02 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. Merge pull request #422 from 0xPolygonHermez/update-status-specific-n…

    …etwork-id
    
    Use the network ID when updating L2 deposits
    acroca authored May 24, 2023
    Configuration menu
    Copy the full SHA
    c1c358f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix ignore deposit if fails during gasestimation (#424)

    * fix ignore deposit if fails during gasestimation
    
    * log
    
    * suggestion
    ARR552 authored May 25, 2023
    Configuration menu
    Copy the full SHA
    3d9eebd View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. fix (#428)

    ARR552 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7996691 View commit details
    Browse the repository at this point in the history
  2. fix node config (#429)

    ARR552 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    8813326 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/0xPolygonHermez/zkevm-node from 0.0.8 to 0.1.0 (#427)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.0.8 to 0.1.0.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](https://github.com/0xPolygonHermez/zkevm-node/commits)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    c6ed561 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/ethereum/go-ethereum from 1.11.6 to 1.12.0 (#426)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.11.6 to 1.12.0.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.11.6...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    aa557d6 View commit details
    Browse the repository at this point in the history
  5. fix initClaim (#431)

    * fix initClaim
    
    * linter
    ARR552 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    4e1ca55 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. metadata fix (#433)

    ARR552 authored May 29, 2023
    Configuration menu
    Copy the full SHA
    dd2496f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.5 (#434)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.3 to 2.25.5.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.25.3...v2.25.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2023
    Configuration menu
    Copy the full SHA
    203b22d View commit details
    Browse the repository at this point in the history
  2. Fix/gha (#383)

    * Fix gha
    
    * remove ok-to-test
    
    ---------
    
    Co-authored-by: Cool Developer <125276287+C001-developer@users.noreply.github.com>
    arnaubennassar and jrs-engineer authored May 30, 2023
    Configuration menu
    Copy the full SHA
    b0e81cb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#435)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2023
    Configuration menu
    Copy the full SHA
    e326d72 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#436)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored May 31, 2023
    Configuration menu
    Copy the full SHA
    774d732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef86cb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. retry if error is different of execution reverted (#446)

    * retry if error is different of execution reverted
    
    * linter
    
    * for suggestion
    ARR552 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a955449 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.1 to 2.16.0 (#…

    …439)
    
    Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.15.1 to 2.16.0.
    - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
    - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
    - [Commits](grpc-ecosystem/grpc-gateway@v2.15.1...v2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9386301 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/hashicorp/golang-lru/v2 from 2.0.2 to 2.0.3 (#442)

    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.2 to 2.0.3.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.2...v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cea2b62 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/0xPolygonHermez/zkevm-node from 0.1.0 to 0.1.2 (#443)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.1.0 to 0.1.2.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.1.0...v0.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5e58a7b View commit details
    Browse the repository at this point in the history
  5. Bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (#444)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.5 to 2.25.6.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.25.5...v2.25.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e8f1617 View commit details
    Browse the repository at this point in the history
  6. Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#447)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.10.0.
    - [Commits](golang/crypto@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bb69458 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#448)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.55.0...v1.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4850f3c View commit details
    Browse the repository at this point in the history
  2. logs (#449)

    ARR552 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    59c1ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (#451)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.6 to 2.25.7.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.25.6...v2.25.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4520b7b View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/golang-lru/v2 from 2.0.3 to 2.0.4 (#452)

    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    824a5f7 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#453)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.0 to 1.56.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.0...v1.56.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e708c20 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/rubenv/sql-migrate from 1.4.0 to 1.5.1 (#456)

    Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 1.4.0 to 1.5.1.
    - [Commits](rubenv/sql-migrate@v1.4.0...v1.5.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    dependabot[bot] and ARR552 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d8d8495 View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#457)

    Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9f4f1fc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    17dbf49 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/0xPolygonHermez/zkevm-node from 0.1.2 to 0.1.3 (#458)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.1.2 to 0.1.3.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.1.2...v0.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    555e6b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Bump github.com/0xPolygonHermez/zkevm-node from 0.1.3 to 0.1.4 (#459)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.1.3 to 0.1.4.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.1.3...v0.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6e9430f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#460)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0.
    - [Commits](golang/crypto@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7d1d02e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#461)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.1...v1.56.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2ce6072 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Bump github.com/rubenv/sql-migrate from 1.5.1 to 1.5.2 (#474)

    Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 1.5.1 to 1.5.2.
    - [Commits](rubenv/sql-migrate@v1.5.1...v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rubenv/sql-migrate
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    81c5557 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 (#475)

    Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.14.0 to 1.14.1.
    - [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
    - [Commits](jackc/pgconn@v1.14.0...v1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgconn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7395929 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#480)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.2...v1.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f1b5c65 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.0 to 2.16.2 (#…

    …482)
    
    Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.16.0 to 2.16.2.
    - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
    - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
    - [Commits](grpc-ecosystem/grpc-gateway@v2.16.0...v2.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    02b9a14 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/0xPolygonHermez/zkevm-node from 0.1.4 to 0.2.2 (#483)

    * Bump github.com/0xPolygonHermez/zkevm-node from 0.1.4 to 0.2.2
    
    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.1.4 to 0.2.2.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.1.4...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix script
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1fa5e46 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Bump github.com/0xPolygonHermez/zkevm-node from 0.2.2 to 0.2.3 (#485)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.2.2 to 0.2.3.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.2.2...v0.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f774d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#489)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.12.0.
    - [Commits](golang/crypto@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    57d9fc7 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/0xPolygonHermez/zkevm-node from 0.2.3 to 0.2.4 (#490)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.2.3 to 0.2.4.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.2.3...v0.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9c2b507 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 (#491)

    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.4 to 2.0.5.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.4...v2.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e2d504 View commit details
    Browse the repository at this point in the history
  4. Feature/#486 update versions (#487)

    * Update versions
    
    * Remove log that shows the configuration
    
    * docker compose command
    
    * fix
    
    * remove log db config
    ARR552 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9532850 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Release/v0.2.0 (#495)

    * Remove MaticAddr (#464)
    
    * Increase gasPrice (#466)
    
    * Fix channel listener when claimTxManager is disabled (#468)
    
    * remove unused config param (#470)
    
    * Fix revert check and max rety mechanism (#472)
    
    * Fix revert check and max rety mechanism
    
    * Add maxRetries and retry interval as config params
    
    * force gha
    
    * fix config (#473)
    ARR552 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cbbe83a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Check in claimtxmanager to block until l2network is synced (#498)

    * Check in claimtxmanager to block until l2network is synced
    
    * Fix monitoring
    
    * fix unit test
    
    * synced log
    ARR552 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2d7eef4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ebaa19c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #504 from 0xPolygonHermez/remove-users-from-template

    remove alice and bob from pr template
    ToniRamirezM authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    81740ce View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6 (#500)

    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.5 to 2.0.6.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.5...v2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    00a2f46 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#506)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.13.0.
    - [Commits](golang/crypto@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d8c9ede View commit details
    Browse the repository at this point in the history
  3. Bump github.com/0xPolygonHermez/zkevm-node from 0.2.4 to 0.3.1 (#508)

    Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.2.4 to 0.3.1.
    - [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
    - [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
    - [Commits](0xPolygonHermez/zkevm-node@v0.2.4...v0.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/0xPolygonHermez/zkevm-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4ba5160 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.2 to 2.18.0 (#…

    …507)
    
    Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.16.2 to 2.18.0.
    - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
    - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
    - [Commits](grpc-ecosystem/grpc-gateway@v2.16.2...v2.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0801ff5 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.13.0 (#509)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.12.0 to 1.13.0.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.12.0...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    3 people authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a34cbce View commit details
    Browse the repository at this point in the history
  6. Primary keys in db tables (#511)

    * Primary keys in db tables
    
    * linter
    
    * TestMTAddLeaf
    
    * linter
    
    * fix benchmarks
    ARR552 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3818ffc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#512)

    * Bump google.golang.org/grpc from 1.58.0 to 1.58.1
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cd198bb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. New indexes + tests (#515)

    ARR552 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2478b37 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/ethereum/go-ethereum from 1.13.0 to 1.13.1 (#513)

    * Bump github.com/ethereum/go-ethereum from 1.13.0 to 1.13.1
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.13.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    179d116 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Fix/#478 tx history (#517)

    * Fix duplicated tx hash in the tx history
    
    * Retry if error getting txByHash
    
    * linter
    
    * fix test
    
    * linter
    
    * log
    ARR552 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1466da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#518)

    * Bump google.golang.org/grpc from 1.58.1 to 1.58.2
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    40a1d4d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. autoclaim bridge msg for authorized addrs (#519)

    * autoclaim bridge msg for authorized addrs
    
    * variable name
    ARR552 authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9e6236f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump github.com/hashicorp/golang-lru/v2 from 2.0.6 to 2.0.7 (#521)

    * Bump github.com/hashicorp/golang-lru/v2 from 2.0.6 to 2.0.7
    
    Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0c7bfe1 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/ethereum/go-ethereum from 1.13.1 to 1.13.2 (#520)

    * Bump github.com/ethereum/go-ethereum from 1.13.1 to 1.13.2
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.1 to 1.13.2.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.13.1...v1.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a2c111f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Remove blockid (#524)

    * Remove blockid
    
    * Set blockID by default to 0 in migration down
    ARR552 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7d3d3bb View commit details
    Browse the repository at this point in the history
  2. new docker image versions (#526)

    * new docker image versions
    
    * Update configuration files
    ARR552 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bd23f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#527)

    * Bump golang.org/x/crypto from 0.13.0 to 0.14.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0.
    - [Commits](golang/crypto@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9487193 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#528)

    * Bump github.com/spf13/viper from 1.16.0 to 1.17.0
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
    3 people authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    709dd49 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. remove deposit counter from mt.root table (#531)

    * remove deposit counter from mt.root table
    
    * linter
    
    * fix queries
    
    * fix unit test
    ARR552 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    325fe34 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix migration (#549)

    ARR552 authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    08150c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Feature/#533 lx ly (#546)

    * update rollup mt
    
    * go 1.21
    
    * MockBridge
    
    * Simulated
    
    * Etherman WIP
    
    * mockBridge with paris
    
    * VerifyBatches
    
    * Addresses, config, docker image, many other little changes
    
    * getRollupID and get mt leaves
    
    * Wip
    
    * decode GlobalIndex
    
    * isLxLy
    
    * RollupProof
    
    * API
    
    * generate globalIndex + test
    
    * tools
    
    * new genesis and docker
    
    * fix
    
    * addresses and genesis fix
    
    * CheckMerkleProof
    
    * e2e
    
    * linter
    
    * linter version
    
    * unit test
    
    * forkID 6
    
    * new smc + genesis + docker image
    
    * new bridge address
    
    * minor fix
    ARR552 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    587ba8b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Feature/#555 smc etrog (#556)

    * etherman + tests
    
    * smc image
    
    * linter
    
    * Trusted ger sync using l2Blocks + genesis
    
    * new trusted endpoints
    
    * wip
    
    * fixes
    
    * node docker image
    
    * linter + fix unit test
    ARR552 authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    dad171d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Feature/v1tov2 (#573)

    * update smc + v1tov2 environment
    
    * Events
    
    * logs
    
    * New lastGer custom endpoint implemented
    
    * linter
    ARR552 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fa88bf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Feature/v1to v2 (#576)

    * wip
    
    * activate lxly logs
    ARR552 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    429207c View commit details
    Browse the repository at this point in the history
  2. fix + minor refactor (#577)

    ARR552 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    22d0ce3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Feb 14, 2024

  1. network bigint

    joanestebanr committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    61080b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix unittest and lint

    joanestebanr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    14537f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

  1. fix release

    joanestebanr committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    84f2a76 View commit details
    Browse the repository at this point in the history
  2. change github_token

    joanestebanr committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d3c0c0f View commit details
    Browse the repository at this point in the history
  3. add goreleaser.yml

    joanestebanr committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    22a1020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80fefb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    ab971ee View commit details
    Browse the repository at this point in the history
  2. remove binary

    joanestebanr committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    63b2146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc768aa View commit details
    Browse the repository at this point in the history
  4. fix unittest

    joanestebanr committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    355b3df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b77becf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    b25a3e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #589 from 0xPolygonHermez/feature/588-avoid_claim_…

    …another_rollups
    
    Avoid claiming another rollups deposits
    joanestebanr authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2289395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35a8b0 View commit details
    Browse the repository at this point in the history
  4. build docker

    joanestebanr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bb16c74 View commit details
    Browse the repository at this point in the history
  5. build docker

    joanestebanr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7de2dac View commit details
    Browse the repository at this point in the history
  6. build docker

    joanestebanr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d1e2a6b View commit details
    Browse the repository at this point in the history
  7. build docker

    joanestebanr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e925aae View commit details
    Browse the repository at this point in the history
  8. fix push-docker

    joanestebanr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    03afcd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    51ec92f View commit details
    Browse the repository at this point in the history
  2. stop using log from zkevm-node and imported to brdige service the log…

    … class to set the right version
    joanestebanr committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e1430c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #594 from 0xPolygonHermez/fix/593-report_right_ver…

    …sion_on_logs
    
    Report right version on logs
    joanestebanr authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    55ad503 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    c31b70d View commit details
    Browse the repository at this point in the history
  2. add log

    joanestebanr committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a30d2bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #598 from 0xPolygonHermez/release/v0.4.2

    Release/v0.4.2
    Fix claim from anothers rollup on L1 (#596)
    Log version of bridge (#593)
    joanestebanr authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ad77bb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    aa8abad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dccda7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#563)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.59.0...v1.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    719fda2 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/ethereum/go-ethereum from 1.13.2 to 1.13.8 (#566)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.2 to 1.13.8.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.13.2...v1.13.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    87b28f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 30, 2024

  1. auto-claim: group and compress claim transactions (#600)

    * add smartcontract, and refactor claimtxmanager
    
    * fix errors
    
    * first running version, happy path
    
    * implement trigger conditions
    
    * fix some errors
    
    * New architecture
    
    * mocks
    
    * fix claimcompressed smart contract
    
    * script to deploy claimCompressor smc
    
    * claim compressor deployment automated
    
    * FIxes
    
    * new images node + contracts
    
    * new structure
    
    * Wip
    
    * Fix
    
    * db tests + ger
    
    * linter fixes
    
    * e2e
    
    * unit tests
    
    * e2e test
    
    * linter
    
    * add e2e-compress to gha
    
    * extra log
    
    * Extra check
    
    * linter
    
    ---------
    
    Co-authored-by: Alonso <ARR551@protonmail.com>
    joanestebanr and ARR552 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    91e0ae4 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.3 (#608)

    Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.3.
    - [Changelog](https://github.com/jackc/pgx/blob/v4.18.3/CHANGELOG.md)
    - [Commits](jackc/pgx@v4.18.1...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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6728a07 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/jackc/pgconn from 1.14.1 to 1.14.3 (#607)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0b9bdf5 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/iden3/go-iden3-crypto from 0.0.15 to 0.0.16 (#605)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a87e64d View commit details
    Browse the repository at this point in the history
  5. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#604)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alonso <ARR551@protonmail.com>
    dependabot[bot] and ARR552 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5f1b92c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Bump google.golang.org/grpc from 1.60.1 to 1.63.2 (#615)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.1...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    bf60a91 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.32.0 to 1.34.0 (#613)

    Bumps google.golang.org/protobuf from 1.32.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    70d19b0 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.20.0 to 0.22.0 (#614)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.22.0.
    - [Commits](golang/crypto@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    c373bd5 View commit details
    Browse the repository at this point in the history
  4. Fix nil pointer

    ARR552 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    825772a View commit details
    Browse the repository at this point in the history
  5. fix slice position (#617)

    ARR552 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    899a9f0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. gas offset (#623)

    * gas offset
    
    * linter
    ARR552 authored May 3, 2024
    Configuration menu
    Copy the full SHA
    57530a6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix (#625)

    ARR552 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    9b5e260 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Feature/#612 reorg (#630)

    * new reorg implementation
    
    * cleaning empty blocks
    
    * old unit test fixed
    
    * improvement
    
    * testReorg
    
    * latestSyncedBlockEmpty
    
    * Regular reorg
    
    * Latest synced block empty with extra reorg
    
    * Call from empty block and reorg Test
    
    * linter
    
    * isClaimed script
    
    * fix delete script + edge reorg in L2
    
    * Fix unit tests
    
    * linter
    
    * fix tests
    ARR552 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    98b2f6e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix/auth estimage gas (#631)

    * fix
    
    * log
    ARR552 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    f23b6de View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix chain ID (#636)

    * fix chain ID
    
    * fix getSigner
    ARR552 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    9f691b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Feature/optimizations (#663)

    * sync optimizations
    
    * topics optimization + logs
    
    * Sync unit tests
    
    * linter
    
    * fix gha
    ARR552 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f81be4a View commit details
    Browse the repository at this point in the history
  2. Fix/check verify batches (#665)

    * Fix root check in verifyBatches
    
    * fix
    
    * ignore empty local exit root
    ARR552 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ee44c7c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Feature/allow bridges between l2 networks (#669)

    * docker image + make + some other modifications
    
    * Mutilpe rollup and L2-L2 bridges support
    
    * gha tests
    
    * linter
    
    * minor refactor
    
    * linter
    
    * remove imports
    ARR552 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    76f4ee6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Feature/multi net support (#670)

    * multi autoclaim support + api
    
    * Check reorg fix
    
    * scripts + mt extra test
    
    * e2e test
    
    * AutoClaim Compressor working with multi rollup
    
    * refactor + unit tests + compressor e2e using multi-single-bridge
    
    * linter
    
    * fix e2e
    
    * fix unit tests
    
    * Fix db
    
    * fix tests
    
    * fix e2e
    
    * fix benchmark test
    
    * remove TODO
    
    * comment
    ARR552 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9395322 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix (#675)

    ARR552 authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b7867f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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