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
-
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.💡 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
.BlockToLightClientHeader
function.Changed
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.
This discussion was created from the release v5.1.1.
Beta Was this translation helpful? Give feedback.
All reactions