Skip to content

Mach'acuay

Pre-release
Pre-release

Choose a tag to compare

@djrtwo djrtwo released this 23 Jul 15:54
05d3ec2

Release

v1.1.0-beta.2 -- Mach'acuay -- is a minor iteration on beta.1 including a tightening of sync gossip validations (#2528) and some more tests for sync aggregate edge cases (#2523).

Additionally, Merge transition conditions were tightened up to reduce PoW attack surface (#2522) and the Merge core logic was rebased to Altair (#2530).

Great work on the Altair devnets to all the engineers! Shoutout to @parithosh for leading that effort 🙌

PR showing full diff can be found here: #2529

Altair

Networking

  • Require sync committee contributions to have at least one participant (#2528)

Merge

  • Enforce terminal PoW block to be on the cusp (#2522)
  • Rebase the Merge onto Altair base functionality (#2530)

Sharding

  • Simplify get_start_shard function (#2488)

Testing, repo, etc

  • Add tests for SyncAggregate with no participants and all zero signature (#2523)
  • Bump remerkleable to v0.1.22 [CI speedup!] (#2524)