Lucas Saldanha
757a73bd70
Renaming PendingPartialWithdrawal.index to validator_index
2024-12-09 11:59:55 +13:00
Justin Traglia
e44bcfa90b
Make necessary changes for EIP7594 spec
...
Previous to this commit, the max blob count for EIP7594 was 8. Now that we have
raised the target/max to 6/9 for Electra, the max blob count for EIP7594 no
longer makes sense. I've raised the target/max for it to 9/12 as a placeholder.
This also serves as an example of what changes are necessary to increase the
blob count in the future.
2024-12-05 12:57:06 -06:00
Justin Traglia
e08882e335
Merge remote-tracking branch 'origin/dev' into electra-blob-count
2024-12-05 11:24:24 -06:00
Justin Traglia
72061bb110
Merge pull request #4032 from KatyaRyazantseva/random-block-electra
...
Add randomized execution requests in `random_block_electra`
2024-12-04 08:11:51 -06:00
Katya Ryazantseva
bdb1757e81
fix randrange
2024-12-04 09:18:27 +07:00
Justin Traglia
91bf0290de
Fix networking generator modules
2024-12-03 15:52:13 -06:00
Justin Traglia
eb7518a627
Merge remote-tracking branch 'upstream/dev' into custody-group
2024-12-03 15:14:01 -06:00
Justin Traglia
d332e19d62
Bump version to 1.5.0-alpha.10
2024-12-03 14:04:49 -06:00
Justin Traglia
3c212bc63e
Fix mistake
2024-12-03 13:11:12 -06:00
Justin Traglia
7c3ba69ca4
Merge pull request #4020 from mkalinin/no-creds-change-on-consolidation
...
eip7251: Do not change creds type on consolidation
2024-12-03 12:41:50 -06:00
Justin Traglia
488c8aaeb6
Give target compounding creds in failure cases
2024-12-03 11:43:45 -06:00
Justin Traglia
3b8b799609
Introduce TARGET_BLOBS_PER_BLOCK_ELECTRA
2024-12-03 10:05:12 -06:00
Justin Traglia
baf9c36795
Fix linter
2024-12-03 09:16:17 -06:00
Justin Traglia
e29bfb174b
Remove combine_mods import
2024-12-03 09:11:33 -06:00
Justin Traglia
65b5273c60
Fix genesis mods; remove test_initialization
2024-12-03 09:07:21 -06:00
Katya Ryazantseva
166d5f36d4
Apply suggestions from code review
...
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-12-03 16:36:06 +07:00
Mikhail Kalinin
35bbe4fb75
Bring back comp consolidation test
2024-12-03 13:12:45 +06:00
Mikhail Kalinin
cd42481463
Apply suggestions from @jtraglia
...
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-12-03 13:07:26 +06:00
Justin Traglia
a7ff865bf8
Merge branch 'dev' into issue-3663
2024-12-02 12:32:28 -06:00
Justin Traglia
ab7cdb97e3
Delete last line with trailing whitespace
2024-12-02 11:13:26 -06:00
Justin Traglia
120d7a4766
Add another blank line
2024-12-02 10:29:11 -06:00
Justin Traglia
333df69e65
Fix lint errors
2024-12-02 10:28:37 -06:00
Justin Traglia
1c979e631c
Merge remote-tracking branch 'origin/dev' into delete-trailing-whitespace
2024-12-02 10:08:28 -06:00
Justin Traglia
e519845eb9
Merge branch 'dev' into delete-trailing-whitespace
2024-12-02 08:58:08 -06:00
Justin Traglia
62a5c5f4e2
Merge pull request #4028 from ethereum/fix-sanity-testgen
...
Fix test cases file path in `sanity` test generator
2024-12-02 08:40:59 -06:00
Katya Ryazantseva
8ff2f4c9e2
Add random deposits requests
2024-12-02 21:34:57 +07:00
Katya Ryazantseva
4fc6ddecb2
Add random execution requests
2024-11-29 18:40:25 +07:00
Hsiao-Wei Wang
86a7aec01b
Fix test_incorrect_inactive_validator
by using correct source_address
2024-11-29 19:14:37 +08:00
Mikhail Kalinin
ac4e7131db
Update tests
2024-11-29 14:11:16 +06:00
Katya Ryazantseva
ea2e07e308
Correct with_phases in test_validity.py
2024-11-29 13:41:23 +07:00
Hsiao-Wei Wang
29d9e8dabe
Fix test cases source path
2024-11-29 04:04:11 +08:00
Katya Ryazantseva
e7620583cf
delete bellatrix test_initialization.py, update with_phases
2024-11-29 00:42:11 +07:00
Hsiao-Wei Wang
efb554f4c4
Merge pull request #4024 from mkalinin/process-epoch-tests
...
electra: Add pending deposit and consolidation tests
2024-11-29 00:17:42 +08:00
Hsiao-Wei Wang
d2072df41d
minor suggestions
2024-11-28 23:54:28 +08:00
Hsiao-Wei Wang
d05c6e385f
Merge pull request #4027 from ppopth/remove-blob-subnet
...
EIP-7594: Remove BLOB_SIDECAR_SUBNET_COUNT_EIP7594
2024-11-28 22:32:12 +08:00
Suphanat Chunhapanya
3beca1731c
EIP-7594: Remove BLOB_SIDECAR_SUBNET_COUNT_EIP7594
2024-11-27 23:38:09 +07:00
Suphanat Chunhapanya
cb14356bc2
Merge branch 'dev' into custody-group
2024-11-27 19:08:47 +07:00
Mikhail Kalinin
99f82e76b4
Add pending deposit and consolidation tests
2024-11-27 13:03:06 +06:00
Hsiao-Wei Wang
654333ea10
Add EIP-7691
2024-11-27 00:17:42 +08:00
Etan Kissling
3096a16354
Fix block hash computation for fork transition tests
...
When overriding `execution_requests`, have to sync EL payload block hash
as the requests are linked to it. Note that this was only caught now
because the new request tests were added after the latest fixes applied.
2024-11-26 12:57:34 +01:00
Katya Ryazantseva
d029ed3092
remove initialize_beacon_state_from_eth1
from bellatrix
2024-11-25 15:30:14 +07:00
Justin Traglia
148ccca5eb
Merge pull request #3998 from jtraglia/exclude-empty-requests
...
Exclude empty requests in requests list
2024-11-22 11:07:11 -06:00
Justin Traglia
4aad8ebcdc
Rename requests_root to requests_hash
2024-11-22 07:02:29 -06:00
Etan Kissling
15e3f151d7
Fix block hash computation for withdrawal sanity tests
...
Request hash is not considered in `compute_el_block_hash`, have to use
one of the other overloads for this to work.
2024-11-22 09:03:02 +01:00
Etan Kissling
de52c76bd3
Fix block hash computation for deposit transition tests
...
Request hash is not considered in `compute_el_block_hash`, have to use
one of the other overloads for this to work.
2024-11-21 23:58:31 +01:00
Justin Traglia
b1c9d279bd
Add comment to compute_requests_hash
2024-11-20 10:34:36 -06:00
Justin Traglia
e472afd144
Include requests_root in block_hash computation
2024-11-20 10:32:35 -06:00
Justin Traglia
ec9460d32b
Merge pull request #4008 from ethereum/eip7594-param
...
Add `MAX_BLOBS_PER_BLOCK_EIP7594` and corresponding configs
2024-11-20 09:26:33 -06:00
Justin Traglia
af72bae4e0
Merge pull request #4002 from mkalinin/fix-committee-validation
...
eip7549: Ensure non-zero bits for each committee bitfield comprising an aggregate
2024-11-20 09:25:26 -06:00
Justin Traglia
5753be7e78
Fix blobs cast
2024-11-19 14:53:38 -06:00