Beige Gorgon
Pre-release
Pre-release
·
5584 commits
to master
since this release
Release
v1.1.0-alpha.3 pre-release cleans up some outstanding issues found in in alpha.2.
Other than a number of minor fixes and cleanups (thank you for all of the feedback!), the primary change in this pre-release is the fixing of incentives to preserve the intended base_reward invariant (#2266). Huge shout-out to @barnabemonnot for modeling the incentives and identifying a minor error in the specification.
PR showing full diff can be found here: #2306
Altair
Beacon chain
- Fix incentives to preserve intended
base_rewardinvariant (#2276) - [non-substantive] Add missing signature domains to config files (#2266)
- [non-substantive] Simplify balance calculation in
process_sync_committee(#2294) - [non-substantive] Set temporary
ALTAIR_FORK_SLOTto max int value (#2287)
Validator
- Fix selection proof copy (#2299)
- [non-substantive] Fix incorrect use of block root (#2277)
- [non-substantive] Fix aggregation bit example (#2279)
Network
- [non-substantive] Optimize order of Altair gossip validation conditions (#2293)
R&D
- Core of Merge specs merged into
dev(#2257, #2281) - Modularize sharding features: Sharding, Custody Game, and Data Availability Sampling (#2254)
- Update
ShardBlobheader structure to accommodate slashing (#2302)
Testing, Repo, etc
- Fix
test_filtered_block_treetest generator (#2272)