0xPolygonHermez / zkevm-bridge-service

Other
68 stars 66 forks source link

Bump github.com/0xPolygonHermez/zkevm-node from 0.6.8-RC8 to 0.7.2-RC3 #658

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/0xPolygonHermez/zkevm-node from 0.6.8-RC8 to 0.7.2-RC3.

Release notes

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

v0.7.1

Compatible versions:

Changelog

RPC

  • Fix issue with the trace memory for the previous step when using call tracer (#3740)
  • Add returnData field for the default tracer (#3740)

Aggregator

  • Wait the state to be synced when starting aggregator (#3735)

Sequencer

  • Close inactive datastream client connections (#3727). The following config parameters has been added:

[Sequencer.StreamServer] InactivityTimeout = "120s" InactivityCheckInterval = "5s"

  • Fix wrong "batch end" entry when updating datastream file during startup (#3741)
  • Fix execute batch sanity check in sequential mode (#3722)

Sequence sender

  • Add mined L1 blocknumber in monitored tx result and use it to perform the wait for L1Block confirmations (#3734)

v0.7.0

Compatible versions:

Changelog

RPC

  • Remove synchronizer dependency from eth-tx-manager when confirming a monitored transaction (#3677)
  • Remove creation of DB transaction for endpoints that only executes readonly DB queries (#3628)
  • Add optimistic gas computation while estimating gas (#3653)
  • Add new TxFeeCap configuration parameter which represents the global transaction fee (price * gaslimit) cap for send-transaction variants. The unit is ether and the default value is 1 (0 means no cap). This configuration parameter only affects to the trusted node (#3611)

[Pool] TxFeeCap = 1.0

Synchronizer

  • Add new configuration parameter to specify if the synchronization from L2 is enabled (#3641)

[Synchronizer.L2Synchronization] Enabled = true

Sequencer

  • New datastream format (#3597, #3608, #3612, #3615, #3617, #3620)
  • Add write timemout for datastream client connections (#3690). This timeout can be configured in the following configuration parameter:

[Sequencer.StreamServer]

... (truncated)

Commits
  • e3bd07a Fix linter and test
  • dde1800 fix check OOC (node level) when preexecuting the tx in RPC
  • bab7074 change log level for ooc (node level) when adding tx to the worker
  • ede24c6 Fix tx OOC (node level) for first empty L2 block in batch
  • d20b6b2 Refactor datastream logs (#3743)
  • f594715 fix tracer previous step memory pointers (#3740)
  • 1adc67d Fix update datastream file (#3741)
  • 8a1e192 Wait the state to be synced when starting (#3735)
  • 19beaa9 Add mined l1blocknumber to MonitoredTxResult. Undo forkid10 and forkid11 chan...
  • 7aa74dc kill inactive datastream clients (#3727)
  • Additional commits viewable in compare view


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 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 1 month ago

Superseded by #659.