Skip to content

Tags: DNK90/zkevm-node

Tags

v0.6.7-RC15

Toggle v0.6.7-RC15's commit message
Merge branch 'release/v0.6.6' into release/l2block-reorg

v0.6.7-RC14

Toggle v0.6.7-RC14's commit message
Fix unlock mutex in addTxTracker. Set wipTx to nil in RestoreTxsPendi…

…ngToStore

v0.6.7-RC13

Toggle v0.6.7-RC13's commit message
added logs to analyze blocking issue when storing L2 block

v0.6.6-RC5

Toggle v0.6.6-RC5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.6.7-RC12

Toggle v0.6.7-RC12's commit message
Merge branch 'release/v0.6.6' into release/l2block-reorg

v0.6.7-RC1

Toggle v0.6.7-RC1's commit message
first implementation of parallel sequencer optmizations and L2 block …

…reorg management

v0.6.6-RC4

Toggle v0.6.6-RC4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/0xPolygonHermez#3565 reorg (0xPolygonHermez#3566)

* fix + logs

* fix loop

* Revert "fix + logs"

This reverts commit 39ced69.

v0.6.6-RC3

Toggle v0.6.6-RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix + remove empty blocks (0xPolygonHermez#3564)

* Fix + remove empty blocks

* unit test

* linter

v0.6.6-RC2

Toggle v0.6.6-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.6.6-RC1

Toggle v0.6.6-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
check GER and index of synced L1InfoRoot matches with sc values (0xPo…

…lygonHermez#3551)