2145 Commits

Author SHA1 Message Date
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
ebbce03db5
Replace assert messages with comments 2024-11-06 13:26:59 -06:00
Justin Traglia
4438166552
Check for ascending order 2024-10-29 19:22:27 -05:00
Justin Traglia
3ce29297ce
Simplify get_execution_requests 2024-10-29 16:04:03 -05:00
Justin Traglia
0c5a1362c9
Exclude empty requests in requests list 2024-10-29 14:42:13 -05:00
Justin Traglia
d022a7f80c
Merge pull request #3884 from etan-status/bf-emptytx
Avoid generating empty transactions in tests
2024-10-22 08:17:45 -05:00
Justin Traglia
dba11796a9
Merge pull request #3981 from ethereum/bump-version-1
Bump version to 1.5.0-alpha.9
2024-10-21 14:08:41 -05:00
Justin Traglia
526625d387
Merge pull request #3893 from jtraglia/rebase-eip7594-onto-electra
Rebase eip7594 onto Electra
2024-10-21 14:07:51 -05:00
Justin Traglia
8ce4418feb
Bump version to 1.5.0-alpha.9 2024-10-17 11:13:11 -05:00
Justin Traglia
179cde6780
Add new check_mods function for generators (#3970)
* Add new check_mods function for generators

* Use single qoutes for consistency

* Add [ERROR] to the exception & update readme

* Fix typos

* Fix lint
2024-10-14 23:42:57 +08:00
Justin Traglia
5fa7791d23
Merge pull request #3975 from jtraglia/fix-invalid-file-references
Fix invalid file references in markdown files
2024-10-14 10:39:22 -05:00
Justin Traglia
6416a562ab
Add ssz_{de,}serialize aliases 2024-10-10 13:41:33 -05:00
Justin Traglia
0ecc87164b
Update deserialize() definition 2024-10-10 09:43:50 -05:00
Lucas Saldanha
2a163adda2 Fix lint errors 2024-10-10 19:30:10 +13:00
Lucas Saldanha
a3153a53ca Add deserialize fn 2024-10-10 17:27:19 +13:00
Justin Traglia
8cfe8fb7a6
Re-order kzg tests 2024-10-09 14:32:17 -05:00
Justin Traglia
81a0f435f6
Fix invalid file references in markdown files 2024-10-09 14:31:08 -05:00
Justin Traglia
72f51900a7
Fix lint 2024-10-09 11:55:49 -05:00
Etan Kissling
1ecf334969
Merge branch 'dev' into df-rlptx 2024-10-09 12:45:19 +02:00
Etan Kissling
34510e3bd8
Merge branch 'dev' into bf-emptytx 2024-10-09 12:43:40 +02:00
Hsiao-Wei Wang
7df8ab7f4a
Add Electra test_process_withdrawals path to testgen 2024-10-08 14:35:09 +08:00
Justin Traglia
8d7613821c
Bump version to 1.5.0-alpha.8 2024-10-07 19:30:29 -05:00
Justin Traglia
745b4dd3db
Move yield pre-state after state setup 2024-10-07 07:24:13 -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
Mikhail Kalinin
770598438e Fix consolidation test 2024-10-04 10:25:58 +04: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
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
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
3984bd3604
Convert assert to return False 2024-10-02 16:02:39 -05:00
Justin Traglia
09cc20459b
Add an extra blank line for consistency 2024-10-02 15:53:42 -05:00
Justin Traglia
df987b5e50
Create new verify_data_column_sidecar() function 2024-10-02 15:47:42 -05:00
Justin Traglia
4578b59ab7
Use wrapper function which does the deepcopy 2024-10-02 14:39:09 -05:00
Justin Traglia
3f49e6c155
Deepcopy sidecar before modifying it 2024-10-02 14:02:18 -05:00
Justin Traglia
578407a4c3
Reject invalid DataColumnSidecar for zero blobs 2024-10-02 12:56:47 -05:00
terence
a6294c6bd0
Add a negative test for inactive validator for withdrawal request (#3945) 2024-10-02 07:45:23 -05:00
Mikhail Kalinin
111a65816a
Merge branch 'dev' into full-exit-has-partial-withdrawal-test 2024-10-02 14:34:28 +04:00
Mikhail Kalinin
e8a013b7ac
Merge pull request #3947 from terencechain/withdrawal-request-balance-tests
Fix insufficient effective bal test and add a bal test
2024-10-02 14:31:16 +04:00
Mikhail Kalinin
4ee4105192
Merge branch 'dev' into deposit-queue 2024-10-02 13:08:13 +04:00
Mikhail Kalinin
11cfd96487
Merge branch 'dev' into consolidation-switch-to-comp 2024-10-01 15:39:28 +04:00
Mikhail Kalinin
a7b0d6f416
Apply suggestions from code review
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-01 15:37:53 +04:00
Mikhail Kalinin
ecb4c2aa9c
eip7251: Fix partial withdrawals count (#3943) 2024-09-30 16:21:14 -05:00