Skip to content

Releases: prysmaticlabs/prysm

10% CPU reduction

11 May 17:09
87e0fe5
Compare
Choose a tag to compare

(2020-05-11)

With this release, we're observing a 10% reduction in overall CPU usage!

1.0.0-alpha.7 (2020-05-09)

Read more

Minor fixes / improvements

01 May 05:48
7bea237
Compare
Choose a tag to compare

(2020-05-01)

Many minor bugfixes and improvements.

1.0.0-alpha.6 (2020-05-01)

Read more

Use less memory!

22 Apr 03:45
f880fb4
Compare
Choose a tag to compare

(2020-04-22)

This release has several fixes and features. In the last few days, we have been very focused on reducing memory usage in Prysm. We've disabled a feature for state management which was on by default. This feature can still be enabled with --enable-new-state-mgmt however it is not recommended for this release.

We're also including slasher binaries with this release and we'll update prysm.sh soon to be able to run the slasher server as well.

Full list of changes below.

1.0.0-alpha.5 (2020-04-22)

Pubsub Fix

19 Apr 03:03
3377472
Compare
Choose a tag to compare

(2020-04-19)

Fixed a major issue with topic subscriptions in p2p.

Minor fixes for Topaz

17 Apr 06:53
475d428
Compare
Choose a tag to compare

(2020-04-17)

We've added a few minor bug fixes and improvements for the upcoming Topaz Testnet release.1

GossipSub snappy compression fix

15 Apr 20:24
4fbcedf
Compare
Choose a tag to compare

(2020-04-15)

#5435 fixes an oversight missed in spec version v0.11.1 when enabling snappy compression for gossipsub and p2p rpc methods. This PR also sets snappy to be the default encoding for p2p networking.

A few minor fixes, code cleanup.

1.0.0-alpha.2 (2020-04-15)

Minor flag fixes

14 Apr 23:02
dc5ed7a
Compare
Choose a tag to compare

#5431 updates flag default values to reflect the new topaz contracts.

Topaz Testnet!

14 Apr 21:37
cb045dd
Compare
Choose a tag to compare

After hundreds of commits and several months of work, the final phase 0 testnet from Prysmatic Labs is here!

v1.0.0-alpha represents Prysm preparing for mainnet release targeting the latest ETH2 spec version v0.11.1.

See #5127 for a full list of changes.

Deposit contract address: 0x5ca1e00004366ac85f492887aaab12d0e6418876
Configuration: Mainnet
Spec version: v0.11.1 (Latest release)
Testnet site: https://prylabs.net
Prysm API: https://api.prylabs.net
Official announcement: link

Happy validating, stakers!

Major initial sync improvements

07 Apr 18:05
0fff07a
Compare
Choose a tag to compare

(2020-04-07)

This release contains many initial sync improvements with a full rewrite of the initial sync routine.

Full changelog below.

More fixes and improvements

01 Apr 00:23
7e50c36
Compare
Choose a tag to compare

(2020-03-31)

Continued bug fixes, performance improvements, and optimizations.