Skip to content

Tags: giacomolicari/zkevm-node

Tags

v0.0.3-RC12

Toggle v0.0.3-RC12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix stateroot on first run (0xPolygonHermez#1740)

* fix stateroot on first run

* add check stateroot in reprocessfull

* fix

v0.0.3-R13

Toggle v0.0.3-R13's commit message
update gopackr, without go mod tidy

v0.0.3-RC11

Toggle v0.0.3-RC11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v0.0.3-RC10

Toggle v0.0.3-RC10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix error handling in sequencer (0xPolygonHermez#1730)

* fix error handling in sequencer

* fix error log

* fix error log

* fix error log

* fix test

* fix test

v0.0.3-RC9

Toggle v0.0.3-RC9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix (0xPolygonHermez#1727)

* fix

* remove maxSequenceSize

* linter

v0.0.3-RC8

Toggle v0.0.3-RC8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
sequencer fixes (0xPolygonHermez#1724)

* sequencer fixes

* comment test

* fix test

v0.0.3-RC7

Toggle v0.0.3-RC7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
get nonce from state (0xPolygonHermez#1710)

* get nonce from state

* foce block number

* foce block number and nonce

v0.0.3-RC6

Toggle v0.0.3-RC6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Aggregator] Do not return in case of final proof error (0xPolygonHer…

…mez#1691)

* fix: do not return in case of final proof error

This commit fixes the flow going on after a failure generating a final
proof. The code was returning the error without "unlocking" the
underlying proof, which appeared to be stuck and eventually cleared by
the scheduled cleanup job. Instead we now just log it and carry on
handling the underlying proof.

* test: add test cases for tryBuildFinalProof error

v0.0.3-RC5

Toggle v0.0.3-RC5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Detect L2 reorgs by counting number of reorgs (0xPolygonHermez#1688)

v0.0.3-RC4

Toggle v0.0.3-RC4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
comment code (0xPolygonHermez#1684)