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

chore(deps): Bump github.com/ethereum/go-ethereum from 1.11.4 to 1.11.5 #1511

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps github.com/ethereum/go-ethereum from 1.11.4 to 1.11.5.

Release notes

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

Erszbat (v1.11.5)

Geth v1.11.5 enables the Shanghai upgrade on Wednesday, April 12, 2023 10:27:35 PM UTC

The Shanghai upgrade contains the following EIPs:

⚠️ In order to be able to follow the chain through the upgrade on Wednesday, April 12, 2023 10:27:35 PM UTC, this upgrade is required. ⚠️

Notable changes:

  • Enable Shanghai at 1681338455 unix time (#26908)
  • Improve error message on bad blocks (#26870)

Minor changes and bugfixes

  • Preparatory changes for path-based storage (#26763)
  • Changes needed use overlay protocols in discv5 (#26699)
  • Add support for encoding uint256.Int in RLP (#26898)
  • Fixed a bug where local transaction would be rejected with -32000, future transaction tries to replace pending when send out of order (#26930)
  • Reject keywords safe or pending over RPC pre merge (#26862
  • Fix file permissions on admin_exportChain (#26912)

For a full rundown of the changes please consult the Geth 1.11.5 release milestone.


As with all our previous releases, you can find the:

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 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/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.11.4...v1.11.5)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from evan-forbes as a code owner March 21, 2023 09:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2023

The following labels could not be found: automerge.

@MSevey MSevey requested review from a team and rootulp and removed request for a team March 21, 2023 09:58
@github-actions github-actions bot added the bot item was created by a bot label Mar 21, 2023
@github-actions
Copy link

PR Preview Action v1.3.0
🚀 Deployed preview to https://celestiaorg.github.io/celestia-app/pr-preview/pr-1511/
on branch gh-pages at 2023-03-21 09:58 UTC

@codecov-commenter
Copy link

Codecov Report

Merging #1511 (0796653) into main (71ab161) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1511   +/-   ##
=======================================
  Coverage   50.70%   50.70%           
=======================================
  Files          82       82           
  Lines        4723     4723           
=======================================
  Hits         2395     2395           
  Misses       2134     2134           
  Partials      194      194           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rootulp rootulp requested a review from rach-id March 21, 2023 10:22
@rootulp
Copy link
Collaborator

rootulp commented Mar 21, 2023

I was curious on what QGB related functionality in this repo uses go-ethereum:

  1. To convert a hex encoded Ethereum address to a fixed-length byte array
  2. To convert the raw byte slice of an Ethereum address to a fixed-length byte array
  3. To convert a hex encoded Ethereum private key to a *ecdsa.PrivateKey
  4. To check if an a string is a valid hex address
  5. To calculate the Keccak256Hash of some bytes
  6. A few types: bind.CallOpts
  7. To connect to an EVM RPC here

@rootulp rootulp merged commit 051b59f into main Mar 21, 2023
@rootulp rootulp deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.11.5 branch March 21, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants