-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore(deps): bump github.com/ethereum/go-ethereum from 1.13.11 to 1.13.13 #228
chore(deps): bump github.com/ethereum/go-ethereum from 1.13.11 to 1.13.13 #228
Conversation
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.11 to 1.13.13. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.13.11...v1.13.13) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -457,15 +457,8 @@ func (c *conn) handleNewPooledTransactionHashes(ctx context.Context, version uin | |||
var name string | |||
|
|||
switch version { | |||
case 66, 67: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi @minhd-vu, I had to drop support for eth/66
and eth/67
since it looks like it's no longer supported by geth. See ethereum/go-ethereum#28956.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hold off on merging this in until bor
completely upgrades to eth/68
. You can monitor it here.
…-ethereum-1.13.13
A newer version of github.com/ethereum/go-ethereum exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
…-ethereum-1.13.13
…-ethereum-1.13.13
It looks like we'll soon be able to merge this PR! |
…-ethereum-1.13.13
Closing in favour of #399 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/ethereum/go-ethereum from 1.13.11 to 1.13.13.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
7f131dc
Merge branch 'master' into release/1.133b4ede7
params: release go-ethereum v1.13.13 stableb47cf8f
internal/ethapi: fix defaults for blob fields (#29037)b9ca38b
core/txpool: fix typo (#29036)79e340f
params: add cancun upgrade banner (#29042)bba3fa9
core,eth,internal: fix typo (#29024)7f5e96d
core/txpool: fix typo (#29031)f4852b8
core/txpool, eth, miner: retrieve plain and blob txs separately (#29026)ac0ff04
core/vm, params: ensure order of forks, prevent overflow (#29023)6fb0d09
core/txpool, miner: speed up blob pool pending retrievals (#29008)You can trigger a rebase of this PR 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)