Commit Graph

7436 Commits

Author SHA1 Message Date
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 cbf314c67e
Move capella fork tests to the correct folder and resolve conflicts 2021-12-27 18:44:03 +08:00
Hsiao-Wei Wang 3b474eb2fe
Add capella to test coverage report target 2021-12-27 18:32:19 +08:00
Hsiao-Wei Wang 171a9ccc81
Resolve conflicts 2021-12-27 18:30:12 +08:00
Hsiao-Wei Wang 180855b579
Merge pull request #2778 from ethereum/dev
release v1.1.8
2021-12-25 01:11:53 +08: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 93c933c827
Merge pull request #2771 from ethereum/dev
release v1.1.7
2021-12-22 23:57:29 +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
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
Hsiao-Wei Wang 2fa396f67d
Merge pull request #2746 from ethereum/vbuterin-patch-12
Simplify sync protocol and update to calculate optimistic heads
2021-12-16 00:12:36 +08:00
Hsiao-Wei Wang de892382db
Minor style fixes 2021-12-15 23:44:29 +08:00
Paul Hauner 538cc81681
Flip bool 2021-12-15 09:02:39 +11:00
Hsiao-Wei Wang 257c2413a5
Update test_sync_protocol.py per the new optimistic_header and data structure 2021-12-14 22:06:25 +08:00
Hsiao-Wei Wang 25d88fee24
Fix `process_light_client_update` 2021-12-14 22:05:09 +08:00
Hsiao-Wei Wang 2f618f7b48
Fix lint and presets 2021-12-14 21:38:58 +08: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