v6.1.0 #15759
prestonvanloon
started this conversation in
General
v6.1.0
#15759
Replies: 1 comment 1 reply
-
|
Hi everyone, I'm unable to run beacon-chain-v6.1.0-windows-amd64.exe on my Windows 10 machine. I get the following message: "This app can't run on your PC. To find a version for your PC, check with the software publisher." The previous versions, beacon-chain-v6.0.4-windows-amd64.exe and beacon-chain-v6.0.5-windows-amd64.exe, work as expected. Has anyone else encountered a similar problem? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
v6.1.0 - 2025-09-26
This release has support for Fusaka testnets as well as many mainnet improvements. Testnet operators are required to updated prior to the testnet fork date. See PR #15721.
Mainnet operators are encouraged to update per their regular update cadence.
Noteworthy improvements, changes and bugfixes:
--disable-experimental-statebeacon-node flag has been removed, marking the full graduation of the Copy-on-write design for BeaconState fields, which reduces the memory overhead of keeping multiple BeaconStates in RAM for block processing. Congrats @rkapka!--attest_timelyflag is now on by default, with the flag itself deprecated.--max-health-checksconfigures a validator to switch to a fallback beacon node after the given number of health check failures.Special thanks to external contributors!: @Alleysira, @KaloyanTanev, @rose2221
[1] To override this limit, use the validator flag
--suggested-gas-limitor set thebuilder.gas_limitsetting in your proposer settings file.Added
CustodyInfoinBeaconNode. [PR]/eth/v1/validator/attestation_dataand. [PR]verifyBlobCommitmentCount: Print max allowed blob count in error message. [PR]dataColumnSidecarByRootRPCHandler. [PR]dataColumnSidecarsByRangeRPCHandler. [PR]submitPoolAttestationsV2beacon API. [PR]StatusV2proto message. [PR]SendDataColumnSidecarsByRangeRequest. [PR]SendDataColumnSidecarsByRootRequest. [PR]GetBlobsV2. [PR]ReconstructDataColumnSidecars, which reconstruct data column sidecars from data fetched from the execution layer. [PR]--batch-verifier-limitflag to configure max number of signatures to batch verify on gossip. [PR]disable-attest-timelyflag to disable attest timely. [PR]max-health-checksflag that sets the maximum times the validator tries to check the health of the beacon node before timing out. 0 or a negative number is indefinite. (the default is 0). [PR]VersionToForkEpochMap()to theBeaconChainConfigin theparamspackage. [PR]ExecutionPayloadAndBlobsBundleV2. [PR]/eth/v1/beacon/states/{state_id}/proposer_lookaheadbeacon api endpoint. [PR]/eth/v1/node/identity. [PR]/eth/v1/config/specendpoint response to expose blob scheduling configuration for networks. [PR]publish_block_v2_duration_millisecondsto measure processing duration of thePublishBlockV2beacon API endpoint. [PR]saveStatesEfficientInternal. [PR]nfdenr field, and changes to the semantics of the eth2 field. [PR]User-Agentheader in the formatPrysm/<name>/<version>. This enhances observability and enables upstream systems to correctly identify Prysm validator clients by their name and version. [PR]--data-column-pathflag. [PR]Listtype for SSZ-QL. [PR]Vectortype. [PR]--p2p-colocation-whitelistto accept CIDRs which will bypass the p2p colocation restrictions. [PR]BitlistandBitvectortypes. [PR]/eth/v1/debug/beacon/data_column_sidecars/{block_id}endpoint. [PR]Changed
parseIndices: Return[]intinstead of[]uint64. [PR]TopicFromMessage: Do not assume anymore that all Fulu specific topic are V3 only. [PR]readChunkedDataColumnSidecar: AddvalidationFunctionsparameter and add tests. [PR]enable-light-clientflag. [PR]attest-timelyflag is now deprecated. [PR]enable-duties-v2todisable-duties-v2to default to using duties v2. [PR]uint64genesis time to usetime.Time. Also did some refactoring and cleanup that was enabled by these changes. [PR]masterbranch. [PR]grpc-gateway-portwithflags.HTTPServerPort.Nameintesting/endtoend/components/validator.go, resolving an inline TODO for improved flag consistency. [PR]htrutil.goby removing redundant codes. [PR]--enable-experimental-backfillflag to--enable-backfillto signal that it is more mature. [PR]http_archivetogo_repositoryso that gazelle can keep it in sync with go.mod. [PR]Deprecated
p2p-metadataflag. [PR]Removed
DataColumnIdentifierproto message. [PR]ssz-onlydebug flag until there is a real usecase for the flag. [PR]Fixed
metafield to the response of the endpoint/eth/v1/node/peersto align with the Beacon API spec (Missing fieldmetain response of endpoint/eth/v1/node/peers#15370). [PR]dataColumnSidecarByRootRPCHandler. [PR]--chain-config-file: Do not use any more mainnet boot nodes. [PR]Content-Encodingheader in the response properly when gzip encoding is requested. [PR]MinEpochsForDataColumnSidecarsRequestinWithinDAPeriodwhen in Fulu. [PR]Eth-Consensus-Block-Valueon error to avoid missed block proposals. [PR]BlobsBundleV2. [PR]ReceiveBlock. [PR]SignedContributionAndProofmessages. [PR]createLocalNode: Wait before retrying to retrieve the custody group count if not present. [PR]Security
This discussion was created from the release v6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions