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

Weekly release dev into master #631

Merged
merged 88 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from 83 commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
e1a1f93
penalized -> slashed, SEED_LOOKAHEAD -> MIN_SEED_LOOKAHED
djrtwo Jan 31, 2019
e2e2ce0
name changes: active_exit_delay, latest_active_index_roots
djrtwo Jan 31, 2019
9ea095e
remove Number from custom types
djrtwo Jan 31, 2019
1593b92
rename current and previous vars for shuffling to use 'shuffling'
djrtwo Jan 31, 2019
6716105
ChainStart -> Eth2Genesis
djrtwo Jan 31, 2019
7ff3454
simplify bls types
djrtwo Jan 31, 2019
11ae40f
revery bls types to include BLS
djrtwo Feb 2, 2019
76744de
Merge branch 'dev' into name-changes
djrtwo Feb 2, 2019
8597cbe
Updated phase 1: shard block structure
vbuterin Feb 7, 2019
fb90fd7
Update specs/core/1_shard-data-chains.md
djrtwo Feb 8, 2019
a1f542b
Update specs/core/1_shard-data-chains.md
djrtwo Feb 8, 2019
bdd7dc1
Update specs/core/1_shard-data-chains.md
djrtwo Feb 8, 2019
5e84d7e
Update specs/core/1_shard-data-chains.md
djrtwo Feb 8, 2019
5a1b2c2
Update specs/core/1_shard-data-chains.md
djrtwo Feb 8, 2019
2cff0e6
Use the new `bytesN` SSZ object
hwwhww Feb 8, 2019
410372f
Proposal committee -> persistent committee
vbuterin Feb 8, 2019
47c396f
Break lets into separate lines
vbuterin Feb 8, 2019
65ec418
A few more cleanups
vbuterin Feb 8, 2019
e5bd78e
Persistent committee refactors
vbuterin Feb 8, 2019
f9eaab1
Silently skip deposits with invalid proof in process_deposit
Nashatyrev Feb 8, 2019
057364a
Add mandatory deposit index ordering
vbuterin Feb 9, 2019
36d5120
Initialize deposit index
vbuterin Feb 9, 2019
019fe89
Fixed as per @djrtwo's comments
vbuterin Feb 9, 2019
ad0ff80
Update specs/core/1_shard-data-chains.md
djrtwo Feb 9, 2019
8dd111b
Update specs/core/1_shard-data-chains.md
djrtwo Feb 9, 2019
e0d8cf4
Update specs/core/1_shard-data-chains.md
djrtwo Feb 9, 2019
65c5a1a
Fixed get_persistent_committee
vbuterin Feb 9, 2019
0157aa0
Change var name to avoid confusing the reader into thinking the `vali…
vbuterin Feb 9, 2019
e48010b
Change var name to avoid confusing the reader into thinking the `vali…
vbuterin Feb 9, 2019
7886d96
change proof_is_valid to exit condition
djrtwo Feb 9, 2019
311cf00
Merge pull request #594 from ethereum/vbuterin-patch-3
djrtwo Feb 9, 2019
a712abf
Merge pull request #589 from Nashatyrev/dev
djrtwo Feb 9, 2019
8097b23
Added deduplication
vbuterin Feb 10, 2019
abed5ff
Updated phase 1: fork choice rule (#586)
vbuterin Feb 10, 2019
1f97206
Updated phase 1: commitments (#579)
vbuterin Feb 10, 2019
2944a7d
Renamed `Helpers` -> `Variables`, seems to make more sense (#560)
Feb 10, 2019
181dc18
Merge branch 'dev' into vbuterin-patch-6
djrtwo Feb 10, 2019
046119f
Update specs/core/1_shard-data-chains.md
vbuterin Feb 10, 2019
ad3f43a
Update specs/core/1_shard-data-chains.md
djrtwo Feb 10, 2019
9e66b06
Update specs/core/1_shard-data-chains.md
vbuterin Feb 10, 2019
9bba336
Update specs/core/1_shard-data-chains.md
vbuterin Feb 10, 2019
ab44cbe
Update specs/core/1_shard-data-chains.md
djrtwo Feb 10, 2019
db4f99d
Fixed end of code block
vbuterin Feb 10, 2019
e8f9dce
simply reward logic for justified slot from previous epoch
djrtwo Feb 11, 2019
1d77c57
clarify active validator meaning for rewards/penalties
djrtwo Feb 11, 2019
5b198e0
Merge pull request #578 from ethereum/vbuterin-patch-6
djrtwo Feb 11, 2019
afca1e2
Add C# implementation
codingupastorm Feb 11, 2019
7c8b567
Merge pull request #599 from codingupastorm/dev
hwwhww Feb 11, 2019
2275587
Add note on leap seconds
JustinDrake Feb 11, 2019
0069241
Alias `bytes` to `List[bytes1]`
JustinDrake Feb 11, 2019
c44f6c0
Merge pull request #600 from ethereum/JustinDrake-patch-3
djrtwo Feb 11, 2019
98902d1
assert/unhandled exception note to state transition (#606)
djrtwo Feb 11, 2019
3ea0c27
Minor modification to reduce lines of code (#607)
paulhauner Feb 12, 2019
de90d44
Provide definition for undefined `index` (#608)
paulhauner Feb 12, 2019
41e95cf
Refactor `get_persistent_committee` (#604)
hwwhww Feb 12, 2019
9a4f4d5
Fix SSZ merkleisation bug (#602)
JustinDrake Feb 12, 2019
f871b9a
Use little endian bit order (#575)
arnetheduck Feb 12, 2019
8445d06
Merge branch 'dev' into name-changes
JustinDrake Feb 12, 2019
de7263c
Update 0_beacon-chain.md
JustinDrake Feb 12, 2019
d4f79c8
Update 0_beacon-chain.md
JustinDrake Feb 12, 2019
bd9baec
Update 0_beacon-chain.md
JustinDrake Feb 12, 2019
8213ad6
add note about attestations on chain voting for justified
djrtwo Feb 12, 2019
3459515
Merkleise SSZ container elements (#595)
JustinDrake Feb 12, 2019
b6d27ed
Update 0_beacon-chain.md
JustinDrake Feb 12, 2019
cf371c4
Add support for transfers between withdrawn accounts (#601)
vbuterin Feb 12, 2019
a730295
Update 0_beacon-chain.md (#614)
terencechain Feb 13, 2019
3d5aa35
Merge pull request #597 from ethereum/reward-clarifications
djrtwo Feb 13, 2019
f7320ec
Fix `compute_commitment`
hwwhww Feb 13, 2019
fd5c3ee
Update 0_beacon-chain.md
terencechain Feb 13, 2019
327c282
Merge pull request #619 from terenc3t/patch-49
hwwhww Feb 13, 2019
83b67b6
Merge pull request #617 from ethereum/hwwhww/fix_compute_commitment
djrtwo Feb 13, 2019
f14af7a
Merge branch 'dev' into name-changes
JustinDrake Feb 13, 2019
eadfa20
Bring forward changes to withdrawability from phase 1 (#615)
vbuterin Feb 14, 2019
e86fa58
Merge branch 'dev' into name-changes
JustinDrake Feb 14, 2019
6c49270
Added minimum slashing penalty of ~1 ETH (#624)
vbuterin Feb 14, 2019
d7fb772
Add cautionary assert in shuffling function (#622)
paulhauner Feb 14, 2019
677efe5
fix off by one attestaton issue due to attesting to post state of blo…
djrtwo Feb 14, 2019
241ae5e
Merge branch 'dev' into name-changes
JustinDrake Feb 14, 2019
380f5bc
Update 0_beacon-chain-validator.md
terencechain Feb 14, 2019
67eec43
Merge pull request #534 from ethereum/name-changes
djrtwo Feb 14, 2019
81e8f53
Merge pull request #629 from terenc3t/patch-50
djrtwo Feb 14, 2019
375659d
name changes in validator doc and phase 1 doc
djrtwo Feb 14, 2019
2be42eb
Merge pull request #630 from ethereum/validator-name-changes
djrtwo Feb 14, 2019
e0c28a3
Fix `slash_validator`
hwwhww Feb 15, 2019
6f856ba
Comparing in slot
hwwhww Feb 15, 2019
984eb79
Fix unix time condition of an acceptable block (#636)
hwwhww Feb 15, 2019
e074bc2
Update 0_beacon-chain.md (#635)
jrhea Feb 15, 2019
f932534
Merge pull request #637 from ethereum/hwwhww-patch-2
djrtwo Feb 15, 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
Loading