Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

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

Release notes

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

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] WriteTimeout = "5s"

  • Fix use of L2Coinbase address configured in SequenceSender.L2Coinbase parameter instead of use the sequencer address, since these 2 addresses can be different (#3642)
  • Use geth block hash calculation for L2 blocks in datastream (#3661)
  • Add delay when getting storedFlushId from the executor/hashdb (#3625). This delay can be defined in the following configuration parameter:

[Sequencer.Finalizer] FlushIdCheckInterval = "50ms"

Sequence sender

  • Remove synchronization with virtual state (#3666)
  • Add L1 block confirmations to consider a sequence as confirmed (#3666). The number of L1 block confirmations can be defined in the following configuration parameter:

[SequenceSender] SequenceL1BlockConfirmations = 32

v0.6.8

Compatible versions:

Changelog

Version v0.6.8 is a patch-release fixing some issues found in v0.6.7

Sequencer

  • Do fatal when datastream channel is full (workaround to fix datastream blocking issue) (#3650)
  • Add delay when getting storedFlushId from the executor/hashdb (#3651)

... (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 <dependency name> 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)

Bumps [github.com/0xPolygonHermez/zkevm-node](https://github.com/0xPolygonHermez/zkevm-node) from 0.6.8-RC8 to 0.7.1-RC3.
- [Release notes](https://github.com/0xPolygonHermez/zkevm-node/releases)
- [Changelog](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/.goreleaser.yaml)
- [Commits](0xPolygonHermez/zkevm-node@v0.6.8-RC8...v0.7.1-RC3)

---
updated-dependencies:
- dependency-name: github.com/0xPolygonHermez/zkevm-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 30, 2024
@cla-bot cla-bot bot added the cla-signed label Jul 30, 2024
Copy link

sonarcloud bot commented Jul 30, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2024

Superseded by #656.

@dependabot dependabot bot closed this Jul 31, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/develop/github.com/0xPolygonHermez/zkevm-node-0.7.1-RC3 branch July 31, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants