9975 Commits

Author SHA1 Message Date
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
ebbce03db5
Replace assert messages with comments 2024-11-06 13:26:59 -06:00
Justin Traglia
276c56201a
Use less python sugar 2024-10-30 16:47:53 -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
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
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
41882a79a7
Merge pull request #3991 from jtraglia/upgrade-pylint-split-ini-files
Upgrade pylint & split config files
2024-10-21 15:19:39 -05:00
Justin Traglia
6de2e297ea
Upgrade pylint & split config files 2024-10-21 14:25:17 -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
eff1f6dc86
Merge pull request #3989 from jtraglia/fix-pytest-warnings
Fix all pytest warnings
2024-10-21 13:55:18 -05: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
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
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
Lucas Saldanha
1a2ff476d9 Fix indexes 2024-10-10 12:42:59 +13:00
Lucas Saldanha
3011727214 Updated validator spec with rules for including execution requests in the beacon block body 2024-10-10 12:25:18 +13:00
Justin Traglia
9752a1cfc0
Merge pull request #3904 from etan-status/df-rlptx
Fix blob transaction serialization to use RLP
2024-10-09 15:04:26 -05:00