-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.2 #341
Open
renovate
wants to merge
3
commits into
main
Choose a base branch
from
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.2 #341
renovate
wants to merge
3
commits into
main
from
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
7 times, most recently
from
July 15, 2024 07:34
79afae8
to
12c0bf4
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
5 times, most recently
from
July 23, 2024 12:32
bdea0c1
to
d8c7136
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
6 times, most recently
from
July 31, 2024 09:59
031bfc0
to
ba085c5
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
10 times, most recently
from
August 2, 2024 10:22
f2e700a
to
fedb2e5
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
4 times, most recently
from
October 7, 2024 14:49
1fdc0b4
to
0617dea
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
2 times, most recently
from
October 15, 2024 23:10
9721d99
to
5433968
Compare
renovate
bot
changed the title
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.0
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.1
Oct 15, 2024
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
2 times, most recently
from
October 16, 2024 20:12
33c1ba2
to
c401905
Compare
renovate
bot
changed the title
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.1
chore(deps): update gcr.io/prysmaticlabs/prysm/beacon-chain docker tag to v5.1.2
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
7 times, most recently
from
October 28, 2024 09:28
6415dd0
to
d63c2a3
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
5 times, most recently
from
November 1, 2024 13:33
0c5f501
to
43e4dfe
Compare
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
3 times, most recently
from
November 13, 2024 12:12
471686d
to
7c2deea
Compare
…g to v5.1.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/gcr.io-prysmaticlabs-prysm-beacon-chain-5.x
branch
from
November 13, 2024 12:26
7c2deea
to
9d8fcc8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.0.3
->v5.1.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prysmaticlabs/prysm (gcr.io/prysmaticlabs/prysm/beacon-chain)
v5.1.2
Compare Source
This is a hotfix release with one change.
Prysm v5.1.1 contains an updated implementation of the beacon api streaming events endpoint. This
new implementation contains a bug that can cause a panic in certain conditions. The issue is
difficult to reproduce reliably and we are still trying to determine the root cause, but in the
meantime we are issuing a patch that recovers from the panic to prevent the node from crashing.
This only impacts the v5.1.1 release beacon api event stream endpoints. This endpoint is used by the
prysm REST mode validator (a feature which requires the validator to be configured to use the beacon
api intead of prysm's stock grpc endpoints) or accessory software that connects to the events api,
like https://github.com/ethpandaops/ethereum-metrics-exporter
Fixed
v5.1.1
Compare Source
This release has a number of features and improvements. Most notably, the feature flag
--enable-experimental-state
has been flipped to "opt out" via--disable-experimental-state
.The experimental state management design has shown significant improvements in memory usage at
runtime. Updates to libp2p's gossipsub have some bandwidith stability improvements with support for
IDONTWANT control messages.
The gRPC gateway has been deprecated from Prysm in this release. If you need JSON data, consider the
standardized beacon-APIs.
Updating to this release is recommended at your convenience.
Added
ComputeFieldRootsForBlockBody
.BlockToLightClientHeader
function.engine_newPayloadV4
,engine_getPayloadV4
used for electra payload communication with execution client. prChanged
getLocalPayload
has been refactored to enable work in ePBS branch.TestNodeServer_GetPeer
andTestNodeServer_ListPeers
test flakes resolved by iterating the whole peer list to finda match rather than taking the first peer in the map.
grpc-gateway-host
is renamed to http-host. The old name can still be used as an alias.grpc-gateway-port
is renamed to http-port. The old name can still be used as an alias.grpc-gateway-corsdomain
is renamed to http-cors-domain. The old name can still be used as an alias.api-timeout
is changed from int flag to duration flag, default value updated.ApplyToEveryValidator
has been changed to prevent misuse bugs, it takes a closure that takes aReadOnlyValidator
and returns a raw pointer to aValidator
.ProposeBlock
for validator client to reduce cognitive scoring and enable further changes.dev
branch of CL specs--enable-committee-aware-packing
.ConvertKzgCommitmentToVersionedHash
to theprimitives
package.Deprecated
--disable-grpc-gateway
flag is deprecated due to grpc gateway removal.--enable-experimental-state
flag is deprecated. This feature is now on by default. Opt-out with--disable-experimental-state
.Removed
Fixed
== nil
checks before callingIsNil()
on interfaces to prevent panics.GetDepositSnapshot
Beacon API endpoint.Security
No notable security updates.
v5.1.0
Compare Source
This release contains 171 new changes and many of these are related to Electra! Along side the Electra changes, there
are nearly 100 changes related to bug fixes, feature additions, and other improvements to Prysm. Updating to this
release is recommended at your convenience.
In an upcoming release, we will be deprecating the gRPC gateway and renaming several associated flags. This change will
result in the removal of access to several internal APIs via REST, though the gRPC endpoints will remain unaffected. We
strongly encourage systems to transition to using the beacon API endpoints moving forward. Please refer to PR for more
details.
Added
--validators-external-signer-key-file See the docs page for more info.
Changed
Deprecated
--enable-debug-rpc-endpoints
is deprecated and debug rpc points are on by default.Removed
Fixed
createLightClientUpdate
Security
v5.0.4
Compare Source
This release has many wonderful bug fixes and improvements. Some highlights include p2p peer fix for windows users,
beacon API fix for retrieving blobs older than the minimum blob retention period, and improvements to initial sync by
avoiding redundant blob downloads.
Updating to this release is recommended at your earliest convenience, especially for windows users.
Added
Changed
Deprecated
Removed
Fixed
Security
Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.