base-org / pessimism

Detect real-time threats and events on OP Stack compatible blockchains
https://base-org.github.io/pessimism/
MIT License
1.54k stars 435 forks source link

Bump github.com/ethereum-optimism/optimism from 1.2.0 to 1.4.2 #199

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/ethereum-optimism/optimism from 1.2.0 to 1.4.2.

Release notes

Sourced from github.com/ethereum-optimism/optimism's releases.

Release op-node v1.4.2

✨ This is a minor release and upgrading is optional for the op-node.

This release contains two breaking changes:

  1. If trustrpc is set to true, the op-node will not validate receipts. This will be changed back to the old behavior in v1.4.3
  2. The RPC Alt Sync method is removed. There is a P2P based mechanism which is enabled by default.

What's Changed

Full Changelog: https://github.com/ethereum-optimism/optimism/compare/op-node/v1.4.0...op-node/v1.4.2

Docker Images

https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.4.2

Release op-batcher & op-proposer v1.4.2

⬆️ This is a recommended release for the op-batcher & the op-proposer.

It switches the compressor type to shadow by default on the batcher, adds an optional active sequencer follow mode on the batcher & proposer, & includes several bugfixes to the transaction manger.

Partial Changelog

... (truncated)

Commits
  • 306b47d Change Elipse to Ecotone in configs (#8758)
  • edec19f Ensure that fee is increased by at least 10% (#8747)
  • 8b197bc op-exporter: don't use the deprecated function ioutil.ReadFile (#8753)
  • 54be543 op-e2e: Migrate multi game e2e tests (#8742)
  • 9d13ae0 Refactor BindGen E2E tests (#8741)
  • 6c23fbe feat(ctb): Prevent extraData from being too large in the `OutputBisectionGa...
  • 5489b7f specs: cleanup guaranteed-gas-market (#8740)
  • 3addd59 build(deps-dev): bump @​vitest/coverage-istanbul from 1.0.2 to 1.1.0 (#8692)
  • 7642d54 op-e2e: Load logs from the receipts instead of rescanning entire chain (#8739)
  • 90afc7a build(deps): bump viem from 1.19.15 to 1.20.3 (#8730)
  • 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)
dependabot[bot] commented 9 months ago

Superseded by #201.