Skip to content

v2.1.3-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@terencechain terencechain released this 07 Jun 12:47
· 2143 commits to develop since this release
76b941b

Ropsten Testnet Pre-release rc.3

⚠️ Release candidate: do not use this on the mainnet ⚠️

This is a release candidate for the Ropsten beacon chain. It's not production ready and not recommended for mainnet usage. Please only use this for testnets, we would appreciate your feedback for this release.

Summary

The community has decided on Ropsten TTD to be 50000000000000000. Your beacon node MUST be upgraded to v2.1.3-rc.3 when using --ropsten CLI flag. If you wish to stay on v2.1.3-rc.2, your beacon node MUST have --override.terminaltotaldifficulty 50000000000000000 CLI flag.

Added

  • Reinsert reorg attestations back into block #10767

Changed

  • Update Ropsten TTD to 50000000000000000 #10817

Fixed

  • Few minor race conditions #10741 #10722
  • Verify context before updating committee cache #10786
  • Properly wrap execution RPC error #10793