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
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
Hsiao-Wei Wang
ba690852d6
Merge pull request #2774 from ethereum/bellatrix
...
Rename "Merge" -> "Bellatrix"
2021-12-24 01:46:55 +08:00
Hsiao-Wei Wang
3970fa7a75
PR feedback from @ralexstokes
2021-12-24 01:38:33 +08:00
Hsiao-Wei Wang
5910b90c43
Enable Bellatrix fork tests in test generator
2021-12-24 00:56:55 +08:00
Alex Stokes
2f5005722b
Merge pull request #2776 from ethereum/test_proposer_boost_correct_head-rng
...
Set RNG seed in `test_get_head.py`
2021-12-23 08:47:34 -08:00
Hsiao-Wei Wang
a7df9a39cc
Set RNG seed
2021-12-23 21:33:23 +08:00
Hsiao-Wei Wang
8c226013fd
minor fix
2021-12-23 17:32:15 +08:00
Hsiao-Wei Wang
41af639517
PR feedback from @mkalinin
2021-12-23 17:26:48 +08:00
Hsiao-Wei Wang
8facc0a095
Merge -> Bellatrix
2021-12-23 14:25:43 +08:00
Hsiao-Wei Wang
67ece2acbb
Merge pull request #2772 from ethereum/bump-version
...
bump VERSION.txt to 1.1.7
2021-12-22 18:02:45 +08:00
Hsiao-Wei Wang
cba3ddfc3d
bump VERSION.txt to 1.1.7
2021-12-22 15:47:38 +08: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