Skip to content

build(deps): Bump the all-go group across 8 directories with 6 updates#3076

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-go-a3de7dede9
Open

build(deps): Bump the all-go group across 8 directories with 6 updates#3076
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-go-a3de7dede9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the all-go group with 3 updates in the / directory: github.com/filecoin-project/go-jsonrpc, github.com/ipfs/go-datastore and github.com/libp2p/go-libp2p-kad-dht.
Bumps the all-go group with 1 update in the /apps/evm directory: github.com/ipfs/go-datastore.
Bumps the all-go group with 1 update in the /apps/grpc directory: github.com/ipfs/go-datastore.
Bumps the all-go group with 1 update in the /apps/testapp directory: github.com/ipfs/go-datastore.
Bumps the all-go group with 1 update in the /execution/evm directory: github.com/ipfs/go-datastore.
Bumps the all-go group with 1 update in the /execution/grpc directory: github.com/evstack/ev-node.
Bumps the all-go group with 1 update in the /test/docker-e2e directory: github.com/evstack/ev-node/execution/evm.
Bumps the all-go group with 1 update in the /test/e2e directory: github.com/cosmos/cosmos-sdk.

Updates github.com/filecoin-project/go-jsonrpc from 0.10.0 to 0.10.1

Release notes

Sourced from github.com/filecoin-project/go-jsonrpc's releases.

v0.10.1

What's Changed

Full Changelog: filecoin-project/go-jsonrpc@v0.10.0...v0.10.1

Commits

Updates github.com/ipfs/go-datastore from 0.9.0 to 0.9.1

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.1

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.0...v0.9.1

Commits

Updates github.com/libp2p/go-libp2p-kad-dht from 0.37.1 to 0.38.0

Release notes

Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.

v0.38.0

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.37.1...v0.38.0

Commits

Updates github.com/ipfs/go-datastore from 0.9.0 to 0.9.1

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.1

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.0...v0.9.1

Commits

Updates github.com/ipfs/go-datastore from 0.9.0 to 0.9.1

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.1

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.0...v0.9.1

Commits

Updates github.com/ipfs/go-datastore from 0.9.0 to 0.9.1

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.1

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.0...v0.9.1

Commits

Updates github.com/ipfs/go-datastore from 0.9.0 to 0.9.1

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.1

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.0...v0.9.1

Commits

Updates github.com/evstack/ev-node from 1.0.0-rc.3 to 1.0.0-rc.4

Changelog

Sourced from github.com/evstack/ev-node's changelog.

v1.0.0-rc.4

Changes

  • Skip draining when exec client unavailable. #3060
Commits

Updates github.com/evstack/ev-node/execution/evm from 1.0.0-rc.2 to 1.0.0-rc.3

Release notes

Sourced from github.com/evstack/ev-node/execution/evm's releases.

v1.0.0-rc.3 (2026-02-05)

ev-node v1.0.0-rc.3

This is new release candidate focused on improving cache handling, fixing critical bugs in block replay logic, and enhancing node synchronization with DA hints for P2P transactions. This release includes one breaking change related to cache persistence behavior that requires operator awareness.

Tested upgrade paths

  • ev-node v1.0.0-rc.2 -> ev-node v1.0.0-rc.3

⚠️ Breaking Changes

Cache Persistence Changes

