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

fix: typo in initial dac member #33

Open
wants to merge 165 commits into
base: develop
Choose a base branch
from

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    2ef0c25 View commit details
    Browse the repository at this point in the history
  2. fix forkID calculation

    ToniRamirezM committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7980151 View commit details
    Browse the repository at this point in the history
  3. fix script

    ToniRamirezM committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    224a11e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. fix unittest

    joanestebanr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    41c63ab View commit details
    Browse the repository at this point in the history
  2. Hotfixv0.1.4 to v0.2.0 (0xPolygonHermez#2255)

    * Hotfix v0.1.4 to main (0xPolygonHermez#2250)
    
    * fix concurrent web socket writes
    
    * fix eth_syncing
    
    * fix custom trace internal tx call error handling and update prover
    
    * add test to custom tracer depth issue; fix internal call error and gas used
    
    * fix custom tracer for internal tx with error and no more steps after it
    
    * remove debug code
    
    * Make max grpc message size configurable  (0xPolygonHermez#2179)
    
    * make max grpc message size configurable
    
    * fix state tests
    
    * fix tests
    
    * fix tests
    
    * get SequencerNodeURI from SC if empty and not IsTrustedSequencer
    
    * Optimize trace (0xPolygonHermez#2183)
    
    * optimize trace
    
    * fix memory reading
    
    * update docker image
    
    * update prover image
    
    * fix converter
    
    * fix memory
    
    * fix step memory
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * fix structlogs
    
    * update prover image
    
    * fix struclogs
    
    * fix memory size
    
    * fix memory size
    
    * fix memory size
    
    * refactor memory resize
    
    * refactor memory resize
    
    * move log for the best fitting tx (0xPolygonHermez#2192)
    
    * fix load zkCounters from pool
    
    * remove unnecessary log.info
    
    * add custom tracer support to CREATES opcode without depth increase (0xPolygonHermez#2213)
    
    * logs
    
    * fix getting stateroot from previous batch (GetWIPBatch)
    
    * logs
    
    * Fix GetWipBatch when previous last batch is a forced batch
    
    * fix forcedBatch trusted state
    
    * Revert "fix getting stateroot from previous batch (GetWIPBatch)"
    
    This reverts commit 860f0e7.
    
    * force GHA
    
    * add pool limits (0xPolygonHermez#2189)
    
    * Hotfix/batch l2 data (0xPolygonHermez#2223)
    
    * Fix BatchL2Data
    
    * Force GHA
    
    * remove failed txs from the pool limit check (0xPolygonHermez#2233)
    
    * debug trace by batch number via external rpc requests (0xPolygonHermez#2235)
    
    * fix trace batch remote requests in parallel limitation (0xPolygonHermez#2244)
    
    * Added RPC.TraceBatchUseHTTPS config parameter
    
    * fix executor version
    
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    Co-authored-by: tclemos <[email protected]>
    Co-authored-by: Toni Ramírez <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    Co-authored-by: Thiago Coimbra Lemos <[email protected]>
    
    * fix test
    
    * fix test
    
    ---------
    
    Co-authored-by: tclemos <[email protected]>
    Co-authored-by: tclemos <[email protected]>
    Co-authored-by: Toni Ramírez <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    Co-authored-by: agnusmor <[email protected]>
    Co-authored-by: Thiago Coimbra Lemos <[email protected]>
    7 people authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5a85d85 View commit details
    Browse the repository at this point in the history
  3. Effective GasPrice refactor+fixes (0xPolygonHermez#2247)

    * effective GasPrice refactor
    
    * bugs fixes and finalizer tests fixes
    
    * fix typo
    
    * fix calculate effective gasprice percentage
    
    * fix test gas price
    agnusmor authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d055c40 View commit details
    Browse the repository at this point in the history
  4. Fix/0xPolygonHermez#2257 effective gas price receipt (0xPolygonHermez…

    …#2258)
    
    * effective gas price returned by the rpc in the receipt
    
    * linter
    ARR552 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    76dc7d5 View commit details
    Browse the repository at this point in the history
  5. bugfix: fixing l2blocks timestamp for the fist batch (0xPolygonHermez…

    …#2260)
    
    * bugfix: fixing l2blocks timestamp for the fist batch
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    * fix finalizer unit test
    
    ---------
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    ARR552 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    87200f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. add more comments, and removed fields PrivateKeyPath and PrivateKeyPa…

    …ssword from etherman.Config that are not in use
    joanestebanr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9f39433 View commit details
    Browse the repository at this point in the history
  2. add info to git action

    joanestebanr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b21258d View commit details
    Browse the repository at this point in the history
  3. add info to git action

    joanestebanr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7197f4e View commit details
    Browse the repository at this point in the history
  4. fix github action

    joanestebanr committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7e3d34d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge remote-tracking branch 'origin/develop' into feature/0xPolygonH…

    …ermez#2200-add-documentation-for-node-config-file-2
    joanestebanr committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8566eed View commit details
    Browse the repository at this point in the history
  2. updated comments

    joanestebanr committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b6e034f View commit details
    Browse the repository at this point in the history
  3. updated comments

    joanestebanr committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    71541ee View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix/0xPolygonHermez#2263 gas used (0xPolygonHermez#2264)

    * fix fea2scalar and gas used
    
    * suggestion
    
    * fix fea2scalar
    
    * suggestion
    ARR552 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    623089a View commit details
    Browse the repository at this point in the history
  2. Fix pending tx when duplicate nonce (0xPolygonHermez#2270)

    * fix pending tx when duplicate nonce
    
    * set pool.transaction.failed_reason to NULL when updating an existing tx
    
    * add more log details when adding tx to AddrQueue
    
    * fix query to add tx to the pool. Fix lint errors
    
    * change failed_reason for tx discarded due duplicate nonce
    agnusmor authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9d03f8b View commit details
    Browse the repository at this point in the history
  3. Only return a tx from the pool if tx is in pending status (0xPolygonH…

    …ermez#2273)
    
    * Return a tx from the pool only if it is
    
    * fix TestGetTransactionByHash
    
    ---------
    
    Co-authored-by: agnusmor <[email protected]>
    ARR552 and agnusmor authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    40b084b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request 0xPolygonHermez#2252 from 0xPolygonHermez/feature/0…

    …xPolygonHermez#2200-add-documentation-for-node-config-file-2
    
    Feature/0xPolygonHermez#2200 generate json-schema + docs for node config file and network_custom
    joanestebanr authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    17a95f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867aaaf View commit details
    Browse the repository at this point in the history
  3. improve: adding check to skip appending effectivePercentage if curren…

    …t forkId is under 5.
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    198243a View commit details
    Browse the repository at this point in the history
  4. Merge pull request 0xPolygonHermez#2275 from 0xPolygonHermez/improve/…

    …add-check-for-fork-id-to-skip-effectivePercentage
    
    improve: adding check to skip appending effectivePercentage if current forkId is under 5.
    Psykepro authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c00e4fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861dbba View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. feat: adding functionality to stop sequencer on specific batch num fr…

    …om config param.
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e7e9f5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request 0xPolygonHermez#2282 from 0xPolygonHermez/feature/…

    …stop-sequencer-on-batch-num
    
    feat: adding functionality to stop sequencer on specific batch num from config param.
    Psykepro authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    caa9a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. patch: adding print for X-Real-IP in JSON-RPC

    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a4d0b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bf764 View commit details
    Browse the repository at this point in the history
  3. [Rehashing] Check logs order and fix blockhash and blockNumber in the…

    … log conversion (0xPolygonHermez#2280)
    
    * fix and check order
    
    * linter
    ARR552 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b5d5145 View commit details
    Browse the repository at this point in the history
  4. Merge pull request 0xPolygonHermez#2286 from 0xPolygonHermez/patch/ad…

    …d-print-for-X-Real-IP
    
    patch: adding print for X-Real-IP in JSON-RPC
    Psykepro authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2b1ea5f View commit details
    Browse the repository at this point in the history
  5. flushID synchronizer (0xPolygonHermez#2287)

    * FlushID in synchronizer
    
    * linter
    
    * fix logs
    
    * commnets
    ARR552 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e314df2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    c9b4057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c471d View commit details
    Browse the repository at this point in the history
  3. add maxL2GasPrice (0xPolygonHermez#2294)

    * add maxL2GasPrice
    
    * fix
    
    * fix
    
    * add test
    
    * document parameter
    
    * update description
    ToniRamirezM authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    13cafe2 View commit details
    Browse the repository at this point in the history
  4. Error refactor (0xPolygonHermez#2302)

    * error refactor
    
    * refactor
    ToniRamirezM authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c761cea View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix replaced tx as failed when duplicated nonce (0xPolygonHermez#2308)

    * Fix UpdateTxStatus for replacedTx
    
    * Fix adding tx with same nonce on AddrQueue
    agnusmor authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9b409e4 View commit details
    Browse the repository at this point in the history
  2. log reprocess need (0xPolygonHermez#2309)

    * log reprocess need
    
    * Update finalizer.go
    ToniRamirezM authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    31eb8a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Feature/2300 synchronizer detect if executor restart (0xPolygonHermez…

    …#2306)
    
    * detect if executor restarts and stop synchonizer
    joanestebanr authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    978e77b View commit details
    Browse the repository at this point in the history
  2. Update prover images (0xPolygonHermez#2311)

    * update prover image
    
    * update prover images
    
    * change executor param
    
    * Update testnet.prover.config.json
    
    * Update test.permissionless.prover.config.json
    
    * Update test.prover.config.json
    
    * Update public.prover.config.json
    
    * prover params
    
    * prover params
    
    * prover params
    
    * update prover images
    ToniRamirezM authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a814dc0 View commit details
    Browse the repository at this point in the history
  3. add doc, and fix dockers to be able to use snap/restore feature (0xPo…

    …lygonHermez#2315)
    
    * add doc, and fix dockers to be able to use snap/restore feature
    
    * add doc for snap/restore feature
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    joanestebanr and ToniRamirezM authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c66222f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2da46fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fd4c75 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    44356c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822858c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    6a6fc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aa5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    203751a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0e95a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Worker's AddTxTracker Bug Fix (0xPolygonHermez#2343)

    * bugfix: Resolve  Function Bug in Worker Module
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    * improve: improving the wait for pending txs to be for only the txs for the current address.
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    ---------
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    38a97f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    80c8f20 View commit details
    Browse the repository at this point in the history
  2. fix closing batch + logs (0xPolygonHermez#2348)

    * fix closing batch + logs
    
    * fix
    
    * log description
    
    * typo errors
    
    * fix error: failed to store transactions for batch due to duplicate key
    
    * test
    
    * typo
    ARR552 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1389c6b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ToniRamirezM authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c99bc9f View commit details
    Browse the repository at this point in the history
  4. Update release.yml

    ToniRamirezM authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7036565 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge pull request 0xPolygon#6 from 0xPolygonHermez/develop

    merge upstream develop
    arnaubennassar authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    59fff83 View commit details
    Browse the repository at this point in the history
  2. bugfix: fixing place where we need to increment the wg per address fo…

    …r pending txs
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4806b58 View commit details
    Browse the repository at this point in the history
  3. Merge pull request 0xPolygonHermez#2356 from 0xPolygonHermez/bufix/wo…

    …rker-addrqueue-creation
    
    bugfix: fixing place where we need to increment the wg per address for pending txs
    Psykepro authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dce5cd0 View commit details
    Browse the repository at this point in the history
  4. LFG Validium

    arnaubennassar committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6996cc4 View commit details
    Browse the repository at this point in the history
  5. Fix linter

    arnaubennassar committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    623bd0b View commit details
    Browse the repository at this point in the history
  6. Update config docs

    arnaubennassar committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    021c4cd View commit details
    Browse the repository at this point in the history
  7. Add missing E2E tests

    arnaubennassar committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    31384a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    2298c8f View commit details
    Browse the repository at this point in the history
  2. add GasPriceMarginFactor and MaxGasPrice to eth-tx-manager (0xPolygon…

    …Hermez#2360)
    
    * add GasPriceMarginFactor and MaxGasPrice to eth-tx-manager
    
    * add logs, fix config
    
    * update config file documentation
    
    ---------
    
    Co-authored-by: joanestebanr <[email protected]>
    tclemos and joanestebanr authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    24cbf1a View commit details
    Browse the repository at this point in the history
  3. Fix E2E test 10

    arnaubennassar committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    22e4985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db064b View commit details
    Browse the repository at this point in the history
  5. bugfix: attaching missing TxTracker.From to pending txs to store for …

    …forced batches. (0xPolygonHermez#2365)
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9c32934 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    ToniRamirezM authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    de6206f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. improve: adding logs (0xPolygonHermez#2373)

    * improve: adding logs
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    * adding more logs
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    * adding more logs 0xPolygon#2
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    ---------
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8ec1474 View commit details
    Browse the repository at this point in the history
  2. bugfix: fixing finalizer's handling. (0xPolygonHermez#2375)

    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e15805d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ToniRamirezM authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ca3cc9d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    81a6bf6 View commit details
    Browse the repository at this point in the history
  2. new hashdb interface

    ToniRamirezM committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    901466f View commit details
    Browse the repository at this point in the history
  3. aggregator pb refactor

    ToniRamirezM committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8275016 View commit details
    Browse the repository at this point in the history
  4. new prover image

    ToniRamirezM committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9a5b26e View commit details
    Browse the repository at this point in the history
  5. change prover config

    ToniRamirezM committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6dffbfb View commit details
    Browse the repository at this point in the history
  6. update prover image

    ToniRamirezM committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    4dcd6b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c53d87a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Refactor nonce calculation for addQueue (0xPolygonHermez#2382)

    * refactor nonce
    
    * fix
    
    * fix
    ToniRamirezM authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8d4ba17 View commit details
    Browse the repository at this point in the history
  2. fix script

    ToniRamirezM committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    23f4290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571de06 View commit details
    Browse the repository at this point in the history
  4. linting

    christophercampbell committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1cfd28c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. check to avoid data inconsistencies (0xPolygonHermez#2387)

    * check to avoid data inconsistencies
    
    * check batchL2Data
    
    * names in the logs
    ARR552 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c05398c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f286d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ce3d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Refactor: avoid delete addrQueue if it has pending txs to store (0xPo…

    …lygonHermez#2391)
    
    * refactor delete addrQueue only if not pending txs to store
    
    * fix finalizer test
    
    * fix olsStateRoot in handleForcedTxsProcessResp
    
    * Update sequencer/addrqueue.go
    
    Co-authored-by: Alonso Rodriguez <[email protected]>
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    Co-authored-by: Alonso Rodriguez <[email protected]>
    3 people authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8848855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f96d9 View commit details
    Browse the repository at this point in the history
  3. Sort txs in worker by gasPrice (remove efficiency sort) (0xPolygonHer…

    …mez#2392)
    
    * Sort txs in worker by GasPrice (remove efficiency sort)
    
    * update config docs
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5784aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    072be43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4e9dfb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. l2coinbase (0xPolygonHermez#2400)

    * l2coinbase
    
    * add default config
    
    * add support  config fields that are common.Address
    
    * docs
    
    * prover image
    
    ---------
    
    Co-authored-by: joanestebanr <[email protected]>
    ARR552 and joanestebanr authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f041a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f494784 View commit details
    Browse the repository at this point in the history
  2. Check flushID != 0 in Sequencer (0xPolygonHermez#2415)

    * check flushid != 0 in sequencer
    
    * Use f.halt instead of log.Fatal to report that flushid is 0
    
    Co-authored-by: Toni Ramírez <[email protected]>
    
    * fix lint
    
    ---------
    
    Co-authored-by: Toni Ramírez <[email protected]>
    agnusmor and ToniRamirezM authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    caf26bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5040346 View commit details
    Browse the repository at this point in the history
  4. cherry-pick 0xPolygonHermez#2385 and 0xPolygonHermez#2396 from develo…

    …p into v0.2.6 (0xPolygonHermez#2412)
    
    * fix http request instance null for websocket requests (0xPolygonHermez#2385)
    
    * fix ws subscribe to get filtered log notifications (0xPolygonHermez#2396)
    tclemos authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    59eaa75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95cce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add forced batches tx to addrQueue (0xPolygonHermez#2398)

    * add forced batches tx to addrQueue
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * refactor
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixe hash and from
    
    * fixe hash and from
    
    * fixe hash and from
    
    * fixe hash and from
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * improve tests
    
    * improve tests
    
    * improve tests
    
    * improve tests
    
    * improve tests
    
    * refactor
    
    * refactor
    
    * improve logs
    ToniRamirezM authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3b98022 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix conflicts

    arnaubennassar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9ad731f View commit details
    Browse the repository at this point in the history
  2. fix tests

    arnaubennassar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    26701d1 View commit details
    Browse the repository at this point in the history
  3. fix linter

    arnaubennassar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6dee810 View commit details
    Browse the repository at this point in the history
  4. gen config doc

    arnaubennassar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2c05f90 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    c4549b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863a8f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. rollback docker L1

    arnaubennassar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    06ec9bf View commit details
    Browse the repository at this point in the history
  2. update docker L1

    arnaubennassar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5163ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d76273 View commit details
    Browse the repository at this point in the history
  4. bugifx: adding missing tx.BreakEvenGasPrice nil check

    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4e31815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebb2d26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0b6388 View commit details
    Browse the repository at this point in the history
  7. Merge pull request 0xPolygonHermez#2452 from 0xPolygonHermez/bugfix/e…

    …ffectiveGasPrice-nil-ref
    
    bugifx: adding missing tx.BreakEvenGasPrice nil check
    Psykepro authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9d9801f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    667d846 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b54d49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29fc20d View commit details
    Browse the repository at this point in the history
  11. cherry-pick 0xPolygonHermez#2245 and 0xPolygonHermez#2424 from develo…

    …p into v0.2.6 (0xPolygonHermez#2447)
    
    * fix safe and finalized l2 block to consider l1 safe and finalized blocks respectively (0xPolygonHermez#2245)
    
    * fix and add tests for safe and finalized l2 blocks (0xPolygonHermez#2424)
    tclemos authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c1dd19c View commit details
    Browse the repository at this point in the history
  12. New executor errors refactor (0xPolygonHermez#2438)

    * wip
    
    * new errors
    
    * retry on executor db error
    
    * new prover images
    
    * fix comment
    
    * update hasdh proto and prover images
    
    * handle excutor db error
    
    * update test
    
    * update test
    
    * update test
    
    * update test
    
    * refactor error check in unsigned tx
    ToniRamirezM authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2983243 View commit details
    Browse the repository at this point in the history
  13. Reprocess full batch in parallel (sanity check) (0xPolygonHermez#2425)

    * reprocess full batch in parallel (sanity check)
    
    * update doc
    
    * update reprocessFullBatch logs
    agnusmor authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    da77be4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Speed up deleting batches from stateDB creating an index for state.re…

    …ceipt.block_num (0xPolygonHermez#2457)
    
    * receipt deletion index
    
    * receipt deletion index
    ToniRamirezM authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9537f04 View commit details
    Browse the repository at this point in the history
  2. Feature/0xPolygonHermez#2429 fork id improvement (0xPolygonHermez#2450)

    * db table + tests
    
    * GetForks func modified to get them by range
    
    * Sync forkID
    
    * forkIDIntervals and forkID genesis
    
    * linter
    
    * docs
    
    * Avoid resetForkID in trustedNode
    
    * fix test group 9
    
    * suggestions
    
    * doc and mocks
    ARR552 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    eb11e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1440a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bdc061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393a55c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a68954 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97d3387 View commit details
    Browse the repository at this point in the history
  8. Rename dac

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    59028cf View commit details
    Browse the repository at this point in the history
  9. gen docs and mocks

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0a84fe9 View commit details
    Browse the repository at this point in the history
  10. Fix env prefix

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8fa620b View commit details
    Browse the repository at this point in the history
  11. WIP

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    74ad1fb View commit details
    Browse the repository at this point in the history
  12. WIP

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    33e23d5 View commit details
    Browse the repository at this point in the history
  13. WIP

    arnaubennassar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    298a66f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request 0xPolygon#13 from 0xPolygon/cdk

    Rename to cdk
    arnaubennassar authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    53a4ff4 View commit details
    Browse the repository at this point in the history
  2. Feature/0xPolygonHermez#2403 snap (0xPolygonHermez#2404)

    * Path snapshot command
    
    * restore
    
    * readme
    
    * options used by dbeaver
    
    * #2429_forkID_improvement: #2429_forkID_improvement:
    
    * fix
    
    * fix postgres version to v15
    
    * fix permissionless init script
    ARR552 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f16d9ae View commit details
    Browse the repository at this point in the history
  3. bugfix: removing measuring of metrics from async batch reprocessing f… (

    0xPolygonHermez#2461)
    
    * bugfix: removing measuring of metrics from async batch reprocessing for executor.
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    * fixing unit tests
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    
    ---------
    
    Signed-off-by: Nikolay Nedkov <[email protected]>
    Psykepro authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    307e83e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4257f3f View commit details
    Browse the repository at this point in the history
  5. Update production-setup.md

    agnusmor authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    375bffa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c95bf34 View commit details
    Browse the repository at this point in the history
  2. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a524449 View commit details
    Browse the repository at this point in the history
  3. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5fe7487 View commit details
    Browse the repository at this point in the history
  4. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1e872a0 View commit details
    Browse the repository at this point in the history
  5. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    78f8663 View commit details
    Browse the repository at this point in the history
  6. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    215eafb View commit details
    Browse the repository at this point in the history
  7. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a8dbf2c View commit details
    Browse the repository at this point in the history
  8. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6ef010a View commit details
    Browse the repository at this point in the history
  9. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    81ea6cf View commit details
    Browse the repository at this point in the history
  10. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a3f9fc7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request 0xPolygon#19 from 0xPolygon/readme

    Updated README
    arnaubennassar authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9cbba5e View commit details
    Browse the repository at this point in the history
  12. Updated README

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    841a667 View commit details
    Browse the repository at this point in the history
  13. Merge pull request 0xPolygon#20 from 0xPolygon/readme

    Updated README
    arnaubennassar authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9da5739 View commit details
    Browse the repository at this point in the history
  14. Fix conflicts

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ecc75fb View commit details
    Browse the repository at this point in the history
  15. Doc gen

    arnaubennassar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eee7def View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    88ffe6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834a385 View commit details
    Browse the repository at this point in the history
  3. WIP

    arnaubennassar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    538100a View commit details
    Browse the repository at this point in the history
  4. WIP

    arnaubennassar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    503fef8 View commit details
    Browse the repository at this point in the history
  5. Add text

    arnaubennassar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    418cdce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    787cd60 View commit details
    Browse the repository at this point in the history
  7. Add json unmarshal

    arnaubennassar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b425892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9957f09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a06131 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request 0xPolygon#22 from bap2pecs/patch-2

    Fix wrong image names in docker-compose.yml
    arnaubennassar authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a38297e View commit details
    Browse the repository at this point in the history
  2. Merge pull request 0xPolygon#23 from 0xPolygon/feature/marshal-types-…

    …duration
    
    Feature/marshal types duration
    arnaubennassar authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8d07bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ae596 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

  1. docs: gen doc

    IdrisHanafi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    97899ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request 0xPolygon#30 from IdrisHanafi/hotfix/pool-db-optim…

    …ization
    
    hotfix: prevent pool_db connections from accumulating
    arnaubennassar authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5399f88 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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