10130 Commits

Author SHA1 Message Date
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
Justin Traglia
e90c792c5c
Fix typo
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2024-10-30 15:51:49 -05:00
Justin Traglia
5a6121b2d2
Fix indentation 2024-10-30 13:54:56 -05:00
Justin Traglia
076a0f154b
Return without adding deposit if signature fails 2024-10-30 13:52:01 -05:00
Justin Traglia
a5a6939297
Delete useless comment 2024-10-30 13:09:19 -05:00
Justin Traglia
0ad0f4e3fd
Append to pending deposits once in apply_deposit 2024-10-30 12:45:18 -05: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
8a8a3214cd
Fix indentation 2024-10-29 15:10:22 -05:00
Justin Traglia
2bd570c6be
Use assert instead of raise 2024-10-29 14:58:21 -05:00
Justin Traglia
369b7e5780
Fix table of contents 2024-10-29 14:47:16 -05:00
Justin Traglia
0c5a1362c9
Exclude empty requests in requests list 2024-10-29 14:42:13 -05:00
Justin Traglia
f392a22a50
Merge pull request #3986 from jtraglia/gen-collect-only
Add `gen-modcheck` CI check
2024-10-29 09:52:14 -05:00
Jacek Sieka
d763a6ea72
Merge branch 'dev' into single-attestation 2024-10-29 10:09:50 +01:00
Justin Traglia
9849fb39e7
Merge pull request #3997 from jtraglia/group-types 2024-10-27 09:50:57 -05:00
Justin Traglia
734938c0e1
Merge pull request #3996 from jtraglia/shadowed-index-var 2024-10-27 09:50:34 -05:00
Justin Traglia
90ae0a4ecf
Group pending types & request types 2024-10-24 14:48:49 -05:00
Justin Traglia
087e7378b4
Merge pull request #3995 from jtraglia/pending-deposits-are-sorted-test
Add `test_fork_pending_deposits_are_sorted` test
2024-10-23 15:52:32 -05:00
Justin Traglia
3a4101b3e4
Rename index vars in get_attesting_indices() 2024-10-23 14:20:53 -05:00
Justin Traglia
9507b86beb
Add one more validator 2024-10-23 09:57:05 -05:00
Justin Traglia
60343aeeaa
Merge pull request #3754 from jtraglia/add-0x-quotes
Encode zero-length hex-strings with quotes
2024-10-23 09:37:33 -05:00
Jacek Sieka
ff49b7f71c
Merge branch 'dev' into single-attestation 2024-10-23 13:18:08 +02:00
Justin Traglia
dc772a6dca
Add test_fork_pending_deposits_are_sorted test 2024-10-22 13:33:00 -05:00
Justin Traglia
f5e976b8e7
Merge branch 'ethereum:dev' into add-0x-quotes 2024-10-22 08:23:03 -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
Mikhail Kalinin
d53419bffb Simplify test helpers, take 2 2024-10-22 12:39:51 +06:00