chore(deps): bump @openzeppelin/contracts-upgradeable from 4.4.0 to 4.4.1#1929
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #1929 +/- ##
========================================
Coverage 74.42% 74.42%
========================================
Files 79 79
Lines 2545 2545
Branches 397 397
========================================
Hits 1894 1894
Misses 651 651
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Bumps [@openzeppelin/contracts-upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts-upgradeable@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts-upgradeable" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
a766aa9 to
0b6faa2
Compare
|
Superseded by #2004. |
## Description This PR adds a shim protocol for the sync-req-resp protocol supported by the op-node here https://specs.optimism.io/protocol/rollup-node-p2p.html#payload_by_number. This handler will always return the `Not Found` response. This will ensure that `op-nodes` are not penalizing the `kona-nodes` for not supporting it. We can remove this handler once the `op-node` team phases out support for the `sync-req-resp` protocol. ## Side notes This PR removes the environment variables in the kurtosis network configuration to disable the `req-resp` protocol. Network appears to remain stable and kona-nodes are not penalized Closes #2032 and hopefully #1929 --------- Co-authored-by: clabby <ben@clab.by>
…kona#2042) ## Description This PR adds a shim protocol for the sync-req-resp protocol supported by the op-node here https://specs.optimism.io/protocol/rollup-node-p2p.html#payload_by_number. This handler will always return the `Not Found` response. This will ensure that `op-nodes` are not penalizing the `kona-nodes` for not supporting it. We can remove this handler once the `op-node` team phases out support for the `sync-req-resp` protocol. ## Side notes This PR removes the environment variables in the kurtosis network configuration to disable the `req-resp` protocol. Network appears to remain stable and kona-nodes are not penalized Closes #2032 and hopefully #1929 --------- Co-authored-by: clabby <ben@clab.by>
Bumps @openzeppelin/contracts-upgradeable from 4.4.0 to 4.4.1.
Release notes
Sourced from
@openzeppelin/contracts-upgradeable's releases.Changelog
Sourced from
@openzeppelin/contracts-upgradeable's changelog.Commits
3ff38d8Transpile 5fcb6c7244c52afTranspile 5fcb6c72Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.