v5.1.1 #14540
prestonvanloon
started this conversation in
General
v5.1.1
#14540
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release has a number of features and improvements. Most notably, the feature flag
--enable-experimental-statehas 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.💡 This is our first release using pull request authors' entries from our CHANGELOG.md file.
❤️ Please give feedback in github issues or on discord.
Updating to this release is recommended at your convenience.
Full diff here: v5.1.0...v5.1.1
Added
ComputeFieldRootsForBlockBody.BlockToLightClientHeaderfunction.Changed
getLocalPayloadhas been refactored to enable work in ePBS branch.TestNodeServer_GetPeerandTestNodeServer_ListPeerstest flakes resolved by iterating the whole peer list to finda match rather than taking the first peer in the map.
grpc-gateway-hostis renamed to http-host. The old name can still be used as an alias.grpc-gateway-portis renamed to http-port. The old name can still be used as an alias.grpc-gateway-corsdomainis renamed to http-cors-domain. The old name can still be used as an alias.api-timeoutis changed from int flag to duration flag, default value updated.ApplyToEveryValidatorhas been changed to prevent misuse bugs, it takes a closure that takes aReadOnlyValidatorand returns a raw pointer to aValidator.ProposeBlockfor validator client to reduce cognitive scoring and enable further changes.devbranch of CL specs--enable-committee-aware-packing.ConvertKzgCommitmentToVersionedHashto theprimitivespackage.Deprecated
--disable-grpc-gatewayflag is deprecated due to grpc gateway removal.--enable-experimental-stateflag is deprecated. This feature is now on by default. Opt-out with--disable-experimental-state.Removed
Fixed
== nilchecks before callingIsNil()on interfaces to prevent panics.GetDepositSnapshotBeacon API endpoint.Security
No notable security updates.
This discussion was created from the release v5.1.1.
Beta Was this translation helpful? Give feedback.
All reactions