oasis-sdk
oasis-sdk copied to clipboard
client-sdk/go: bump github.com/ethereum/go-ethereum from 1.10.19 to 1.10.26 in /client-sdk/go
Bumps github.com/ethereum/go-ethereum from 1.10.19 to 1.10.26.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Paravin (v1.10.26)
Geth v1.10.26 contains backports of bug-fixes from the main branch.
- The JSON-RPC client no longer hangs when invalid batch results are returned by the server. (#26064)
- A corner-case issue in the filter system is resolved. (#26054)
- Various improvements to snap sync are included in this release. (#25831, #25694, #25666, #25651)
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Nemata (v1.10.25)
Geth v1.10.25 is a tiny update to flip the mainnet chain configuration to be post-merge. This disables legacy sync and will prevent Geth from even starting sync until a consensus client is attached and sends forkchoice updates. The update prevents bad PoW actors from trying to get the node to - temporarily, but annoyingly - download bad state data.
This release is optional and only affects initial sync. The release was made mostly for completeness' sake rather than out of necessity.
For a full rundown of the changes please consult the Geth 1.10.25 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Jarfor (v1.10.24)
Geth v1.10.24 is a small hotfix release for users of the GraphQL APIs. It fixes a single bug where filtering for logs from a single transaction via GraphQL returned logs from the entire block, not just the single transaction. Single transaction log filtering is unavailable via the RPC and does not impact the merge.
You only need to apply this change if you rely on both GraphQL and single transaction log filtering.
For a full rundown of the changes please consult the Geth 1.10.24 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Sentry Omega (v1.10.23)
Geth v1.10.23 is a hotfix release for a pruning regression that was introduced in v1.10.22. For technical details on the bug, please check out the PR that fixes it.
... (truncated)
Commits
e5eb32aparams: release geth v1.10.26 stable211dbb7rpc: handle wrong HTTP batch response length (#26064)27600a5eth/filters: change filter block to be by-ref (#26054)99bbb33eth: fix a rare datarace on CHT challenge reply / shutdown (#25831)a32e69atrie: check childrens' existence concurrently for snap heal (#25694)937ea49eth/protocols/snap: throttle trie heal requests when peers DoS us (#25666)85e469feth/protocols/snap: fix problems due to idle-but-busy peers (#25651)69568c5params: release Geth v1.10.258f61fc8params: set TerminalTotalDifficultyPassed to true (#25769)972007aRelease Geth v1.10.24- Additional commits viewable in compare view
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 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)
Codecov Report
Merging #1189 (23ce423) into main (22b9e3f) will decrease coverage by
0.99%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #1189 +/- ##
==========================================
- Coverage 67.97% 66.98% -0.99%
==========================================
Files 133 132 -1
Lines 12549 12307 -242
==========================================
- Hits 8530 8244 -286
- Misses 3989 4033 +44
Partials 30 30
| Impacted Files | Coverage Δ | |
|---|---|---|
| contract-sdk/specs/token/oas20/src/helpers.rs | 0.00% <0.00%> (-78.98%) |
:arrow_down: |
| contract-sdk/specs/token/oas20/src/lib.rs | 0.00% <0.00%> (-58.26%) |
:arrow_down: |
| contract-sdk/specs/token/oas20/src/types.rs |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #1263.