10129 Commits

Author SHA1 Message Date
Justin Traglia
a7ff865bf8
Merge branch 'dev' into issue-3663 2024-12-02 12:32:28 -06:00
Justin Traglia
89250223fc
Merge pull request #3985 from jtraglia/p2p-introductiion
Move p2p-interface intros to introduction section
2024-12-02 12:05:22 -06:00
Justin Traglia
36bea27ca2
Merge remote-tracking branch 'origin/dev' into p2p-introductiion 2024-12-02 11:00:43 -06:00
Justin Traglia
6fedfc613e
Merge pull request #3977 from jtraglia/delete-trailing-whitespace
Delete all trailing whitespace & add CI check
2024-12-02 10:52:39 -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
Justin Traglia
8a45549776
Merge pull request #4004 from jtraglia/nits-in-presets-constants
Fix some nits in the constants/presets sections
2024-12-02 08:39:46 -06:00
Justin Traglia
30aed6cd04
Merge pull request #4029 from ethereum/fix-test-case
Fix `test_incorrect_inactive_validator` by using correct `source_address`
2024-12-02 08:27:01 -06:00
Justin Traglia
966d59f898
Fix table of contents 2024-12-02 07:58:52 -06:00
Justin Traglia
bc7f927900
Merge pull request #3644 from nalepae/patch-2
`p2p-interface.md`: Add `quic` ENR entry.
2024-12-02 06:54:59 -06:00
Hsiao-Wei Wang
86a7aec01b
Fix test_incorrect_inactive_validator by using correct source_address 2024-11-29 19:14:37 +08: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
Hsiao-Wei Wang
493d97e825
Merge pull request #4022 from etan-status/ef-blockhashfix
Fix block hash computation for fork transition tests
2024-11-28 22:09:25 +08:00
Suphanat Chunhapanya
3beca1731c EIP-7594: Remove BLOB_SIDECAR_SUBNET_COUNT_EIP7594 2024-11-27 23:38:09 +07:00
Katya Ryazantseva
518cb513fa delete .idea files 2024-11-27 17:57:33 +07:00
Mikhail Kalinin
99f82e76b4 Add pending deposit and consolidation tests 2024-11-27 13:03:06 +06: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
e5aba7b00e
Merge pull request #4019 from etan-status/lc-rmfull
Clean up dead link and typo in LC docs for Electra
2024-11-22 07:13:04 -06:00
Justin Traglia
4aad8ebcdc
Rename requests_root to requests_hash 2024-11-22 07:02:29 -06:00
Etan Kissling
6e9526360a
Clean up dead link and typo in LC docs for Electra
Followup from #3987 to remove references to the deleted document.
2024-11-22 13:31:41 +01:00
Justin Traglia
bfe166cfb0
Merge pull request #2 from etan-status/exclude-empty-requests 2024-11-22 05:54:34 -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
Katya Ryazantseva
266a64c393 remove initialize_beacon_state_from_eth1 from post-altair forks 2024-11-22 09:27:55 +07:00
Justin Traglia
36b4979bcf
Merge pull request #1 from etan-status/exclude-empty-requests
Fix block hash computation for deposit transition tests
2024-11-21 18:01:02 -06: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
abbfef5b37
Merge pull request #3885 from etan-status/bf-emptytxspec
Synchronously check all `transactions` to have non-zero length
2024-11-20 09:30:57 -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
Justin Traglia
7b0b7df015
Fix bug 2024-11-19 14:33:16 -06:00
Justin Traglia
ac53675d24
Fix some minor nits 2024-11-19 14:26:08 -06:00
Mikhail Kalinin
34918e9744 Remove unnecessary modification 2024-11-18 08:29:40 +07:00
Hsiao-Wei Wang
f67e6cc359
update tests 2024-11-13 14:23:23 +07:00
Hsiao-Wei Wang
62e6a30ec1
Add BLOB_SIDECAR_SUBNET_COUNT_EIP7594, MAX_BLOBS_PER_BLOCK_EIP7594, and MAX_REQUEST_BLOB_SIDECARS_EIP7594 2024-11-13 13:42:15 +07:00
Justin Traglia
c662452284
Move SingleAttestation after ExecutionRequests 2024-11-07 11:15:38 -06:00
Justin Traglia
f024665275
Clarify that it's the effective balance 2024-11-06 14:51:24 -06:00
Justin Traglia
7930bb6bd9
Add descriptions for new prefix & gwei values 2024-11-06 14:48:31 -06:00
Justin Traglia
ec01912af6
Fix some nits in the constants/presets sections 2024-11-06 14:31:26 -06:00
Justin Traglia
ebbce03db5
Replace assert messages with comments 2024-11-06 13:26:59 -06:00
Justin Traglia
a09d0c3215
Merge pull request #3990 from mkalinin/upgrade-to-electra-tests
electra: Add more transition tests
2024-11-05 09:46:11 -06:00