Antonio Sanso
7255faf41b
Update ssz_container.py
2022-01-13 13:40:48 +01: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
terence tsao
7e2461e805
Remove client setting
2022-01-11 20:34:06 -08:00
Alex Stokes
c4a60225cb
Merge branch 'dev' into patch-5
2022-01-11 16:09:40 -06: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
Etan Kissling
48e19b15ae
Rename `sync_committee_aggregate` > `sync_aggregate`
...
This renames the `sync_committee_aggregate` field of `LightClientUpdate`
to `sync_aggregate` for consistency with the terminology in the rest of
the spec.
2022-01-11 11:22:39 +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
Antonio Sanso
e56dddd6ec
Update tests/generators/ssz_generic/ssz_container.py
...
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2022-01-06 19:07:48 +01:00
Antonio Sanso
69a2fb4af0
Update tests/generators/ssz_generic/ssz_container.py
...
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2022-01-06 19:07:31 +01:00
Antonio Sanso
7df0d4d70e
Update tests/generators/ssz_generic/ssz_container.py
...
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2022-01-06 19:07:23 +01:00
Antonio Sanso
22719f2748
Update tests/generators/ssz_generic/ssz_container.py
...
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2022-01-06 19:06:50 +01:00
Antonio Sanso
6f64d46bc4
Update tests/generators/ssz_generic/ssz_container.py
...
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2022-01-06 19:06:42 +01:00
Antonio Sanso
db16f590cb
fixing lint
2022-01-06 13:29:57 +01:00
Antonio Sanso
b5908cf294
fixing lint
2022-01-06 13:28:19 +01:00
Antonio Sanso
7ccd528cd1
fixing lint
2022-01-06 13:26:00 +01:00
Antonio Sanso
b220655d24
Add 3 new invalid test cases
2022-01-06 13:08:47 +01: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
Hsiao-Wei Wang
db642e0586
bump VERSION.txt to 1.1.8
2021-12-25 00:59:11 +08:00
Alex Stokes
b1998872fa
Merge pull request #2777 from ethereum/bellatrix-fork-testgen
...
Enable Bellatrix fork tests in test generator
2021-12-24 08:22:45 -08:00