0xPolygonHermez / zkevm-bridge-service

Other
68 stars 66 forks source link

Bump github.com/0xPolygonHermez/zkevm-node from 0.5.0-RC18 to 0.6.8-RC8 #626

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps github.com/0xPolygonHermez/zkevm-node from 0.5.0-RC18 to 0.6.8-RC8.

Release notes

Sourced from github.com/0xPolygonHermez/zkevm-node's releases.

v0.6.6

Compatible versions:

Changelog

Version v0.6.6 is a patch-release fixing some issues found in v0.6.5

RPC

  • Add statedb database migration to fix wrong tx index values (#3556)

Synchronizer

  • Improve detection of L1 reorgs and possible inconsistent responses from L1 nodes (#3553)
  • Check L1 blocks perodiocally in background to detect, as soon as possible, L1 reorgs (#3546). The following configuration parameters has been added to configure this feature:

[Synchronizer.L1BlockCheck] Enable = true L1SafeBlockPoint = "finalized" L1SafeBlockOffset = 0 ForceCheckBeforeStart = true PreCheckEnable = true L1PreSafeBlockPoint = "safe" L1PreSafeBlockOffset = 0

  • Stop syncing from L2 after first batch not closed (#3584)
  • Fix panic error when synchronizing from L2 (#3582)

Sequencer

  • Fix adding tx to the worker pool when it matches with tx that is being processed (#3559)
  • Check that GER and index of synced L1InfoRoot matches with values reported from the smartcontract (#3551)

v0.6.5

Compatible versions:

Changelog

Version v0.6.5 is a patch-release fixing some issues found in v0.6.4

RPC

  • Fix deltaTimeStamp and TimestampLimit for eth_call (#3529)
  • Fix sort logs by transaction hash and then by log index (#3476)
  • Fix debug trace to compute effective gas price percentage based on tx execution values (#3503)

Synchronizer

  • Use generic ethereum client for L2 (#3519)
  • Fix reset the L1InfoRoot memory variables when a L1 reorg is detected (#3515)
  • Fix transaction index calculation on receipt (#3500)
  • Syncing block protection to allow syncing only safe, finalized or latest L1 blocks (#3545)
</tr></table> 

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud