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.11.2 #1743

Merged
merged 81 commits into from
Apr 24, 2020
Merged

Release v0.11.2 #1743

merged 81 commits into from
Apr 24, 2020

Conversation

djrtwo
Copy link
Contributor

@djrtwo djrtwo commented Apr 22, 2020

(wrt Phase 0) Backwards compatible with v0.11.1

djrtwo and others added 30 commits February 10, 2020 17:56
…roof. add DOMAIN_SELECTION_PROOF and DOMAIN_AGGREGATE_AND_PROOF
Co-Authored-By: Diederik Loerakker <[email protected]>
…slashing, and attester_slashing gossipsub channels
The duration of HISTORICAL_ROOTS_LIMIT is:
    SECONDS_PER_SLOT * SLOTS_PER_HISTORICAL_ROOT * HISTORICAL_ROOTS_LIMIT
which is
    12s * 2^13 * 2^24 = 1.65e12s = 52,262 years
protolambda and others added 18 commits April 6, 2020 18:40
update remerkleable; mul/div bound checks, update config loading
Redefine attestation propogation condition
Tighten aggregate attn propogation condition
Path of validator_registration.vy contract was wrong
Fixed target compile_deposit_contract
There's room for ambiguity as to what `count` means - this clarifies
that it always relates to the slot, and not the number of blocks in the
response which allows clients to request ranges epoch by epoch (for
example) without worrying about overlaps caused by empty slots.
As per #1735 the check `if not len(indices) <= MAX_VALIDATORS_PER_COMMITTEE: return False` is redundant. As such this PR should be purely cosmetic.
Clarify that state transitions with `uint64` overflows are invalid.
simplify block range request description
@djrtwo djrtwo changed the title Release v0.11.2 [DO NOT MERGE] Release v0.11.2 Apr 22, 2020
@djrtwo djrtwo changed the title [DO NOT MERGE] Release v0.11.2 Release v0.11.2 Apr 24, 2020
@djrtwo djrtwo merged commit 2898ab0 into master Apr 24, 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.