71 Commits

Author SHA1 Message Date
Mikhail Kalinin
1b975d2ceb
Use signed_root as block id in Honest V guide 2019-03-27 19:23:23 +06:00
Danny Ryan
2c5a68b5b5
remove registry_change options from shuffling functions 2019-03-26 12:32:24 -06:00
Danny Ryan
0121adea38
fix beacon proposer function and mod v-guide to not have lookahead for proposing 2019-03-26 07:09:48 -06:00
Danny Ryan
1083de0c61
add notes about mandatory deposits in validator guide 2019-03-19 17:38:09 -06:00
Danny Ryan
b72070b53e
Merge branch 'dev' into vbuterin-patch-12 2019-03-19 17:31:10 -06:00
terence tsao
c30018a716
Update 0_beacon-chain-validator.md 2019-03-13 18:45:52 -07:00
Danny Ryan
0e837c3386
update v-guide to v0.5.0 2019-03-13 12:17:21 -06:00
vbuterin
5266bbd378
Honest validator doc update for mandatory deposits
Co-requisite with #758.
2019-03-11 23:38:22 -05:00
Akhila Raju
f4e0d9804a Minor spelling fixes. 2019-03-06 12:03:03 -05:00
Hsiao-Wei Wang
34091d70ec
Fix typo 2019-02-28 16:30:46 +08:00
Danny Ryan
b2c53045fc
make get_beacon_proposer_index safe for next epoch 2019-02-26 15:55:27 -07:00
Danny Ryan
daa8275318 minor bug in validator doc get_committee_assignment (#689) 2019-02-26 12:19:28 +08:00
Danny Ryan
8dbb7326ee
Merge pull request #673 from ethereum/genesis_committee_assign
make getting assignments more generic
2019-02-24 17:50:42 -07:00
Hsiao-Wei Wang
c96f709505
Update 0_beacon-chain-validator.md 2019-02-23 00:31:27 +08:00
Danny Ryan
06e6496bca
Merge pull request #662 from ethereum/vbuterin-patch-5
Rename shard_block_root -> crosslink_data_root
2019-02-22 08:51:01 -07:00
Danny Ryan
b89cd234f0
change shard_block_root to crosslink_data_root throughout 2019-02-22 08:50:03 -07:00
terence tsao
68b5fe5b9f
small typo
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
2019-02-22 08:15:40 -07:00
Hsiao-Wei Wang
e8d41fd889
Fix missing get_epoch_start_slot() 2019-02-22 14:30:07 +08:00
Danny Ryan
8169229f5a
clean up 2019-02-21 16:58:58 -07:00
Danny Ryan
f28af3f72b
Add spacing 2019-02-21 16:56:43 -07:00
Danny Ryan
2bd6057c12
make getting assignments more generic 2019-02-21 16:53:52 -07:00
Danny Ryan
d31aeacd3c
fix minor errors per #628 2019-02-21 15:18:41 -07:00
Danny Ryan
0f222171ca
fix epoch boundary root per #652 2019-02-21 15:14:59 -07:00
terence tsao
f0b562054f Update 0_beacon-chain-validator.md (#650) 2019-02-19 16:19:31 +08:00
Danny Ryan
375659dc6c
name changes in validator doc and phase 1 doc 2019-02-14 16:02:01 -07:00
terence tsao
380f5bc86b
Update 0_beacon-chain-validator.md 2019-02-14 14:00:43 -08:00
Danny Ryan
663d38e9c8
simplify get_next_epoch_committee_assignment by adding registry_change arg 2019-02-08 11:54:17 -07:00
Danny Ryan
334d47714d
fix a couple of nitpicks before release 2019-02-08 10:35:57 -07:00
Danny Ryan
6d9581281d
change latest_crosslink_root to latest_crosslink in validator guide 2019-02-07 21:25:47 -07:00
mratsim
ca098f8cfa Prevent changing another TOC 2019-02-07 22:19:04 +01:00
mratsim
cf7ebe9ad3 message to message_hash in the rest of the spec (followup https://github.com/ethereum/eth2.0-specs/pull/580) 2019-02-07 22:09:41 +01:00
Hsiao-Wei Wang
e4f5efadb7
Fix first_committee_at_slot 2019-02-08 04:03:13 +08:00
Danny Ryan
d4901be198
get_next_epoch_committee_assignments returns slot and is_proposer 2019-02-07 11:48:36 -07:00
Hsiao-Wei Wang
378e1ba9a6
Misc fixes of get_next_epoch_crosslink_committees 2019-02-02 02:06:53 +08:00
Danny Ryan
8cfe3c3133
typo 2019-01-30 17:24:27 -08:00
Danny Ryan
face6d325d
Merge branch 'master' into next-epoch-shuffling 2019-01-30 11:06:50 -08:00
Danny Ryan
3f836cad5f
add extra note 2019-01-30 08:05:30 -08:00
Danny Ryan
8869dfff36
fix toc in validator g uide 2019-01-30 08:03:58 -08:00
Danny Ryan
8e50297543
add break condition 2019-01-30 08:02:23 -08:00
Danny Ryan
f0eeb71945
fix fomratting 2019-01-30 08:00:48 -08:00
Danny Ryan
7365af59a7
remove extra return 2019-01-30 07:59:07 -08:00
Ben Edgington
989aae5dc6 Fix missed updates from slot to epoch (#530) 2019-01-30 15:50:37 +00:00
terence tsao
cc259f98d9 Update 0_beacon-chain-validator.md (#531) 2019-01-30 15:47:57 +00:00
Danny Ryan
75cb8b8cb9
add get_next_epoch_crosslink_committees helper in validator guide 2019-01-30 07:35:56 -08:00
Danny Ryan
022da5006f
Merge branch 'master' into next-epoch-shuffling 2019-01-30 07:09:39 -08:00
Danny Ryan
8c2ed0b683 validator guide to recent spec changes (#518) 2019-01-30 14:53:25 +00:00
Danny Ryan
a164ad9504
working through future shuffling notes 2019-01-29 16:29:51 -08:00
Danny Ryan
1a41078768 randao reveal is signed epoch number (#498) 2019-01-26 19:13:12 +00:00
Danny Ryan
1614f2a9d7
simplify slashing instructions in vlaidator guide 2019-01-24 23:11:40 -07:00
Danny Ryan
a182fdaa6f
pr feedback 2019-01-24 22:07:41 -07:00