Skip to content

Circularity

Pre-release
Pre-release
Compare
Choose a tag to compare
@djrtwo djrtwo released this 28 Mar 13:43
· 8642 commits to master since this release
729757d

Release

This minor release patches two critical bugs found in v0.5.0, the more significant involving a circle dependency when attempting to embed block roots in state. Thanks @paulhauner from Sigma Prime for finding and reporting them both.

Changelog

Phase 0 spec

  • Fix circular dependency when embedding block roots in state by using signed_root(block) (Issue: #797, PR: #816)
  • Fix start shard order of operations (Reported in: #805, PR: #821)