Danny Ryan
0e1c733254
small typo
2018-10-15 10:22:29 -05:00
vbuterin
aacaefbd2b
Update to make @djrtwo happy
2018-10-14 22:51:51 -04:00
Danny Ryan
d7458bf201
Merge pull request #78 from Mikerah/patch-1
...
Adding first completed version of ssz in JS
2018-10-14 20:23:55 -05:00
vbuterin
2f2fbcabee
Update beacon-chain.md
2018-10-14 21:08:35 -04:00
Danny Ryan
9f25eea9e3
Merge pull request #73 from jamesray1/patch-1
...
Re-add removed rationale for min. committee size
2018-10-14 19:45:15 -05:00
Mikerah
cf28f1a784
Adding first completed version of ssz in JS to list of ssz implementations
2018-10-14 16:29:47 -04:00
Danny Ryan
17ba99ed8f
minor change in language
2018-10-14 09:20:51 -05:00
Danny Ryan
48d5c1d12c
minor change to comment
2018-10-14 08:55:01 -05:00
Danny Ryan
552048b9ae
Merge pull request #62 from ethereum/vitalik6
...
Remove multiple slots per committee option
2018-10-14 08:34:16 -05:00
Danny Ryan
cdabb4b205
remove extra def of clamp
2018-10-14 08:32:10 -05:00
Danny Ryan
4191b0089a
Merge branch 'master' into vitalik6
2018-10-14 08:30:52 -05:00
Danny Ryan
e8de9a81f3
Merge pull request #75 from rawfalafel/remove-dynasty
...
Remove remaining usage of dynasty
2018-10-14 08:03:52 -05:00
Danny Ryan
eb93cef16d
add `validator_change_slot` to startup init vars
2018-10-14 08:03:08 -05:00
Yutaro Mori
0dc597a11c
Remove remaining usage of dynasty
2018-10-14 12:31:06 +09:00
vbuterin
c2cae171e3
Merge pull request #72 from ethereum/vbuterin-patch-2
...
Add version to logout message
2018-10-13 13:12:42 -04:00
James Ray
73854e8598
Re-add removed rationale for min. committee size
2018-10-12 19:22:12 +11:00
vbuterin
2d3b13ccf4
Add version to logout message
...
Resolves https://github.com/ethereum/eth2.0-specs/issues/57
2018-10-12 00:45:58 -04:00
vbuterin
b9c922ce4b
Merge pull request #68 from ethereum/vbuterin-patch-6
...
Add bool to simple serialize
2018-10-11 20:21:04 -04:00
vbuterin
0cd41bc578
Rework validator exiting, add min balance clause
2018-10-11 14:14:48 -04:00
vbuterin
c827a26ecf
Add RANDAO multi-hashing
...
Requires more hashes in a RANDAO reveal the more time passes. This greatly reduces the chance that a RANDAO reveal accidentally revealed during an orphaned block will be usable for future blocks.
2018-10-11 13:57:30 -04:00
vbuterin
fe74c7e299
Stop changing the crystallized state in the RANDAO reveals.
2018-10-11 13:06:37 -04:00
Danny Ryan
84b4b4b2d0
Merge pull request #61 from ethereum/vitalik5
...
Removed all uses of the word dynasty, and replaced the functionality …
2018-10-11 10:47:37 -05:00
Danny Ryan
d6504fb51f
Merge branch 'master' into vitalik5
2018-10-11 10:45:10 -05:00
vbuterin
1c25917622
Add bool to simple serialize
2018-10-11 09:51:35 -04:00
vbuterin
79f2ecb0d9
Update beacon-chain.md
2018-10-11 09:45:33 -04:00
vbuterin
57efc20ed7
Update beacon-chain.md
2018-10-11 09:43:52 -04:00
Danny Ryan
c519608eec
Merge branch 'master' into fix-recent_block_hashes
2018-10-11 08:37:00 -05:00
Paul Hauner
6700f283d5
Fix shuffle() function errors
...
- `rand_max` now represents the greatest value returned by the RNG,
instead of the length of the range.
- Loop condition fixed to stop infinite loop.
- Comments updated
2018-10-11 16:56:46 +11:00
Hsiao-Wei Wang
1684a3ffd3
Merge pull request #55 from hwwhww/refactor_sample_code
...
Refactor the sample code and fix #47
2018-10-11 11:31:58 +08:00
Hsiao-Wei Wang
31eb7e9a05
Rename rand_max to sample_max
2018-10-11 11:29:29 +08:00
Hsiao-Wei Wang
39a5bac337
PR feedback and minor fix
2018-10-11 11:29:29 +08:00
Hsiao-Wei Wang
80a61c1c62
PR feedback and some minor fix
2018-10-11 11:29:29 +08:00
Hsiao-Wei Wang
0cc1b6c4a4
fix shuffle
2018-10-11 11:27:19 +08:00
Hsiao-Wei Wang
f1da3c55cd
minor fix
2018-10-11 11:27:19 +08:00
Hsiao-Wei Wang
12a1bd2473
Refactor the sample code and fix #47
2018-10-11 11:27:10 +08:00
Danny Ryan
d158e11006
Merge pull request #64 from terenc3t/patch-1
...
fixed typos in change_validators
2018-10-10 14:07:12 -05:00
terence tsao
9abb1a0e41
fixed typo in change_validators
2018-10-10 11:16:13 -07:00
Hsiao-Wei Wang
3092213f1c
Merge pull request #63 from rawfalafel/patch-1
...
Fix lighthouse link
2018-10-10 15:42:32 +08:00
Yutaro Mori
b62c8c9db1
Fix lighthouse link
2018-10-10 16:14:53 +09:00
Vitalik Buterin
20e31b2930
Remove multiple slots per committee option
2018-10-09 19:26:03 -04:00
Vitalik Buterin
e66cd35d0e
Removed all uses of the word dynasty, and replaced the functionality of dynasties with other variables.
2018-10-09 19:19:37 -04:00
Danny Ryan
18c799a5a2
Merge pull request #51 from ethereum/JustinDrake-patch-4
...
Cleanups in "State recalculations"
2018-10-08 21:42:49 -04:00
Danny Ryan
cbd254a309
replace total_blance_attestable_to_h with total_committee_balance
2018-10-08 20:42:16 -05:00
Danny Ryan
753219ba6a
Merge branch 'master' into JustinDrake-patch-4
2018-10-08 20:40:36 -05:00
Danny Ryan
d042544ea8
Merge pull request #48 from ethereum/JustinDrake-patch-2
...
Change balances to Gwei
2018-10-08 15:12:29 -04:00
Danny Ryan
0445bff1b1
Merge branch 'master' into JustinDrake-patch-2
2018-10-08 14:10:15 -05:00
Danny Ryan
ef0da3ce28
Merge branch 'master' into fix-recent_block_hashes
2018-10-08 14:02:26 -05:00
Danny Ryan
4f7576c2fc
Merge pull request #42 from ethereum/codes-flags-types
...
Clean up codes, flags, types
2018-10-08 14:57:29 -04:00
Danny Ryan
169f031514
Merge branch 'master' into codes-flags-types
2018-10-08 13:47:17 -05:00
Justin
8f65c85455
Update beacon-chain.md
2018-10-06 13:32:19 +01:00