Commit Graph

7168 Commits

Author SHA1 Message Date
Paul Hauner 736f3cec3f
Remove `justified_block` 2022-01-12 16:09:24 +11:00
Paul Hauner 2ce2aac0c8
Address "yet to" paragraph 2022-01-12 15:57:27 +11:00
Paul Hauner 6c13e2ecdb
Expand `should_optimistically_import_block` 2022-01-12 15:54:11 +11:00
Paul Hauner 6eba269e9b
Update sync/optimistic.md
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-01-11 19:02:40 +11:00
Paul Hauner 9e619f88b8
Apply suggestions from code review
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2022-01-11 16:42:20 +11:00
Paul Hauner 50f526e418
Fix typo 2021-12-22 09:32:33 +11:00
Paul Hauner 12293c999a
Bump safe slots 2021-12-22 09:31:53 +11:00
Paul Hauner 941531c878
Update sync/optimistic.md
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2021-12-22 09:24:14 +11:00
Paul Hauner e696d1103c
Update gossip conditions 2021-12-20 18:36:03 +11:00
Paul Hauner ff50bfe6e8
Remove block production exception 2021-12-20 18:32:54 +11:00
Paul Hauner 9421bf3dfd
Tidy 2021-12-20 18:32:47 +11:00
Paul Hauner 451ae293ce
Specify no invalid parents 2021-12-20 17:55:10 +11:00
Paul Hauner 7837dc74bf
Tidy, add validator endpoints 2021-12-20 17:46:52 +11:00
Paul Hauner aa9a2967aa
Clarify API head condition 2021-12-20 17:27:02 +11:00
Paul Hauner 91cad9b19b
Improve gossip wording 2021-12-20 17:19:32 +11:00
Paul Hauner b287f65dc9
Allow RPC blocks 2021-12-20 16:21:11 +11:00
Paul Hauner a797ae406b
Add qualification about fc store 2021-12-20 14:04:33 +11:00
Paul Hauner 26431b762d
Tidy 2021-12-20 11:12:11 +11:00
Paul Hauner 9901cb38f7
Move optimsitic_roots definition 2021-12-20 10:41:50 +11:00
Paul Hauner da6cad8767
Tidy 2021-12-20 10:32:45 +11:00
Paul Hauner 26e934b1e1
Remove merge transition section 2021-12-20 10:16:09 +11:00
Paul Hauner ffba24f03e
Add failure recovery 2021-12-20 10:15:51 +11:00
Paul Hauner e49685eed5
Add section for enabling opt sync 2021-12-19 14:56:46 +11:00
Paul Hauner 2aa4edf933
Move helpers 2021-12-19 14:44:21 +11:00
Paul Hauner 5c1fcaf3e7
Add qualification for errors 2021-12-19 14:34:43 +11:00
Paul Hauner 538cc81681
Flip bool 2021-12-15 09:02:39 +11:00
Paul Hauner d9a0d16cc6
Tidy 2021-12-14 16:46:31 +11:00
Paul Hauner 084255465d
Add section about re-orgs 2021-12-14 16:42:35 +11:00
Paul Hauner eb32e141d2
Fix typo 2021-12-14 16:22:52 +11:00
Paul Hauner 4f1d8152d5
Add note about full verification 2021-12-14 16:21:30 +11:00
Paul Hauner 9d7d4d0869
Remove validate_merge_block check 2021-12-14 16:21:23 +11:00
Paul Hauner ffc2c405c4
Add section about API 2021-12-14 16:11:40 +11:00
Paul Hauner 3f6e5b9c3a
Add checkpoint sync 2021-12-14 16:10:53 +11:00
Paul Hauner 4c4ffe71b4
Fix latest_valid_ancestor 2021-12-14 15:54:33 +11:00
Paul Hauner d1851dce21
Tidy tab formatting 2021-12-14 15:53:03 +11:00
Paul Hauner fb520a8356
Condense gossip topics 2021-12-14 15:51:26 +11:00
Paul Hauner 3b67c334e4
Add note about removal from optimistic_roots 2021-12-14 15:51:15 +11:00
Paul Hauner 0ad6025b48
Remove valid roots set 2021-12-14 15:51:02 +11:00
Paul Hauner 497b5f8cbb
Add EE assumptions 2021-12-14 15:44:15 +11:00
Paul Hauner 2c62ed3b77
Flip bool 2021-12-14 14:53:04 +11:00
Paul Hauner 5a5f980fca
Add RPC responses 2021-12-13 19:25:33 +11:00
Paul Hauner 1a89d167da
Remove recent valid ancestor 2021-12-13 19:15:53 +11:00
Paul Hauner 7f5b7d1535
Remove attesting during opt sync 2021-12-13 19:03:35 +11:00
Paul Hauner 8918823071
Start adding p2p components 2021-12-13 19:02:45 +11:00
Paul Hauner 38fffd3e2f
Tidy, finish duties 2021-12-13 17:09:09 +11:00
Paul Hauner c99e48c60c
Add first efforts 2021-12-06 10:07:54 +11:00
Danny Ryan 4d35748ff0
Merge pull request #2754 from ethereum/dankrad-patch-1
Correct primitive root
2021-12-01 08:15:27 -07:00
Danny Ryan 37eae2a6d6
Merge pull request #2753 from realbigsean/simplify-proposer-score-logic
Simplify logic in calculating proposer score
2021-12-01 08:14:48 -07:00
dankrad ad588d79f6
Update beacon-chain.md
5 is not a primitive root of the BLS field, it needs to be 7
2021-11-30 22:52:16 +00:00
realbigsean 0bc0769767 Simplify logic in calculating proposer score 2021-11-30 15:44:56 -05:00