-
Notifications
You must be signed in to change notification settings - Fork 13
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/ethereum/go-ethereum from 1.9.25 to 1.10.9 #232
Bump github.com/ethereum/go-ethereum from 1.9.25 to 1.10.9 #232
Conversation
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.25 to 1.10.9. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.9.25...v1.10.9) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Currently failing due to the main/handlers/blockchain test with this error:
|
@Javany could you please look at the issue with this upgrade. |
since go-ethereum has changed, we need the following updates:
|
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.
needs updating. left a comment
Thanks. If you can push those changes to the Also I get this error when upgrading, even after clearing my cache:
We may as well move to the latest v1.10 release, no? |
pushed the changes and the bug relating to FakeETHClient is resolved. |
Thank you. Merging should fix that.
… |
…go-ethereum-1.10.9
* Merged with upstream master * Go packages upgraded
Bumps github.com/ethereum/go-ethereum from 1.9.25 to 1.10.9.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
eae3b19
params: release go-ethereum v1.10.9 stable3a6fe69
eth/protocols/snap, trie: better error-handling (#23657)42bc194
graphql: add storage slots to access list (#23650)a541fbe
eth/protocols/eth: simplify peer known block/txs caches (#23649)3531ca2
eth/tracers: avoid unsyncronized mutations on trie database (#23632)92c5d10
accounts/abi/bind: check event signature before parsing (#23230)783e97e
core/rawdb: avoid unnecessary receipt processing for log filtering (#23147)ab2caae
eth/tracers: implement debug.intermediateRoots (#23594)443afc9
core/state: move state account to core/types + abstracted "write account to t...ac7baea
eth/tracers: re-write of 4byte tracer using enter/exit (#23622)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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will 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.