Tags: DNK90/zkevm-node
Tags
Merge branch 'release/v0.6.6' into release/l2block-reorg
Fix unlock mutex in addTxTracker. Set wipTx to nil in RestoreTxsPendi… …ngToStore
added logs to analyze blocking issue when storing L2 block
fix L1InfoRoot when an error happens during the process of the L1 inf… …ormation (0xPolygonHermez#3576) * fix * Comments + mock * avoid error from some L1providers when fromBlock is higher than toBlock * Revert some changes * comments * add L2BlockModulus to L1check * doc * fix dbTx = nil * fix unit tests
Merge branch 'release/v0.6.6' into release/l2block-reorg
first implementation of parallel sequencer optmizations and L2 block … …reorg management
Fix/0xPolygonHermez#3565 reorg (0xPolygonHermez#3566) * fix + logs * fix loop * Revert "fix + logs" This reverts commit 39ced69.
Fix + remove empty blocks (0xPolygonHermez#3564) * Fix + remove empty blocks * unit test * linter
synchronizer: check l1blocks (0xPolygonHermez#3546) * wip * run on background L1block checker * fix lint and documentation * fix conflict * add unittest * more unittest * fix lint * increase timeout for async unittest * fix unittest * rename GetResponse for GetResult and fix uniitest * add a second gorutines for check the newest blocks * more unittest * add unittest and run also preCheck on launch * by default Precheck from FINALIZED and SAFE * fix unittest, apply PR comments * changes suggested by ARR552 in integration method * fix documentation * import new network-l1-mock from PR#3553 * import new network-l1-mock from PR#3553 * import new network-l1-mock from PR#3553 * import new network-l1-mock from PR#3553 * fix unittest * fix PR comments * fix error * checkReorgAndExecuteReset can't be call with lastEthBlockSynced=nil * add parentHash to error * fix error * merge 3553 fix unittest * fix unittest * fix wrong merge * adapt parallel reorg detection to flow * fix unit tests * fix log * allow use sync parallel mode --------- Co-authored-by: Alonso <[email protected]>
check GER and index of synced L1InfoRoot matches with sc values (0xPo… …lygonHermez#3551)
PreviousNext