Skip to content

chore(deps): bump github.com/OffchainLabs/prysm/v6 from 6.0.5 to 6.1.4 in /modules/light-clients/08-wasm#8809

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/modules/light-clients/08-wasm/github.com/OffchainLabs/prysm/v6-6.1.4
Open

chore(deps): bump github.com/OffchainLabs/prysm/v6 from 6.0.5 to 6.1.4 in /modules/light-clients/08-wasm#8809
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/modules/light-clients/08-wasm/github.com/OffchainLabs/prysm/v6-6.1.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/OffchainLabs/prysm/v6 from 6.0.5 to 6.1.4.

Release notes

Sourced from github.com/OffchainLabs/prysm/v6's releases.

v6.1.4

v6.1.4 - 2025-10-28

This release includes a bug fix affecting block proposals in rare cases, along with an important update for Windows users running post-Fusaka fork.

Added

  • SSZ-QL: Add endpoints for BeaconState/BeaconBlock. [PR]
  • Add native state diff type and marshalling functions. [PR]
  • Update the earliest available slot after pruning operations in beacon chain database pruner. This ensures the P2P layer accurately knows which historical data is available after pruning, preventing nodes from advertising or attempting to serve data that has been pruned. [PR]

Fixed

  • Correctly advertise (in ENR and beacon API) attestation subnets when using --subscribe-all-subnets. [PR]
  • randomPeer: Return if the context is cancelled when waiting for peers. [PR]
  • Improve error message when the byte count read from disk when reading a data column sidecars is lower than expected. (Mostly, because the file is truncated.). [PR]
  • Delete the genesis state file when --clear-db / --force-clear-db is specified. [PR]
  • Fix sync committee subscription to use subnet indices instead of committee indices. [PR]
  • Fixed metadata extraction on Windows by correctly splitting file paths. [PR]
  • VerifyDataColumnsSidecarKZGProofs: Check if sizes match. [PR]
  • Fix recoverStateSummary to persist state summaries in stateSummaryBucket instead of stateBucket (#15896). [PR]
  • updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of NumberOfColumns. [PR]
  • Sync committee uses correct state to calculate position. [PR]

v6.1.3

v6.1.3 - 2025-10-21

This release has several important beacon API and p2p fixes.

Added

  • Add Grandine to P2P known agents. (Useful for metrics). [PR]
  • Delegate sszInfo HashTreeRoot to FastSSZ-generated implementations via SSZObject, enabling roots calculation for generated types while avoiding duplicate logic. [PR]
  • SSZ-QL: Use fastssz's SizeSSZ method for calculating the size of Container type. [PR]
  • SSZ-QL: Access n-th element in List/Vector. [PR]

Changed

  • Do not verify block data when calculating rewards. [PR]
  • Process pending attestations after pending blocks are cleared. [PR]
  • updated web3signer to 25.9.1. [PR]
  • Gracefully handle submit blind block returning 502 errors. [PR]
  • Improve returning individual message errors from Beacon API. [PR]
  • SSZ-QL: Clarify Size method with more sophisticated SSZTypes. [PR]

Fixed

  • Use service context and continue on slasher attestation errors (#15803). [PR]
  • block event probably shouldn't be sent on certain block processing failures, now sends only on successing processing Block is NON-CANONICAL, Block IS CANONICAL but getFCUArgs FAILS, and Full success. [PR]
  • Fixed web3signer e2e, issues caused due to a regression on old fork support. [PR]

... (truncated)

Changelog

Sourced from github.com/OffchainLabs/prysm/v6's changelog.

v6.1.4 - 2025-10-24

This release includes a bug fix affecting block proposals in rare cases, along with an important update for Windows users running post-Fusaka fork.

Added

  • SSZ-QL: Add endpoints for BeaconState/BeaconBlock. [PR]
  • Add native state diff type and marshalling functions. [PR]
  • Update the earliest available slot after pruning operations in beacon chain database pruner. This ensures the P2P layer accurately knows which historical data is available after pruning, preventing nodes from advertising or attempting to serve data that has been pruned. [PR]

Fixed

  • Correctly advertise (in ENR and beacon API) attestation subnets when using --subscribe-all-subnets. [PR]
  • randomPeer: Return if the context is cancelled when waiting for peers. [PR]
  • Improve error message when the byte count read from disk when reading a data column sidecars is lower than expected. (Mostly, because the file is truncated.). [PR]
  • Delete the genesis state file when --clear-db / --force-clear-db is specified. [PR]
  • Fix sync committee subscription to use subnet indices instead of committee indices. [PR]
  • Fixed metadata extraction on Windows by correctly splitting file paths. [PR]
  • VerifyDataColumnsSidecarKZGProofs: Check if sizes match. [PR]
  • Fix recoverStateSummary to persist state summaries in stateSummaryBucket instead of stateBucket (#15896). [PR]
  • updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of NumberOfColumns. [PR]
  • Sync committee uses correct state to calculate position. [PR]

v6.1.3 - 2025-10-20

This release has several important beacon API and p2p fixes.

Added

  • Add Grandine to P2P known agents. (Useful for metrics). [PR]
  • Delegate sszInfo HashTreeRoot to FastSSZ-generated implementations via SSZObject, enabling roots calculation for generated types while avoiding duplicate logic. [PR]
  • SSZ-QL: Use fastssz's SizeSSZ method for calculating the size of Container type. [PR]
  • SSZ-QL: Access n-th element in List/Vector. [PR]

Changed

  • Do not verify block data when calculating rewards. [PR]
  • Process pending attestations after pending blocks are cleared. [PR]
  • updated web3signer to 25.9.1. [PR]
  • Gracefully handle submit blind block returning 502 errors. [PR]
  • Improve returning individual message errors from Beacon API. [PR]
  • SSZ-QL: Clarify Size method with more sophisticated SSZTypes. [PR]

Fixed

  • Use service context and continue on slasher attestation errors (#15803). [PR]
  • block event probably shouldn't be sent on certain block processing failures, now sends only on successing processing Block is NON-CANONICAL, Block IS CANONICAL but getFCUArgs FAILS, and Full success. [PR]
  • Fixed web3signer e2e, issues caused due to a regression on old fork support. [PR]
  • Do not mark blocks as invalid from ErrNotDescendantOfFinalized. [PR]
  • Fixed #15812: Gossip attestation validation incorrectly rejecting attestations that arrive before their referenced blocks. Previously, attestations were saved to the pending queue but immediately rejected by forkchoice validation, causing "not descendant of finalized checkpoint" errors. Now attestations for missing blocks return ValidationIgnore without error, allowing them to be properly processed when their blocks arrive. This eliminates false positive rejections and prevents potential incorrect peer downscoring during network congestion. [PR]

... (truncated)

Commits
  • 253f919 changelog v6.1.3 (#15901)
  • 7c3e456 Fix proposer to use advanced state for sync committee position calculation (#...
  • 96429c5 updateCustodyInfoInDB: Use NumberOfCustodyGroups instead of `NumberOfColu...
  • d613f3a Update Earliest available slot when pruning (#15694)
  • 5751dbf kv: write recovered state summaries to stateSummaryBucket (#15896)
  • 426fbcc Add state diff serialization (#15250)
  • a3baf98 VerifyDataColumnsSidecarKZGProofs: Check if sizes match. (#15892)
  • 5a897df SSZ-QL: Add endpoints (BeaconState/BeaconBlock) (#15888)
  • 9019088 Fixed metadata extraction on Windows by correctly splitting file paths (#15899)
  • 64ec665 Fix sync committee subscription to use subnet indices instead of committee in...
  • Additional commits viewable in compare view

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 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)

Bumps [github.com/OffchainLabs/prysm/v6](https://github.com/OffchainLabs/prysm) from 6.0.5 to 6.1.4.
- [Release notes](https://github.com/OffchainLabs/prysm/releases)
- [Changelog](https://github.com/OffchainLabs/prysm/blob/develop/CHANGELOG.md)
- [Commits](OffchainLabs/prysm@v6.0.5...v6.1.4)

---
updated-dependencies:
- dependency-name: github.com/OffchainLabs/prysm/v6
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Feb 27, 2026
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.59%. Comparing base (02efc4e) to head (4f51b3e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8809   +/-   ##
=======================================
  Coverage   66.59%   66.59%           
=======================================
  Files         326      326           
  Lines       17112    17112           
=======================================
  Hits        11396    11396           
  Misses       5022     5022           
  Partials      694      694           
Flag Coverage Δ
08-wasm 64.81% <ø> (ø)
ibc-go 66.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issues or PRs to update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants