Commit Graph

7267 Commits

Author SHA1 Message Date
Paul Hauner b50bea86a0
Merge pull request #2 from ethereum/build-opt-sync
build opimistic sync file
2022-01-21 09:50:02 +11:00
Danny Ryan a5b3c91f25
build opimistic sync file and fix a minor lint/typing issue 2022-01-20 09:25:02 -07:00
Paul Hauner 50b236e5eb
Address TERMINAL_BLOCK_HASH 2022-01-18 14:55:10 +11:00
Paul Hauner be4319a048
Rename `justified_is_verified` 2022-01-18 12:31:36 +11:00
Paul Hauner 24947be7c3
Rename should_optimistically_import... 2022-01-18 12:29:20 +11:00
Paul Hauner bfe4172584
Define `current_slot` 2022-01-18 12:26:30 +11:00
Paul Hauner 0ec61bd195
Clarify liveness 2022-01-18 12:21:34 +11:00
Paul Hauner f4a125c89a
Remove reorg section 2022-01-18 11:36:36 +11:00
Paul Hauner 4ccd38b54e
Tidy tracking note 2022-01-18 11:32:47 +11:00
Paul Hauner b50bee16f6
Rename Store -> OptimisticStore 2022-01-18 11:30:28 +11:00
Paul Hauner 52caba6eae
Add section about backwards compat 2022-01-18 11:28:08 +11:00
Paul Hauner 092f3e0b16
Propose -> Propagate 2022-01-18 11:22:07 +11:00
Paul Hauner 6225236a52
Specify about EL/CL scoring rules 2022-01-18 11:20:52 +11:00
Paul Hauner b1ec9bcfbc
Update gossip conditions 2022-01-18 11:12:55 +11:00
Paul Hauner 15ef2f30d2
Apply suggestions from @djrtwo review
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2022-01-18 09:30:01 +11:00
Paul Hauner 856eea4986
Describe all fields in store 2022-01-13 07:23:12 +11:00
Paul Hauner 8522f27b8e
Modify "when" section 2022-01-13 07:17:57 +11:00
Paul Hauner b7c332f0ee
Tidy 2022-01-13 07:17:43 +11:00
Paul Hauner 6af3d4cbfc
Fix comment indents 2022-01-13 07:13:10 +11:00
Paul Hauner 18c32e0a5e
Fix indents 2022-01-13 07:00:28 +11:00
Paul Hauner 6d72038f12
Fix spelling mistakes 2022-01-13 06:56:38 +11:00
Paul Hauner 0c2e416a6e
Run doctoc 2022-01-13 06:56:32 +11:00
Paul Hauner 6d73b0a4ac
Add poisoning prevention 2022-01-13 06:52:07 +11:00
Paul Hauner 90fb7f6871
Add rationale 2022-01-12 19:04:43 +11:00
Paul Hauner ad7e92433a
Update links to bellatrix 2022-01-12 16:49:08 +11:00
Paul Hauner de1a6caa5d
Add comment about INVALID block 2022-01-12 16:43:36 +11:00
Paul Hauner 0ae80d9382
Fix typo 2022-01-12 16:41:24 +11:00
Paul Hauner 60eab25774
Add section about merge block 2022-01-12 16:39:43 +11:00
Paul Hauner e97335a09a
Merge branch 'dev' into opt-sync-2 2022-01-12 16:22:05 +11:00
Paul Hauner 1228e01883
Update p2p-networking 2022-01-12 16:18:53 +11:00
Paul Hauner 55d92cee34
Fix typo 2022-01-12 16:10:59 +11:00
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
Danny Ryan a1719f9afc
Merge pull request #2784 from status-im/config-name
Add `CONFIG_NAME` to configs
2022-01-11 07:24:15 -07:00
Danny Ryan 01869f37cb
Merge pull request #2794 from paulhauner/patch-36
Fix typo in main README
2022-01-11 07:12:08 -07:00
Danny Ryan 17558acd8d
Merge pull request #2795 from fredriksvantes/patch-5
Updating URL for eth-clients
2022-01-11 06:58:29 -07:00
Danny Ryan 7b435bd470
Merge pull request #2797 from etan-status/lc-update-doc
Fix light client docs to match function signature
2022-01-11 06:57:19 -07:00
Danny Ryan 80c8de1642
Merge pull request #2798 from etan-status/lc-constants-notes
Document light client constants
2022-01-11 06:56:01 -07:00
Etan Kissling 79c456b9f4
Fix light client docs to match function signature
In the light client docs a mentioning of a function trigger is lacking
the `genesis_validators_root` argument. This patch adds that argument
to the documentation to match the real function signature. It also
slightly improves the grammar.
2022-01-11 12:10:30 +01:00
Etan Kissling 212eb00fc1
Document light client constants
This adds documentation about the unit and actual value of light client
specific constants, consistently with the rest of the spec.
2022-01-11 12:10:09 +01:00
Fredrik Svantes 890a020f25
Updating URL for eth-clients
Was renamed from https://github.com/eth2-clients to https://github.com/eth-clients
2022-01-11 10:31:57 +01: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 fe605894e8
Update README.md 2022-01-10 17:07:13 +11:00
Hsiao-Wei Wang fab4cb09b7
Merge pull request #2791 from ralexstokes/clean-up-test-gen
remove unnecessary conditional in ssz generic test gen code
2022-01-07 13:18:20 +08:00
Alex Stokes d74cb5c9ec
remove unnecessary conditional 2022-01-06 15:34:59 -08:00
Danny Ryan a8298026c1
Merge pull request #2787 from ethereum/extra_data_tests
add some non-empty extra_data tests
2022-01-04 10:51:09 -07:00
Danny Ryan af4725d08a
add some non-empty extra_data tests 2022-01-03 07:51:35 -07:00
Jacek Sieka 46bc206740
Add `CONFIG_NAME` to configs
Runtime configurations apply to a certain network and the name of that
network is useful for humans such that they can talk about it.

Some of the existing configs already include a `CONFIG_NAME` toggle -
might as well add it here as well and avoid some confusion - this name
above all becomes useful in the beacon API.

By extension, the `CONFIG_NAME` config will appear in the beacon api as
a result of being defined here.
2021-12-29 13:02:36 +01:00