10057 Commits

Author SHA1 Message Date
Mikhail Kalinin
44c1c3141f Add consolidation tests for comp creds 2024-10-21 13:17:59 +06:00
Mikhail Kalinin
aa5ebb3825 Apply suggestions by @jtraglia 2024-10-20 09:45:27 +06:00
Mikhail Kalinin
cdfe808ceb Add tests for operations on transition to electra 2024-10-20 09:10:12 +06:00
Justin Traglia
60cd223fb5
Merge pull request #3987 from ensi321/clean-up-lc 2024-10-19 19:08:13 -05:00
Justin Traglia
f58873349b
Fix all pytest warnings 2024-10-19 10:35:10 -05:00
NC
3748ac1352 Remove full-node.md 2024-10-18 18:58:07 -07:00
NC
d2a9506e04 Clean up electra LC 2024-10-18 12:06:50 -07:00
Justin Traglia
c280e56957
Remove print statement 2024-10-18 12:26:52 -05:00
Justin Traglia
57bd0ae2bf
Remove --collect-only & rebrand to modcheck 2024-10-18 12:15:59 -05:00
Justin Traglia
991ccd233f
Add gen-collect-only CI check 2024-10-18 11:44:01 -05:00
Mikhail Kalinin
ba8c092876 Add more checks to electra fork transition tests 2024-10-18 16:49:26 +06:00
Mikhail Kalinin
a2f9b887ef Add more pending deposit tests 2024-10-18 15:51:18 +06:00
Mikhail Kalinin
84d7ba25b6 Fix linter 2024-10-18 14:21:47 +06:00
Mikhail Kalinin
2a06d9165d Add more process_pending_consolidations tests 2024-10-18 14:11:04 +06:00
Mikhail Kalinin
17f6454035 Add tests for process_registry_updates 2024-10-18 13:52:11 +06:00
Mikhail Kalinin
d64e537bd2 Fix presets for process_attestation test 2024-10-18 09:31:51 +06:00
Justin Traglia
8ce4418feb
Bump version to 1.5.0-alpha.9 2024-10-17 11:13:11 -05:00
Justin Traglia
96b1d312a9
Merge pull request #3963 from nalepae/patch-3
EIP-7594: Specify data column sidecar verification functions to run
2024-10-17 10:59:59 -05:00
Justin Traglia
93496e35a1
Add remark about verify_data_column_sidecar 2024-10-17 10:57:18 -05:00
Mikhail Kalinin
f4a7f02af0
Apply suggestions by @jtraglia 2024-10-17 20:31:29 +06:00
Mikhail Kalinin
792cb18bd1 Add more process_attestation tests 2024-10-17 17:32:56 +06:00
Mikhail Kalinin
778a32ab9b Add missing withdrawal requests tests 2024-10-17 16:43:54 +06:00
Mikhail Kalinin
62a3d1e77e
Apply suggestions by @jtraglia
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-17 14:45:43 +06:00
Enrico Del Fante
9787a61c88
Update specs/deneb/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-16 18:27:56 +02:00
Enrico Del Fante
1767c34493
Update specs/deneb/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-16 18:27:42 +02:00
Enrico Del Fante
6c99b0bbf4
Update p2p-interface.md 2024-10-16 18:26:59 +02:00
Enrico Del Fante
cb837f27c3
Update specs/deneb/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-16 18:24:59 +02:00
Enrico Del Fante
71b995cdd9
Update specs/deneb/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-16 18:24:37 +02:00
Enrico Del Fante
5b55e95984
Update specs/deneb/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-10-16 18:24:19 +02:00
Mikhail Kalinin
dcdf30e2fe Bugfix and more withdrawal tests 2024-10-16 17:30:33 +06:00
Justin Traglia
da3b23ac70
Merge pull request #3978 from jtraglia/fix-new-validator-order
Fix validator fields in `get_validator_from_deposit`
2024-10-14 11:52:51 -05:00
Justin Traglia
7922b62482
Merge pull request #3940 from jtraglia/move-depcon-make-rules
Move deposit contract rules to its own Makefile
2024-10-14 11:52:36 -05:00
Justin Traglia
8a2277660f
Also install preinstallation requirements 2024-10-14 11:12:32 -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
c051f4f02a
Fix validator fields in get_validator_from_deposit 2024-10-11 10:34:31 -05:00
Justin Traglia
a2e16c8e77
Merge pull request #3976 from lucassaldanha/update-validator-electra
Updated validator spec with rules for including execution requests in the beacon block body
2024-10-11 08:38:39 -05:00
Justin Traglia
6416a562ab
Add ssz_{de,}serialize aliases 2024-10-10 13:41:33 -05:00
Justin Traglia
83c04b8469
Capitalize SSZ
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2024-10-10 13:29:27 -05:00
Justin Traglia
f9ae4c5501
Clarify execution requests return
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
2024-10-10 13:29:12 -05:00
Justin Traglia
6bbe3aed17
Merge pull request #3973 from jtraglia/outdated-specs
In README, move outdated specs to new section
2024-10-10 10:19:38 -05:00
Justin Traglia
0ecc87164b
Update deserialize() definition 2024-10-10 09:43:50 -05:00
Justin Traglia
5e9d27dc32
Use Sequence in NoopExecutionEngine too 2024-10-10 08:45:10 -05:00
Justin Traglia
04a40d2afb
Use Sequence for serialized execution requests 2024-10-10 08:39:06 -05:00
Lucas Saldanha
2a163adda2 Fix lint errors 2024-10-10 19:30:10 +13:00
Lucas Saldanha
bc3ee13797 Yet another change list -> List 2024-10-10 19:22:40 +13:00
Lucas Saldanha
16e6085a3c Change list -> List 2024-10-10 18:06:57 +13:00
Lucas Saldanha
cd51168bdf fix toc 2024-10-10 17:36:36 +13:00
Lucas Saldanha
5eb77c2655 fix deserialize typing 2024-10-10 17:33:00 +13:00
Lucas Saldanha
a3153a53ca Add deserialize fn 2024-10-10 17:27:19 +13:00