Skip to content

v1.3.3

Compare
Choose a tag to compare
@y0sher y0sher released this 02 Apr 13:23
· 431 commits to main since this release
2578c2a

This version introduces mainly optimizations to the consensus and message processing.

  • By introducing OpenSSL for RSA signing we expect 10x faster signature verifications and lower CPU usage. As a side effect, memory usage should increase. Make sure to allocate at least as much RAM as is recommended in the docs (4 GB, as of this release).
    NOTE: This optimization is for Linux OS only.
  • Enhancing consensus BLS verification by choosing an optimistic approach, verifying reconstructed messages and falling back to verify each one of the signatures if it fails.

Also fixed a bug that caused newly active validators to miss first epoch.

Expect fast consensus times and higher attestation rates.

IMPORTANT: Users running full nodes (exporters) should NOT update to this release.

Upgrade Priority

Network Priority
mainnet Recommended
holesky Recommended

Change log