10099 Commits

Author SHA1 Message Date
Justin Traglia
3b8b799609
Introduce TARGET_BLOBS_PER_BLOCK_ELECTRA 2024-12-03 10:05:12 -06:00
Justin Traglia
2ec6a1c7f1
Fix configuration table formatting 2024-12-03 09:45:02 -06:00
Hsiao-Wei Wang
53e8d66578
Add the missing deneb.BlobSidecar
Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
2024-11-28 23:56:28 +08:00
Hsiao-Wei Wang
78c6922caf
bump minimal preset MAX_BLOB_COMMITMENTS_PER_BLOCK and KZG_COMMITMENT_INCLUSION_PROOF_DEPTH 2024-11-27 00:58:29 +08:00
Hsiao-Wei Wang
654333ea10
Add EIP-7691 2024-11-27 00:17:42 +08: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
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
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
Mikhail Kalinin
1afabf7a0b Rename index to committee_index in process_attestation 2024-11-05 11:31:39 +06:00
Mikhail Kalinin
01d6ab11ea Merge branch 'dev' into fix-committee-validation 2024-11-05 11:29:22 +06:00
Justin Traglia
5653d7346a
Merge branch 'dev' into upgrade-to-electra-tests 2024-11-04 15:24:43 -06:00
Justin Traglia
49b6840a07
Merge pull request #3980 from mkalinin/more-op-tests
electra: Misc beacon chain operations tests
2024-11-04 15:23:05 -06:00
Justin Traglia
b4311fe591
Merge pull request #3984 from mkalinin/epoch-processing-tests
electra: Epoch processing tests
2024-11-04 15:22:37 -06:00
Justin Traglia
50f8fa654a
Merge pull request #4001 from jtraglia/improve-initial-earliest-exit-epoch
Update initial `earliest_exit_epoch` calculation & add tests
2024-11-04 15:21:52 -06:00
Justin Traglia
17feed7da5
Merge pull request #3999 from jtraglia/simplify-apply-deposit
Deduplicate code in `apply_deposit`
2024-11-04 15:21:22 -06:00
Mikhail Kalinin
2222c24eeb Run multiple committee tests with MINIMAL presets 2024-11-04 18:58:09 +06:00
Mikhail Kalinin
a3d4dbaafa Ensure non-zero bits for each aggregate committee 2024-11-04 17:40:22 +06:00
Justin Traglia
410b14fa77
Revert "Apply suggestion from pop"
This reverts commit 09754f5ca4864e1fd8c5ed08993d17f4ea17e0f3.
2024-11-01 11:31:57 -05:00
Justin Traglia
93d9ee6507
Fix lint issue 2024-11-01 11:15:24 -05:00
Justin Traglia
13bff6209a
Update initial earliest_exit_epoch calculation & add tests 2024-11-01 11:03:21 -05:00
Justin Traglia
1b408e9354
Merge pull request #4000 from mkalinin/consolidation-request-fix 2024-11-01 07:04:13 -05:00
Mikhail Kalinin
08cb8286b7 Fix and add more attestation tests 2024-11-01 12:45:09 +06:00
Justin Traglia
09754f5ca4
Apply suggestion from pop 2024-10-31 11:14:07 -05:00
Justin Traglia
eb60227357
Merge pull request #3767 from status-im/remove-ttfb
p2p: Deprecate TTFB, RESP_TIMEOUT, introduce rate limiting recommenda…
2024-10-31 09:40:07 -05:00
Justin Traglia
f169475d19
Merge pull request #3900 from status-im/single-attestation
Separate type for unaggregated network attestations
2024-10-31 09:37:58 -05:00
Mikhail Kalinin
31d4974262 Add more exit checks to consolidation processing 2024-10-31 20:06:32 +06:00
Justin Traglia
2c59da7a33
Delete new test & update run_deposit_processing 2024-10-30 17:08:59 -05:00
Justin Traglia
276c56201a
Use less python sugar 2024-10-30 16:47:53 -05:00
Justin Traglia
dfb3ca6c2a
Add new test 2024-10-30 16:41:41 -05:00
Justin Traglia
c060147812
Merge pull request #3979 from mkalinin/more-withdrawal-tests
eip7251: Bugfix and more withdrawal tests
2024-10-30 16:33:44 -05:00
Justin Traglia
c7f7064109
Merge pull request #3864 from tbenr/engine_getBlobV1-clarifications
P2P clarifications when introducing `engine_getBlobsV1`
2024-10-30 16:33:20 -05:00
Justin Traglia
b3e77d2f57
Apply other stokes suggestion 2024-10-30 15:55:41 -05:00