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

Pythonize epoch transitions #711

Merged
merged 60 commits into from
Mar 7, 2019
Merged
Changes from 59 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
5ceec70
Pythonize epoch transitions (in progress)
vbuterin Mar 1, 2019
6c1abbc
Update specs/core/0_beacon-chain.md
hwwhww Mar 2, 2019
4626931
Update specs/core/0_beacon-chain.md
hwwhww Mar 2, 2019
e0b8eea
Update specs/core/0_beacon-chain.md
hwwhww Mar 2, 2019
4cc738d
Apply suggestions from code review
vbuterin Mar 2, 2019
7c6232a
Update 0_beacon-chain.md
vbuterin Mar 2, 2019
2d4c8af
Split up big function into two smaller functions
vbuterin Mar 2, 2019
4ad3529
Finished epoch transition
vbuterin Mar 2, 2019
0134e56
Fixed table of contents
vbuterin Mar 2, 2019
ce5599d
Made crosslink processing a function
vbuterin Mar 2, 2019
fde66a7
Update to make CC happy
vbuterin Mar 3, 2019
c42cab8
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
2d6697e
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
fa613b4
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
1103fd1
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
07599b3
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
19924f3
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
cd7c722
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
868359a
Update specs/core/0_beacon-chain.md
hwwhww Mar 3, 2019
46b1d4e
Assimilated #697
vbuterin Mar 3, 2019
dcb0205
Merge branch 'dev' into vbuterin-patch-7
vbuterin Mar 3, 2019
d0fc455
Assimilated #649
vbuterin Mar 3, 2019
73f9ad0
Added missing colon
vbuterin Mar 3, 2019
68bc91b
Fixed custody bit participants typo
vbuterin Mar 3, 2019
805ea5d
Transfer from -> sender
vbuterin Mar 3, 2019
38e166d
More python typos!
vbuterin Mar 3, 2019
0444c2e
Merge branch 'dev' into vbuterin-patch-7
djrtwo Mar 3, 2019
1444687
Update specs/core/0_beacon-chain.md
djrtwo Mar 4, 2019
044c87f
fix State -> BeaconState
vbuterin Mar 4, 2019
5282b28
exits -> voluntary_exits
vbuterin Mar 4, 2019
908d7c4
pr feedback
djrtwo Mar 4, 2019
831f04e
separate our rewards/penalty deltas
djrtwo Mar 4, 2019
5ac30fd
Merge branch 'dev' into vbuterin-patch-7
djrtwo Mar 4, 2019
a561656
add get_state_root helper
djrtwo Mar 4, 2019
f7397a5
add xor def
djrtwo Mar 4, 2019
8802f57
add missing var to get_attesting_balance calls
djrtwo Mar 5, 2019
d4a4c73
fix calls to get_attesting_indices
djrtwo Mar 5, 2019
66105b0
previous epoch uses -1 in all cases
djrtwo Mar 5, 2019
47cca60
handle when no attestations availble for crosslinking (#717)
djrtwo Mar 5, 2019
738acf0
fix calls for get_total_balance
djrtwo Mar 5, 2019
0f274a9
Merge branch 'vbuterin-patch-7' of github.com:ethereum/eth2.0-specs i…
djrtwo Mar 5, 2019
0fdfbc4
minor variable issues in helpers
djrtwo Mar 5, 2019
02e8e89
handle get_base_reward when no previous balance
djrtwo Mar 5, 2019
bd936fa
add missing return for justification/finalization reward deltas
djrtwo Mar 5, 2019
d2f7fa9
fix call to get_current_epoch
djrtwo Mar 5, 2019
ecb7642
`1e9` is float in Python, change it to `10**9`.
hwwhww Mar 5, 2019
e2a0452
fix previous root (#716)
djrtwo Mar 5, 2019
99da6fe
fix advance_slot ordering issue
djrtwo Mar 5, 2019
0eacabc
fix minor typo
djrtwo Mar 5, 2019
be1cb4a
Merge pull request #718 from ethereum/empty-base-reward
djrtwo Mar 5, 2019
b5f0509
fix proposal slashing minor bugs
djrtwo Mar 5, 2019
b36e700
fix call to union
djrtwo Mar 5, 2019
c9e06d3
Apply suggestions from code review
CarlBeek Mar 6, 2019
b4779cd
Apply suggestions from code review
CarlBeek Mar 6, 2019
2f6e560
Merge branch 'dev' into vbuterin-patch-7
djrtwo Mar 6, 2019
663bc48
Added lexicographic tiebreaking
vbuterin Mar 7, 2019
ec12460
Make wthdrawn validators immune to inactivity leak
vbuterin Mar 7, 2019
b1baea2
Merge branch 'dev' into vbuterin-patch-7
djrtwo Mar 7, 2019
987c741
fix state types
djrtwo Mar 7, 2019
250455a
Apply suggestions from code review
hwwhww Mar 7, 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