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

Updated phase 1: branch and early subkey reveal challenges #587

Merged
merged 28 commits into from
Feb 19, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bea74a3
Updated phase 1: branch challenges
vbuterin Feb 8, 2019
38cd2a6
Removed unnecessary line
vbuterin Feb 8, 2019
bfddd14
Added early subkey reveal slashing
vbuterin Feb 8, 2019
10a3e1b
Revealing during the active period is still revealing early
vbuterin Feb 9, 2019
c7891c8
Added....
vbuterin Feb 9, 2019
1e1e3ad
Merge branch 'dev' into vbuterin-patch-12
djrtwo Feb 10, 2019
802cbcd
Update 1_shard-data-chains.md
djrtwo Feb 10, 2019
3c2ccbf
formatting
djrtwo Feb 10, 2019
f80e4f3
minor edits
djrtwo Feb 10, 2019
0417fd5
Added masking scheme for reveals
vbuterin Feb 10, 2019
7f3a19b
Added rewards going to challengers
vbuterin Feb 11, 2019
fed71a0
Merge branch 'dev' into vbuterin-patch-12
hwwhww Feb 11, 2019
d3c2603
Add ToC and reorg the constant tables
hwwhww Feb 11, 2019
a5f83ec
Remove tags
hwwhww Feb 11, 2019
39548c6
fix constant formatting
djrtwo Feb 11, 2019
494254d
normalize domain constants in phase 1
djrtwo Feb 11, 2019
79bf5dd
Update 1_shard-data-chains.md
djrtwo Feb 11, 2019
07846ff
Update 1_shard-data-chains.md
djrtwo Feb 11, 2019
f1d9e79
Update 1_shard-data-chains.md
djrtwo Feb 11, 2019
288c0e4
Added transition logic
vbuterin Feb 13, 2019
dd76a17
Fix ToC
hwwhww Feb 13, 2019
138e04e
Merge branch 'dev' into vbuterin-patch-12
hwwhww Feb 13, 2019
b54080f
Fix ToC
hwwhww Feb 13, 2019
8147347
Adjusted for #615
vbuterin Feb 14, 2019
0c2e220
Added more helpers
vbuterin Feb 17, 2019
1bec137
epoch -> slot
vbuterin Feb 17, 2019
1c25341
fix some type hints
djrtwo Feb 18, 2019
ed3c6be
clean up `get_attestation_merkle_depth`
djrtwo Feb 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove tags
hwwhww committed Feb 11, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a5f83ecdfe92352dd2aa8af8fdf776de2ecb78e7
3 changes: 0 additions & 3 deletions specs/core/1_shard-data-chains.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Ethereum 2.0 Phase 1 -- Shard Data Chains

###### tags: `spec`, `eth2.0`, `casper`, `sharding`

**NOTICE**: This document is a work-in-progress for researchers and implementers. It reflects recent spec changes and takes precedence over the [Python proof-of-concept implementation](https://github.com/ethereum/beacon_chain).

## Table of contents

<!-- TOC -->

- [Ethereum 2.0 Phase 1 -- Shard Data Chains](#ethereum-20-phase-1----shard-data-chains)
- [tags: `spec`, `eth2.0`, `casper`, `sharding`](#tags-spec-eth20-casper-sharding)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
- [Terminology](#terminology)