-
Notifications
You must be signed in to change notification settings - Fork 118
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
base: develop
Are you sure you want to change the base?
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ef0c25 - Browse repository at this point
Copy the full SHA 2ef0c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7980151 - Browse repository at this point
Copy the full SHA 7980151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224a11e - Browse repository at this point
Copy the full SHA 224a11eView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13bcd29 - Browse repository at this point
Copy the full SHA 13bcd29View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41c63ab - Browse repository at this point
Copy the full SHA 41c63abView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5a85d85 - Browse repository at this point
Copy the full SHA 5a85d85View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d055c40 - Browse repository at this point
Copy the full SHA d055c40View commit details -
Fix/0xPolygonHermez#2257 effective gas price receipt (0xPolygonHermez…
…#2258) * effective gas price returned by the rpc in the receipt * linter
Configuration menu - View commit details
-
Copy full SHA for 76dc7d5 - Browse repository at this point
Copy the full SHA 76dc7d5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 87200f1 - Browse repository at this point
Copy the full SHA 87200f1View commit details
Commits on Jul 6, 2023
-
add more comments, and removed fields PrivateKeyPath and PrivateKeyPa…
…ssword from etherman.Config that are not in use
Configuration menu - View commit details
-
Copy full SHA for 9f39433 - Browse repository at this point
Copy the full SHA 9f39433View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21258d - Browse repository at this point
Copy the full SHA b21258dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7197f4e - Browse repository at this point
Copy the full SHA 7197f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3d34d - Browse repository at this point
Copy the full SHA 7e3d34dView commit details
Commits on Jul 7, 2023
-
Merge remote-tracking branch 'origin/develop' into feature/0xPolygonH…
…ermez#2200-add-documentation-for-node-config-file-2
Configuration menu - View commit details
-
Copy full SHA for 8566eed - Browse repository at this point
Copy the full SHA 8566eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e034f - Browse repository at this point
Copy the full SHA b6e034fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71541ee - Browse repository at this point
Copy the full SHA 71541eeView commit details
Commits on Jul 10, 2023
-
Fix/0xPolygonHermez#2263 gas used (0xPolygonHermez#2264)
* fix fea2scalar and gas used * suggestion * fix fea2scalar * suggestion
Configuration menu - View commit details
-
Copy full SHA for 623089a - Browse repository at this point
Copy the full SHA 623089aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9d03f8b - Browse repository at this point
Copy the full SHA 9d03f8bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 40b084b - Browse repository at this point
Copy the full SHA 40b084bView commit details
Commits on Jul 11, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 17a95f5 - Browse repository at this point
Copy the full SHA 17a95f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867aaaf - Browse repository at this point
Copy the full SHA 867aaafView commit details -
improve: adding check to skip appending effectivePercentage if curren…
…t forkId is under 5. Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 198243a - Browse repository at this point
Copy the full SHA 198243aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c00e4fa - Browse repository at this point
Copy the full SHA c00e4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861dbba - Browse repository at this point
Copy the full SHA 861dbbaView commit details
Commits on Jul 13, 2023
-
feat: adding functionality to stop sequencer on specific batch num fr…
…om config param. Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7e9f5b - Browse repository at this point
Copy the full SHA e7e9f5bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for caa9a3a - Browse repository at this point
Copy the full SHA caa9a3aView commit details
Commits on Jul 14, 2023
-
patch: adding print for X-Real-IP in JSON-RPC
Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4d0b88 - Browse repository at this point
Copy the full SHA a4d0b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bf764 - Browse repository at this point
Copy the full SHA 32bf764View commit details -
[Rehashing] Check logs order and fix blockhash and blockNumber in the…
… log conversion (0xPolygonHermez#2280) * fix and check order * linter
Configuration menu - View commit details
-
Copy full SHA for b5d5145 - Browse repository at this point
Copy the full SHA b5d5145View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2b1ea5f - Browse repository at this point
Copy the full SHA 2b1ea5fView commit details -
flushID synchronizer (0xPolygonHermez#2287)
* FlushID in synchronizer * linter * fix logs * commnets
Configuration menu - View commit details
-
Copy full SHA for e314df2 - Browse repository at this point
Copy the full SHA e314df2View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9b4057 - Browse repository at this point
Copy the full SHA c9b4057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c471d - Browse repository at this point
Copy the full SHA 80c471dView commit details -
add maxL2GasPrice (0xPolygonHermez#2294)
* add maxL2GasPrice * fix * fix * add test * document parameter * update description
Configuration menu - View commit details
-
Copy full SHA for 13cafe2 - Browse repository at this point
Copy the full SHA 13cafe2View commit details -
Error refactor (0xPolygonHermez#2302)
* error refactor * refactor
Configuration menu - View commit details
-
Copy full SHA for c761cea - Browse repository at this point
Copy the full SHA c761ceaView commit details
Commits on Jul 20, 2023
-
Fix replaced tx as failed when duplicated nonce (0xPolygonHermez#2308)
* Fix UpdateTxStatus for replacedTx * Fix adding tx with same nonce on AddrQueue
Configuration menu - View commit details
-
Copy full SHA for 9b409e4 - Browse repository at this point
Copy the full SHA 9b409e4View commit details -
log reprocess need (0xPolygonHermez#2309)
* log reprocess need * Update finalizer.go
Configuration menu - View commit details
-
Copy full SHA for 31eb8a4 - Browse repository at this point
Copy the full SHA 31eb8a4View commit details
Commits on Jul 21, 2023
-
Feature/2300 synchronizer detect if executor restart (0xPolygonHermez…
…#2306) * detect if executor restarts and stop synchonizer
Configuration menu - View commit details
-
Copy full SHA for 978e77b - Browse repository at this point
Copy the full SHA 978e77bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a814dc0 - Browse repository at this point
Copy the full SHA a814dc0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c66222f - Browse repository at this point
Copy the full SHA c66222fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da46fd - Browse repository at this point
Copy the full SHA 2da46fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd4c75 - Browse repository at this point
Copy the full SHA 6fd4c75View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44356c8 - Browse repository at this point
Copy the full SHA 44356c8View commit details -
do not add tx into the pool if a fatal error in the executor happens …
…during pre execution
Configuration menu - View commit details
-
Copy full SHA for 822858c - Browse repository at this point
Copy the full SHA 822858cView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d10f46 - Browse repository at this point
Copy the full SHA 7d10f46View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a6fc6f - Browse repository at this point
Copy the full SHA 6a6fc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6aa5e0 - Browse repository at this point
Copy the full SHA d6aa5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203751a - Browse repository at this point
Copy the full SHA 203751aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e95a8 - Browse repository at this point
Copy the full SHA d0e95a8View commit details
Commits on Jul 31, 2023
-
Worker
'sAddTxTracker
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]>
Configuration menu - View commit details
-
Copy full SHA for 38a97f0 - Browse repository at this point
Copy the full SHA 38a97f0View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80c8f20 - Browse repository at this point
Copy the full SHA 80c8f20View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1389c6b - Browse repository at this point
Copy the full SHA 1389c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99bc9f - Browse repository at this point
Copy the full SHA c99bc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7036565 - Browse repository at this point
Copy the full SHA 7036565View commit details
Commits on Aug 2, 2023
-
Merge pull request 0xPolygon#6 from 0xPolygonHermez/develop
merge upstream develop
Configuration menu - View commit details
-
Copy full SHA for 59fff83 - Browse repository at this point
Copy the full SHA 59fff83View commit details -
bugfix: fixing place where we need to increment the wg per address fo…
…r pending txs Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4806b58 - Browse repository at this point
Copy the full SHA 4806b58View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dce5cd0 - Browse repository at this point
Copy the full SHA dce5cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6996cc4 - Browse repository at this point
Copy the full SHA 6996cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623bd0b - Browse repository at this point
Copy the full SHA 623bd0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 021c4cd - Browse repository at this point
Copy the full SHA 021c4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31384a2 - Browse repository at this point
Copy the full SHA 31384a2View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2298c8f - Browse repository at this point
Copy the full SHA 2298c8fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 24cbf1a - Browse repository at this point
Copy the full SHA 24cbf1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e4985 - Browse repository at this point
Copy the full SHA 22e4985View commit details -
Merge pull request 0xPolygon#7 from 0xPolygon/rollup2validium-same-im…
…ports LFG Validium
Configuration menu - View commit details
-
Copy full SHA for 6db064b - Browse repository at this point
Copy the full SHA 6db064bView commit details -
bugfix: attaching missing TxTracker.From to pending txs to store for …
…forced batches. (0xPolygonHermez#2365) Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c32934 - Browse repository at this point
Copy the full SHA 9c32934View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6206f - Browse repository at this point
Copy the full SHA de6206fView commit details
Commits on Aug 4, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8ec1474 - Browse repository at this point
Copy the full SHA 8ec1474View commit details -
bugfix: fixing finalizer's handling. (0xPolygonHermez#2375)
Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e15805d - Browse repository at this point
Copy the full SHA e15805dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3cc9d - Browse repository at this point
Copy the full SHA ca3cc9dView commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81a6bf6 - Browse repository at this point
Copy the full SHA 81a6bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901466f - Browse repository at this point
Copy the full SHA 901466fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8275016 - Browse repository at this point
Copy the full SHA 8275016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5b26e - Browse repository at this point
Copy the full SHA 9a5b26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dffbfb - Browse repository at this point
Copy the full SHA 6dffbfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcd6b0 - Browse repository at this point
Copy the full SHA 4dcd6b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53d87a - Browse repository at this point
Copy the full SHA c53d87aView commit details
Commits on Aug 7, 2023
-
Refactor nonce calculation for addQueue (0xPolygonHermez#2382)
* refactor nonce * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 8d4ba17 - Browse repository at this point
Copy the full SHA 8d4ba17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f4290 - Browse repository at this point
Copy the full SHA 23f4290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 571de06 - Browse repository at this point
Copy the full SHA 571de06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cfd28c - Browse repository at this point
Copy the full SHA 1cfd28cView commit details
Commits on Aug 8, 2023
-
check to avoid data inconsistencies (0xPolygonHermez#2387)
* check to avoid data inconsistencies * check batchL2Data * names in the logs
Configuration menu - View commit details
-
Copy full SHA for c05398c - Browse repository at this point
Copy the full SHA c05398cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f286d0a - Browse repository at this point
Copy the full SHA f286d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ce3d7 - Browse repository at this point
Copy the full SHA 98ce3d7View commit details
Commits on Aug 9, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8848855 - Browse repository at this point
Copy the full SHA 8848855View commit details -
Merge pull request 0xPolygon#9 from 0xPolygon/Feature/allow-cli
Allow List CLI
Configuration menu - View commit details
-
Copy full SHA for a5f96d9 - Browse repository at this point
Copy the full SHA a5f96d9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5784aea - Browse repository at this point
Copy the full SHA 5784aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 072be43 - Browse repository at this point
Copy the full SHA 072be43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e9dfb - Browse repository at this point
Copy the full SHA b4e9dfbView commit details
Commits on Aug 11, 2023
-
l2coinbase (0xPolygonHermez#2400)
* l2coinbase * add default config * add support config fields that are common.Address * docs * prover image --------- Co-authored-by: joanestebanr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f041a1b - Browse repository at this point
Copy the full SHA f041a1bView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 994cb2c - Browse repository at this point
Copy the full SHA 994cb2cView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f494784 - Browse repository at this point
Copy the full SHA f494784View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for caf26bd - Browse repository at this point
Copy the full SHA caf26bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5040346 - Browse repository at this point
Copy the full SHA 5040346View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 59eaa75 - Browse repository at this point
Copy the full SHA 59eaa75View commit details -
Configuration menu - View commit details
-
Copy full SHA for c95cce4 - Browse repository at this point
Copy the full SHA c95cce4View commit details
Commits on Aug 18, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 3b98022 - Browse repository at this point
Copy the full SHA 3b98022View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ad731f - Browse repository at this point
Copy the full SHA 9ad731fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26701d1 - Browse repository at this point
Copy the full SHA 26701d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dee810 - Browse repository at this point
Copy the full SHA 6dee810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c05f90 - Browse repository at this point
Copy the full SHA 2c05f90View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c4549b4 - Browse repository at this point
Copy the full SHA c4549b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863a8f9 - Browse repository at this point
Copy the full SHA 863a8f9View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06ec9bf - Browse repository at this point
Copy the full SHA 06ec9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5163ed6 - Browse repository at this point
Copy the full SHA 5163ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d76273 - Browse repository at this point
Copy the full SHA 6d76273View commit details -
bugifx: adding missing tx.BreakEvenGasPrice nil check
Signed-off-by: Nikolay Nedkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e31815 - Browse repository at this point
Copy the full SHA 4e31815View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb2d26 - Browse repository at this point
Copy the full SHA ebb2d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b6388 - Browse repository at this point
Copy the full SHA a0b6388View commit details -
Merge pull request 0xPolygonHermez#2452 from 0xPolygonHermez/bugfix/e…
…ffectiveGasPrice-nil-ref bugifx: adding missing tx.BreakEvenGasPrice nil check
Configuration menu - View commit details
-
Copy full SHA for 9d9801f - Browse repository at this point
Copy the full SHA 9d9801fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667d846 - Browse repository at this point
Copy the full SHA 667d846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b54d49 - Browse repository at this point
Copy the full SHA 9b54d49View commit details -
Merge pull request 0xPolygon#12 from 0xPolygon/pullupstream/v0.2.5
Pullupstream/v0.2.5
Configuration menu - View commit details
-
Copy full SHA for 29fc20d - Browse repository at this point
Copy the full SHA 29fc20dView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for c1dd19c - Browse repository at this point
Copy the full SHA c1dd19cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2983243 - Browse repository at this point
Copy the full SHA 2983243View commit details -
Reprocess full batch in parallel (sanity check) (0xPolygonHermez#2425)
* reprocess full batch in parallel (sanity check) * update doc * update reprocessFullBatch logs
Configuration menu - View commit details
-
Copy full SHA for da77be4 - Browse repository at this point
Copy the full SHA da77be4View commit details
Commits on Aug 24, 2023
-
Speed up deleting batches from stateDB creating an index for state.re…
…ceipt.block_num (0xPolygonHermez#2457) * receipt deletion index * receipt deletion index
Configuration menu - View commit details
-
Copy full SHA for 9537f04 - Browse repository at this point
Copy the full SHA 9537f04View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb11e0f - Browse repository at this point
Copy the full SHA eb11e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1440a3 - Browse repository at this point
Copy the full SHA f1440a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdc061 - Browse repository at this point
Copy the full SHA 5bdc061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393a55c - Browse repository at this point
Copy the full SHA 393a55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a68954 - Browse repository at this point
Copy the full SHA 4a68954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d3387 - Browse repository at this point
Copy the full SHA 97d3387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59028cf - Browse repository at this point
Copy the full SHA 59028cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a84fe9 - Browse repository at this point
Copy the full SHA 0a84fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa620b - Browse repository at this point
Copy the full SHA 8fa620bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ad1fb - Browse repository at this point
Copy the full SHA 74ad1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e23d5 - Browse repository at this point
Copy the full SHA 33e23d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 298a66f - Browse repository at this point
Copy the full SHA 298a66fView commit details
Commits on Aug 28, 2023
-
Merge pull request 0xPolygon#13 from 0xPolygon/cdk
Rename to cdk
Configuration menu - View commit details
-
Copy full SHA for 53a4ff4 - Browse repository at this point
Copy the full SHA 53a4ff4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f16d9ae - Browse repository at this point
Copy the full SHA f16d9aeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 307e83e - Browse repository at this point
Copy the full SHA 307e83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4257f3f - Browse repository at this point
Copy the full SHA 4257f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 375bffa - Browse repository at this point
Copy the full SHA 375bffaView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c95bf34 - Browse repository at this point
Copy the full SHA c95bf34View commit details -
Configuration menu - View commit details
-
Copy full SHA for a524449 - Browse repository at this point
Copy the full SHA a524449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe7487 - Browse repository at this point
Copy the full SHA 5fe7487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e872a0 - Browse repository at this point
Copy the full SHA 1e872a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f8663 - Browse repository at this point
Copy the full SHA 78f8663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215eafb - Browse repository at this point
Copy the full SHA 215eafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8dbf2c - Browse repository at this point
Copy the full SHA a8dbf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef010a - Browse repository at this point
Copy the full SHA 6ef010aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ea6cf - Browse repository at this point
Copy the full SHA 81ea6cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f9fc7 - Browse repository at this point
Copy the full SHA a3f9fc7View commit details -
Merge pull request 0xPolygon#19 from 0xPolygon/readme
Updated README
Configuration menu - View commit details
-
Copy full SHA for 9cbba5e - Browse repository at this point
Copy the full SHA 9cbba5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 841a667 - Browse repository at this point
Copy the full SHA 841a667View commit details -
Merge pull request 0xPolygon#20 from 0xPolygon/readme
Updated README
Configuration menu - View commit details
-
Copy full SHA for 9da5739 - Browse repository at this point
Copy the full SHA 9da5739View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc75fb - Browse repository at this point
Copy the full SHA ecc75fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee7def - Browse repository at this point
Copy the full SHA eee7defView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88ffe6a - Browse repository at this point
Copy the full SHA 88ffe6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834a385 - Browse repository at this point
Copy the full SHA 834a385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538100a - Browse repository at this point
Copy the full SHA 538100aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 503fef8 - Browse repository at this point
Copy the full SHA 503fef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418cdce - Browse repository at this point
Copy the full SHA 418cdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 787cd60 - Browse repository at this point
Copy the full SHA 787cd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b425892 - Browse repository at this point
Copy the full SHA b425892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9957f09 - Browse repository at this point
Copy the full SHA 9957f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a06131 - Browse repository at this point
Copy the full SHA 8a06131View commit details
Commits on Aug 31, 2023
-
Merge pull request 0xPolygon#22 from bap2pecs/patch-2
Fix wrong image names in docker-compose.yml
Configuration menu - View commit details
-
Copy full SHA for a38297e - Browse repository at this point
Copy the full SHA a38297eView commit details -
Merge pull request 0xPolygon#23 from 0xPolygon/feature/marshal-types-…
…duration Feature/marshal types duration
Configuration menu - View commit details
-
Copy full SHA for 8d07bc9 - Browse repository at this point
Copy the full SHA 8d07bc9View commit details -
Merge pull request 0xPolygon#21 from 0xPolygon/pullupstream/v0.0.3
Pullupstream/v0.3.0
Configuration menu - View commit details
-
Copy full SHA for 47ae596 - Browse repository at this point
Copy the full SHA 47ae596View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6512daa - Browse repository at this point
Copy the full SHA 6512daaView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97899ad - Browse repository at this point
Copy the full SHA 97899adView commit details -
Merge pull request 0xPolygon#30 from IdrisHanafi/hotfix/pool-db-optim…
…ization hotfix: prevent pool_db connections from accumulating
Configuration menu - View commit details
-
Copy full SHA for 5399f88 - Browse repository at this point
Copy the full SHA 5399f88View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b3e92f - Browse repository at this point
Copy the full SHA 3b3e92fView commit details