What changed: The pending events cache and transaction cache are now fully ephemeral and will not persist across node restarts. Only the DA inclusion cache persists (stored in metadata) until cleared after DA inclusion processing has been completed. (#3047)

Action required:

  1. Be aware that on node restart, pending events and transactions will need to be re-fetched from peers or the DA layer
  2. Operators can delete the previous file cache to save disk space (rm -rf ./appd/data/cache)

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.0.0-rc.3
  • ghcr.io/evstack/ev-node-grpc:v1.0.0-rc.3
  • ghcr.io/evstack/ev-node-testapp:v1.0.0-rc.3
Changelog

Sourced from github.com/evstack/ev-node/execution/evm's changelog.

v1.0.0-rc.3

Added

  • Add DA Hints for P2P transactions. This allows a catching up node to be on sync with both DA and P2P. (#2891)

Changes

  • Improve cache.NumPendingData to not return empty data. Automatically bumps LastSubmittedHeight to reflect that. (#3046)
  • BREAKING Make pending events cache and tx cache fully ephemeral. Those will be re-fetched on restart. DA Inclusion cache persists until cleared up after DA inclusion has been processed. Persist accross restart using store metadata. (#3047)
  • Replace LRU cache by standard mem cache with manual eviction in store_adapter. When P2P blocks were fetched too fast, they would be evicted before being executed #3051
  • Fix replay logic leading to app hashes by verifying against the wrong block #3053.
Commits
  • aedd573 fix(block): fix replay logic (#3053)
  • 0425059 chore: updating changelog to include telemetry options (#3052)
  • b8eda5d refactor(store): improve cache restore perf & fix go-header store errs (#3051)
  • 0a349c0 build(deps): Bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 dir...
  • d20b1ac refactor(cache)!: remove gob cache (#3047)
  • 2510fe7 ci: release process with breaking changes (#2998)
  • 432d5a7 test: adding compatibility test to perform syncing (#3023)
  • 120195f build(deps): Bump the all-go group across 4 directories with 9 updates (#3042)
  • e7bf19d refactor(cache): skip empty data in pending data (#3046)
  • e8e8946 feat: DA hints in p2p (#2891)
  • Additional commits viewable in compare view

Updates github.com/cosmos/cosmos-sdk from 0.53.5 to 0.53.6

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.53.6

Cosmos SDK v0.53.6 Release Notes

🚀 Highlights

This patch release includes minor dependency bumps and functionality additions.

📝 Changelog

Check out the changelog for an exhaustive list of changes or compare changes from the last release.

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.53.6 - 2026-02-10

Improvements

  • (deps) #25710 Bump github.com/cosmos/ledger-cosmos-go from 0.16.0 to 1.0.0
  • (deps) #25820 Bump github.com/cometbft/cometbft from 0.80.20 to 0.38.21

Bug Fixes

  • (x/auth) #25871 Limits pagination at default for values that exceed it.
  • (events) #25881 Add OverrideEvents to EventManagerI.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-go group with 3 updates in the / directory: [github.com/filecoin-project/go-jsonrpc](https://github.com/filecoin-project/go-jsonrpc), [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore) and [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht).
Bumps the all-go group with 1 update in the /apps/evm directory: [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore).
Bumps the all-go group with 1 update in the /apps/grpc directory: [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore).
Bumps the all-go group with 1 update in the /apps/testapp directory: [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore).
Bumps the all-go group with 1 update in the /execution/evm directory: [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore).
Bumps the all-go group with 1 update in the /execution/grpc directory: [github.com/evstack/ev-node](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /test/docker-e2e directory: [github.com/evstack/ev-node/execution/evm](https://github.com/evstack/ev-node).
Bumps the all-go group with 1 update in the /test/e2e directory: [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk).


Updates `github.com/filecoin-project/go-jsonrpc` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/filecoin-project/go-jsonrpc/releases)
- [Commits](filecoin-project/go-jsonrpc@v0.10.0...v0.10.1)

Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.0...v0.9.1)

Updates `github.com/libp2p/go-libp2p-kad-dht` from 0.37.1 to 0.38.0
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.37.1...v0.38.0)

Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.0...v0.9.1)

Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.0...v0.9.1)

Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.0...v0.9.1)

Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.0...v0.9.1)

Updates `github.com/evstack/ev-node` from 1.0.0-rc.3 to 1.0.0-rc.4
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.0.0-rc.3...v1.0.0-rc.4)

Updates `github.com/evstack/ev-node/execution/evm` from 1.0.0-rc.2 to 1.0.0-rc.3
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](v1.0.0-rc.2...v1.0.0-rc.3)

Updates `github.com/cosmos/cosmos-sdk` from 0.53.5 to 0.53.6
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.6/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.53.5...v0.53.6)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/go-jsonrpc
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/evstack/ev-node/execution/evm
  dependency-version: 1.0.0-rc.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-version: 0.53.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants