Justin Traglia
d966188039
Use same table format for stable & in-development specs
2024-10-09 07:47:11 -05:00
Justin Traglia
afdf5633fd
Remove "(outdated)" from names
2024-10-09 07:43:13 -05:00
Justin Traglia
a5d45778aa
In README, move outdated specs to new section
2024-10-09 07:41:17 -05:00
Etan Kissling
1ecf334969
Merge branch 'dev' into df-rlptx
2024-10-09 12:45:19 +02:00
Etan Kissling
1e96d2370d
Merge branch 'dev' into bf-emptytxspec
2024-10-09 12:44:36 +02:00
Etan Kissling
34510e3bd8
Merge branch 'dev' into bf-emptytx
2024-10-09 12:43:40 +02:00
Alex Stokes
28f9f071a1
Merge pull request #3969 from jtraglia/execution-requests-list
...
Pass execution requests to Engine API as a list of bytes
2024-10-08 17:11:57 -06:00
Justin Traglia
1a3e3addde
Merge branch 'dev' into execution-requests-list
2024-10-08 14:02:19 -05:00
Justin Traglia
57483cb007
Merge pull request #3971 from ethereum/jtraglia-patch-1
...
Re-add `execution_payload` to `notify_new_payload` call
2024-10-08 14:01:45 -05:00
Justin Traglia
d40c797acc
Re-add execution_payload
to notify_new_payload
call
2024-10-08 13:16:17 -05:00
Justin Traglia
b671a1c031
Merge branch 'dev' into execution-requests-list
2024-10-08 13:00:42 -05:00
Justin Traglia
6e194dea4a
Merge pull request #3967 from jtraglia/move-execution-requests-to-end
...
Move `execution_requests` after `parent_beacon_block_root`
2024-10-08 12:59:15 -05:00
Justin Traglia
c9ea712389
Fix table of contents
2024-10-08 12:27:50 -05:00
Justin Traglia
a44071a9a5
Pass execution requests to Engine API as a list of bytes
2024-10-08 12:19:13 -05:00
Justin Traglia
a624d4cd93
Move execution_requests after parent_beacon_block_root
2024-10-08 11:08:11 -05:00
Justin Traglia
01b262553f
Merge pull request #3966 from ethereum/add-electra-withdrawals-tests
...
Add Electra `test_process_withdrawals` path to testgen
2024-10-08 07:02:23 -05:00
Hsiao-Wei Wang
7df8ab7f4a
Add Electra test_process_withdrawals
path to testgen
2024-10-08 14:35:09 +08:00
Justin Traglia
d8fd1598e3
Merge pull request #3964 from ethereum/bump-version-1
...
Bump version to 1.5.0-alpha.8
2024-10-07 20:50:49 -05:00
Justin Traglia
8d7613821c
Bump version to 1.5.0-alpha.8
2024-10-07 19:30:29 -05:00
Manu NALEPA
8f044abe0a
EIP-7594: Specify inclusion proof function to run.
...
For by root and by range requests checks, the exact function to run is specified for KZG commitments, but not for the inclusion proof.
This PR aligns both checks.
2024-10-08 01:07:10 +02:00
Justin Traglia
c1a3b86b91
Merge pull request #3960 from jtraglia/fix-alpha-7-tests
...
Move yield pre-state after pre-state setup
2024-10-07 11:43:05 -05:00
Justin Traglia
745b4dd3db
Move yield pre-state after state setup
2024-10-07 07:24:13 -05:00
Jacek Sieka
96fbfcb3ac
Update specs/electra/p2p-interface.md
...
Co-authored-by: NC <17676176+ensi321@users.noreply.github.com>
2024-10-07 09:00:19 +02:00
Justin Traglia
7df1ce3038
Merge pull request #3818 from mkalinin/deposit-queue
...
eip6110: Queue deposit requests and apply them during epoch processing
2024-10-04 12:29:15 -05:00
Justin Traglia
ad42273440
Use pending_deposits format for both test files
2024-10-04 11:58:58 -05:00
Justin Traglia
3befc4279b
Rename test_apply_pending_deposit* to test_process_pending_deposit*
2024-10-04 10:57:01 -05:00
Justin Traglia
77d2865eee
Rename test_apply_pending_deposit to test_process_pending_deposit
2024-10-04 09:22:16 -05:00
Enrico Del Fante
7c31b3ee7a
Update specs/deneb/p2p-interface.md
...
Co-authored-by: Mehdi AOUADI <mehdi.aouadi@gmail.com>
2024-10-04 14:13:04 +02:00
Mikhail Kalinin
770598438e
Fix consolidation test
2024-10-04 10:25:58 +04:00
Justin Traglia
233afd5a82
Merge pull request #3959 from lucassaldanha/patch-1
2024-10-03 16:21:09 -05:00
Lucas Saldanha
ef65fbc394
Fix EIP reference
2024-10-04 09:43:18 +13:00
Justin Traglia
82d2bc0d96
Fix two tests by replacing old PendingBalanceDeposit
2024-10-03 14:43:11 -05:00
Justin Traglia
358378dccf
Merge branch 'dev' into deposit-queue
2024-10-03 13:49:42 -05:00
Justin Traglia
3ffaf68dec
Merge pull request #3958 from ppopth/correct-get-data-column-sidecars-usage
2024-10-03 13:33:05 -05:00
Justin Traglia
61669ea2c2
Merge pull request #3957 from ethereum/master
2024-10-03 13:08:48 -05:00
Suphanat Chunhapanya
f97cd619f4
Correct the use of get_data_column_sidecars
2024-10-04 00:53:49 +07:00
Justin Traglia
24874f3013
Merge pull request #3953 from jtraglia/reject-invalid-dcs
2024-10-03 11:52:28 -05:00
Justin Traglia
f081b1b5c2
Merge pull request #3918 from mkalinin/consolidation-switch-to-comp
2024-10-03 11:30:33 -05:00
Justin Traglia
62c32da22b
Be more consistent with test names
2024-10-03 11:20:38 -05:00
Justin Traglia
30f6aba593
Put "and" at the beginning of the next line
...
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2024-10-03 11:04:33 -05:00
Enrico Del Fante
5b93d6a041
improvement
2024-10-03 17:52:56 +02:00
Enrico Del Fante
a96065c618
clarification
2024-10-03 17:49:48 +02:00
Enrico Del Fante
2612f7f278
rephrasing
2024-10-03 17:20:37 +02:00
Mikhail Kalinin
beb2718182
Apply suggestions by @ppopth
2024-10-03 18:49:08 +04:00
Mikhail Kalinin
66f5c3776c
Fix switch to compounding tests
2024-10-03 17:55:39 +04:00
Mikhail Kalinin
2dd9e82306
Remove blank lines
2024-10-03 17:51:48 +04:00
Justin Traglia
1329410f0e
Bump version to 1.5.0-alpha.7 ( #3955 )
2024-10-03 07:44:25 -05:00
Justin Traglia
3e80dc8ed0
Add new verification to is_data_available
2024-10-03 07:42:45 -05:00
Enrico Del Fante
edd7377b5f
apply suggestions
2024-10-03 10:59:01 +02:00
Jacek Sieka
456372e550
two streams again
2024-10-03 08:16:17 +02:00