v5.0.0 #13653
prestonvanloon
started this conversation in
General
v5.0.0
#13653
Replies: 1 comment 1 reply
-
Hi, I'm getting this compilation error when trying to use
Is there any upgrade guide? |
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
-
v5.0.0
Behold the Prysm v5 release with official support for Deneb on Ethereum mainnet!
Deneb is scheduled for mainnet epoch
269568
on March 13, 2024 at 01:55:35pm UTC. All operatorsMUST update their Prysm software to v5.0.0 or later before the upgrade in order to continue
following the blockchain.
This release brings improvements to the backfill functionality of the beacon node to support backfilling blobs. If running a beacon node with checkpoint sync, we encourage you to test the backfilling functionality and share your feedback. Run with backfill enabled using the flag
--enable-experimental-backfill
.Known Issues
--backfill-batch-size
with a value of 1 or less breaks backfill. handle special case of batch size=1 #13646v5. Ensure that you have updated the beacon node and validator client to v4.2.1 and then upgrade
to v5 or update both processes at the same time to minimize downtime.
Added
API
/eth/v1/beacon/deposit_snapshot
Add/eth/v1/beacon/deposit_snapshot
endpoint #13514Docker
Metrics
da_waited_time_milliseconds
tracks total time waiting for data availablity check in ReceiveBlockAdd metric for data availability wait time #13534
blob_written
,blob_disk_count
,blob_disk_bytes
new metrics for tracking blobs on disk metrics for count and size of blob files #13614Uncategorized
Changed
Database
--clear-db
and--force-clear-db
flags now remove blobs as well as beaconchain.db db: clear blobs when using --clear-db or --force-clear-db #13605Flags
Fork Choice
Verbose signature verification is now on by default #13556
Metrics
gossip_block_arrival_milliseconds
andgossip_block_verification_milliseconds
measure inmilliseconds instead of nanoseconds Correct metrics from ns to ms #13540
aggregate_attestations_t1
histogram buckets have been updated Update aggregate atts t1 bucket values #13607p2p
larger blocks in deneb. Reduce Lookahead Steps Parameter #13599
Uncategorized
Deprecated
Flag removal
The following flags have been removed entirely:
--enable-reorg-late-blocks
Remove deprecated late reorg flag #13536--disable-vectorized-htr
Remove disable vectorized htr flag #13537--aggregate-parallel
Remove deprecated aggregate parallel flag #13538--build-block-parallel
Remove deprecated build block parallel flag #13539--enable-registration-cache
,disable-gossip-batch-aggregation
Remove deprecated flags: gossip batch registration and registration cache #13606--safe-slots-to-import-optimistically
Remove safe slots to import flag #13624--show-deposit-data
removing show deposit data flag #13618Removed
API
Fixed
API
GetAggregateAttestation
Fetch unaggregated atts inGetAggregateAttestation
#13533/eth/v1/beacon/blob_sidecars/{block_id}
correctly returns an error when invalid indices are requested Blob API - invalid indicies should error instead of ignored #13616Fork choice
p2p
backfill. Validate Range Availibility #13587
Slasher
Uncategorized
Security
v5.0.0 of Prysm is required to maintain participation in the network after the Deneb upgrade.
Full diff: v4.2.1...v5.0.0
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions