Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the dependencies group with 1 update: github.com/prysmaticlabs/prysm/v5.

Updates github.com/prysmaticlabs/prysm/v5 from 5.2.0 to 5.3.0

Release notes

Sourced from github.com/prysmaticlabs/prysm/v5's releases.

v5.3.0

v5.3.0

This release includes support for Pectra activation in the Holesky and Sepolia testnets! The release contains many fixes for Electra that have been found in rigorous testing through devnets in the last few months.

For mainnet, we have a few nice features for you to try:

  • [PR #14023](prysmaticlabs/prysm#14023) introduces a new file layout structure for storing blobs. Rather than storing all blob root directories in one parent directory, blob root directories are organized in subdirectories by epoch. This should vastly decrease the blob cache warmup time when Prysm is starting. Try this feature with --blob-storage-layout=by-epoch.

Updating to this release is required for Holesky and Sepolia operators and it is recommended for mainnet users as there are a few bug fixes that apply to deneb logic.

Added

  • Added an error field to log Finished building block. [PR]
  • Implemented a new EmptyExecutionPayloadHeader function. [PR]
  • Added proper gas limit check for header from the builder. [PR]
  • Finished building block: Display error only if not nil. [PR]
  • Added light client feature flag check to RPC handlers. PR. [PR]
  • Added support to update target and max blob count to different values per hard fork config. [PR]
  • Log before blob filesystem cache warm-up. [PR]
  • New design for the attestation pool. [PR]
  • Add field param placeholder for Electra blob target and max to pass spec tests. [PR]
  • Light client: Add better error handling. PR. [PR]
  • Add EIP-7691: Blob throughput increase. [PR]
  • Trace IDONTWANT Messages in Pubsub. [PR]
  • Add Fulu fork boilerplate. [PR]
  • DB optimization for saving light client bootstraps (save unique sync committees only). [PR]
  • Separate type for unaggregated network attestations. [PR]
  • Remote signer electra fork support. [PR]
  • Add Electra test case to rewards API. [PR]
  • Update proto_test.go to Electra. [PR]
  • Update slasher service to Electra. [PR]
  • Builder API endpoint to support Electra. [PR]
  • Added protoc toolchains with a version of v25.3. [PR]
  • Add test cases for the eth_lightclient_bootstrap API SSZ support. [PR]
  • Handle AttesterSlashingElectra everywhere in the codebase. [PR]
  • Add Beacon DB pruning service to prune historical data older than MIN_EPOCHS_FOR_BLOCK_REQUESTS (roughly equivalent to the weak subjectivity period). [PR]
  • Nil consolidation request check for core processing. [PR]
  • Updated blob sidecar api endpoint for Electra. [PR]
  • Slashing pool service to convert slashings from Phase0 to Electra at the fork. [PR]
  • check to stop eth1 voting after electra and eth1 deposits stop. [PR]
  • WARN log message on node startup advising of the upcoming deprecation of the --enable-historical-state-representation feature flag. [PR]
  • Beacon API event support for SingleAttestation and SignedAggregateAttestationAndProofElectra. [PR]
  • Added Electra tests for TestLightClient_NewLightClientOptimisticUpdateFromBeaconState and TestLightClient_NewLightClientFinalityUpdateFromBeaconState. [PR]
  • New option to select an alternate blob storage layout. Rather than a flat directory with a subdir for each block root, a multi-level scheme is used to organize blobs by epoch/slot/root, enabling leaner syscalls, indexing and pruning. [PR]
  • Send pending att queue's attestations through the notification feed. [PR]
  • Prune all pending deposits and proofs in post-Electra. [PR]
  • Add Pectra testnet dates. (Sepolia and Holesky). [PR]

Changed

... (truncated)

Changelog

Sourced from github.com/prysmaticlabs/prysm/v5's changelog.

v5.3.0 - 2025-02-12

This release includes support for Pectra activation in the Holesky and Sepolia testnets! The release contains many fixes for Electra that have been found in rigorous testing through devnets in the last few months.

For mainnet, we have a few nice features for you to try:

  • [PR #14023](prysmaticlabs/prysm#14023) introduces a new file layout structure for storing blobs. Rather than storing all blob root directories in one parent directory, blob root directories are organized in subdirectories by epoch. This should vastly decrease the blob cache warmup time when Prysm is starting. Try this feature with --blob-storage-layout=by-epoch.

Updating to this release is required for Holesky and Sepolia operators and it is recommended for mainnet users as there are a few bug fixes that apply to deneb logic.

Added

  • Added an error field to log Finished building block. [PR]
  • Implemented a new EmptyExecutionPayloadHeader function. [PR]
  • Added proper gas limit check for header from the builder. [PR]
  • Finished building block: Display error only if not nil. [PR]
  • Added light client feature flag check to RPC handlers. PR. [PR]
  • Added support to update target and max blob count to different values per hard fork config. [PR]
  • Log before blob filesystem cache warm-up. [PR]
  • New design for the attestation pool. [PR]
  • Add field param placeholder for Electra blob target and max to pass spec tests. [PR]
  • Light client: Add better error handling. PR. [PR]
  • Add EIP-7691: Blob throughput increase. [PR]
  • Trace IDONTWANT Messages in Pubsub. [PR]
  • Add Fulu fork boilerplate. [PR]
  • DB optimization for saving light client bootstraps (save unique sync committees only). [PR]
  • Separate type for unaggregated network attestations. [PR]
  • Remote signer electra fork support. [PR]
  • Add Electra test case to rewards API. [PR]
  • Update proto_test.go to Electra. [PR]
  • Update slasher service to Electra. [PR]
  • Builder API endpoint to support Electra. [PR]
  • Added protoc toolchains with a version of v25.3. [PR]
  • Add test cases for the eth_lightclient_bootstrap API SSZ support. [PR]
  • Handle AttesterSlashingElectra everywhere in the codebase. [PR]
  • Add Beacon DB pruning service to prune historical data older than MIN_EPOCHS_FOR_BLOCK_REQUESTS (roughly equivalent to the weak subjectivity period). [PR]
  • Nil consolidation request check for core processing. [PR]
  • Updated blob sidecar api endpoint for Electra. [PR]
  • Slashing pool service to convert slashings from Phase0 to Electra at the fork. [PR]
  • check to stop eth1 voting after electra and eth1 deposits stop. [PR]
  • WARN log message on node startup advising of the upcoming deprecation of the --enable-historical-state-representation feature flag. [PR]
  • Beacon API event support for SingleAttestation and SignedAggregateAttestationAndProofElectra. [PR]
  • Added Electra tests for TestLightClient_NewLightClientOptimisticUpdateFromBeaconState and TestLightClient_NewLightClientFinalityUpdateFromBeaconState. [PR]
  • New option to select an alternate blob storage layout. Rather than a flat directory with a subdir for each block root, a multi-level scheme is used to organize blobs by epoch/slot/root, enabling leaner syscalls, indexing and pruning. [PR]
  • Send pending att queue's attestations through the notification feed. [PR]
  • Prune all pending deposits and proofs in post-Electra. [PR]
  • Add Pectra testnet dates. (Sepolia and Holesky). [PR]

Changed

... (truncated)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 17, 2025
Bumps the dependencies group with 1 update: [github.com/prysmaticlabs/prysm/v5](https://github.com/prysmaticlabs/prysm).


Updates `github.com/prysmaticlabs/prysm/v5` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/prysmaticlabs/prysm/releases)
- [Changelog](https://github.com/prysmaticlabs/prysm/blob/develop/CHANGELOG.md)
- [Commits](OffchainLabs/prysm@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: github.com/prysmaticlabs/prysm/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-206e3f0f4a branch from e3e508b to de52f68 Compare February 17, 2025 14:43
@pk910 pk910 merged commit befbb17 into master Feb 17, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-206e3f0f4a branch February 17, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant