Commit Graph

8706 Commits

Author SHA1 Message Date
Suphanat Chunhapanya 08a13261c2 Use SubnetID instead of uint64 2023-05-18 21:33:45 +07:00
Suphanat Chunhapanya 2f218f8336 Specify the number of sidecar subnets
Previously the number of subnets is equal to MAX_BLOBS_PER_BLOCK which
specifies the number of blobs per block. This commit now makes the
number of subnets equal to BLOB_SIDECAR_SUBNET_COUNT instead.

The advantage of doing this is that we can change MAX_BLOBS_PER_BLOCK
without worrying about the p2p network structure and the number of subnets.
2023-05-18 21:33:45 +07:00
Hsiao-Wei Wang 0ac4329b4a
Merge pull request #3369 from terencechain/patch-141
Nitpick: blob -> blob sidecar
2023-05-18 21:27:23 +08:00
Hsiao-Wei Wang c6b60c688e
Merge pull request #3372 from ethereum/eip6110-ci
Fix CircleCI Python version
2023-05-18 21:14:44 +08:00
Hsiao-Wei Wang 44394ad121
Fix CircleCI Python version 2023-05-18 20:58:24 +08:00
djrtwo f967567ec7 add a comment annotation for fork update 2023-05-17 13:15:29 -06:00
terencechain db2e613aac
Nitpick: blob -> blob sidecar 2023-05-17 11:08:33 -07:00
djrtwo ee32e2a31f make tests generic across forks 2023-05-17 11:53:25 -06:00
Alex Stokes 1a4db24919
Update fork-choice.md
Remove duplicate check
2023-05-17 11:49:46 -06:00
djrtwo a08cc48e9e toc 2023-05-17 11:15:24 -06:00
djrtwo df1b105b05 change rewards flag tracking to allow for any inclusion delay for target reward flag 2023-05-17 11:08:15 -06:00
Justin Traglia 32358e8fad
Add comment about zero elements in batch verification (#3367) 2023-05-17 19:24:48 +03:00
Danny Ryan 235582f4f4
Update specs/_features/attslotrange/beacon-chain.md
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
2023-05-17 09:35:32 -06:00
djrtwo 558be7a9a3 add initialize beacon state from eth1 for AttSlotRAnge 2023-05-16 12:20:09 -06:00
Hsiao-Wei Wang 0b2f604f86
Fix tests 2023-05-17 00:24:49 +08:00
djrtwo 78403ccf8a add p2p for attslotrange 2023-05-16 09:48:23 -06:00
Hsiao-Wei Wang fe9c1a8cbf
Merge pull request #3356 from ethereum/deneb-tests
Add `test_zeroed_commitment` test case
2023-05-16 21:25:40 +08:00
Hsiao-Wei Wang bb38c56ddd
Fix `dump_kzg_trusted_setup_files`. Use Fastest BLS lib (#3358) 2023-05-16 15:07:21 +03:00
Hsiao-Wei Wang 0e0b9ac00d
Merge pull request #3363 from ethereum/ralexstokes-patch-3
Update fork-choice.md
2023-05-16 10:15:44 +08:00
Alex Stokes 5a6052f46c
Update fork-choice.md
Stylistic change to be in line with validations in other specifications
2023-05-15 16:51:52 -06:00
djrtwo 5889668403 lint 2023-05-15 12:13:20 -06:00
djrtwo ad09a73b96 add attslotrange to circleci workflows 2023-05-15 12:03:30 -06:00
djrtwo 3e2d9a755a disable some attestation tests for attslotrange 2023-05-15 11:57:13 -06:00
djrtwo bce45c5671 working through att slot range fix 2023-05-15 11:35:29 -06:00
Hsiao-Wei Wang 058137327a
Use new `engine_newPayloadV3` 2023-05-16 00:28:49 +08:00
Hsiao-Wei Wang a11cc094ee
Update `ExecutionLayerExit` fields: replace `validator_index` with `validator_pubkey` 2023-05-15 20:07:11 +08:00
g11tech 928fd42517
fix typo
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2023-05-15 15:53:18 +05:30
Hsiao-Wei Wang 340f3cc1a3
Rebase the fc changes 2023-05-15 17:25:48 +08:00
Hsiao-Wei Wang f9c4076b87
Merge branch 'dev' into capella-fc-cleanup 2023-05-15 17:21:52 +08:00
Hsiao-Wei Wang eea04704d4
Fix tests 2023-05-15 17:16:41 +08:00
Hsiao-Wei Wang 847553783b
Add `test_zeroed_commitment` 2023-05-15 17:11:50 +08:00
gajinder 5b983f4097 Update the endianess of the polynomial commitments to be big endian 2023-05-12 21:44:43 +05:30
Michael Sproul 69d8c96de4
Apply proposer boost to first block in case of equivocation 2023-05-11 13:16:52 +10:00
Hsiao-Wei Wang f7352d18cf
Merge pull request #3341 from ethereum/add-GetPayloadResponse
Add `GetPayloadResponse` dataclass for `get_payload` API
2023-05-10 23:33:57 +08:00
Hsiao-Wei Wang 6e08327d1f
Fix light client tests 2023-05-10 22:59:39 +08:00
Hsiao-Wei Wang 74596190e7
Fix tests 2023-05-10 22:26:55 +08:00
Danny Ryan 363209d650
Merge pull request #3312 from AgeManning/attnets-revamp
Attnet revamp: Subnet backbone structure based on beacon nodes
2023-05-10 08:22:02 -06:00
Hsiao-Wei Wang 59455719d1
Add eip7002 CI jobs 2023-05-10 21:31:35 +08:00
Hsiao-Wei Wang 34693f2db6
Add basic tests 2023-05-10 21:28:57 +08:00
Hsiao-Wei Wang 0f5ac1186e
Remove `is_execution_enabled` condition since Capella 2023-05-10 03:01:20 +08:00
Hsiao-Wei Wang b8e77c5486
Add EIP-7002 feature spec 2023-05-10 02:46:51 +08:00
Hsiao-Wei Wang 1008714e54
Add `settings.py` of testgen 2023-05-09 21:49:41 +08:00
Hsiao-Wei Wang d4be8f14c2
Merge branch 'dev' into testgen-refactor 2023-05-09 21:42:26 +08:00
Hsiao-Wei Wang 1c424d76ed
Merge pull request #3340 from ethereum/deneb-tests
Deneb refactoring and new tests
2023-05-09 21:40:57 +08:00
dapplion 680b026d59 Add add_validator_to_registry fn 2023-05-09 19:18:42 +09:00
Danny Ryan 9c35b7384e
Merge pull request #3348 from ethereum/fix-tests
Fix `process_inactivity_updates` test cases
2023-05-08 16:10:08 -06:00
Hsiao-Wei Wang 5e2a18a319
Fix `test_randomized_state` and `test_randomized_state_leaking` 2023-05-06 21:38:03 +08:00
Hsiao-Wei Wang 3ae4bf14f1
Fix and set to `MODE_MULTIPROCESSING` 2023-05-06 21:01:46 +08:00
Hsiao-Wei Wang 98d0ca48b8
Fix `test_randomized_state` and `test_randomized_state_leaking` 2023-05-06 17:45:22 +08:00
Hsiao-Wei Wang aeccd20fd1
Try multiprocessing 2023-05-06 16:34:14 +08:00