Skip to content

Semantic Dispute

Compare
Choose a tag to compare
@djrtwo djrtwo released this 28 Jan 16:33
· 2451 commits to master since this release
7c9373b

v1.1.9 -- Semantic Dispute -- is minor version release accompanying a breaking change to the Engine API semantics along with some minor refactors and new tests.

Additionally, this is the first release containing a full Optimistic Sync spec.

🎉Huge shoutout to @paulhauner, @ajsutton, and @mkalinin for formalizing this relatively complex, yet critical, piece of the Merge🎉

PR showing full diff can be found here: #2815

Bellatrix

  • [non-substantive] Rename receipt_root -> receipts_root #2808
  • Rename execute_payload to notify_new_payload #2817
  • Add Optimistic Sync spec #2770 #2820

Light client

  • Tidying light client specs #2798, #2797
  • Rename sync_committee_aggregate > sync_aggregate #2796

Testing, repo, etc

  • Extend Merge consensus tests #2787
  • Add randomized tests for bellatrix #2821
  • Extend SSZ test coverage #2790
  • Add CONFIG_NAME to configs #2784