Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.12.0 #1829

Merged
merged 209 commits into from May 20, 2020
Merged

release v0.12.0 #1829

merged 209 commits into from May 20, 2020

Conversation

djrtwo
Copy link
Contributor

@djrtwo djrtwo commented May 19, 2020

Detailed notes will be accompanied with release

hwwhww and others added 30 commits April 8, 2020 10:32
The amount of inactivity penalty was adjusted to half since we were applying penalty for missing FFG target and source. But now we only apply it for missing target, so `INACTIVITY_PENALTY_QUOTIENT` should be `2**24`.
…on of the given list, not `ValidatorIndex`
…ient_bug

Fix `INACTIVITY_PENALTY_QUOTIENT`
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
sync v0.11.2 to `v012x`
1. Avoid negative computation in `is_candidate_block`
2. Fix `get_block_signature`: avoid extra casting; it's simpler to use BeaconBlock instead of
BeaconHeader
1. "Becoming a validator"
2. "Validator assignments"
3. "Beacon chain responsibilities: Block proposal"
1. "Beacon chain responsibilities: Attesting"
2. "Beacon chain responsibilities: Attestation aggregation"
Fix get_eth1_vote test cases
Add sanity, unit test for validator guide
Require "seen" aggregates to be valid
genesis: clarify that eth1 timestamp can be less than min genesis time
djrtwo and others added 21 commits May 19, 2020 16:51
Ensure balances remain unchanged for optimal validators during leak
Also verify it in BLS test generator
Co-authored-by: Diederik Loerakker <proto@protolambda.com>
Per the spec, if I request range 5-10, it is permissible for a client to
answer with block 7, 9 - even if the blocks 5, 6 and 8 exist.

Because blocks 7 and 9 cannot be validated as they arrive in such a
request, it seems better to close this gap - this update adds the spec
language that forbids well-behaving clients from answering this way.
clarify that eth1 block follow distance for genesis
Strict block range (Rebase and extend #1827)
@djrtwo djrtwo changed the title [DO NOT MERGE] release v0.12.0 release v0.12.0 May 20, 2020
Copy link
Collaborator

@protolambda protolambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

And validated all new test vectors in ZRNT (new release there soon) 👍

@djrtwo djrtwo merged commit 077577a into master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet