Commit Graph

9715 Commits

Author SHA1 Message Date
Alex Stokes 6c3868c872
Merge pull request #3882 from mkalinin/correlation-penalty-fix
EIP-7251: Update correlation penalty computation
2024-09-05 13:58:42 -06:00
Justin Traglia 07401893a3
Delete g2_lincomb in poly-commits-sampling spec (#3913) 2024-09-05 14:51:26 -05:00
Hsiao-Wei Wang 5111cbfdba
Merge pull request #3908 from pawanjay176/csc-u64
Peerdas Change csc types to uint64
2024-09-04 01:48:16 +08:00
Justin Traglia 88a76574b6
Update csc description
Co-authored-by: Anton Nashatyrev <Nashatyrev@users.noreply.github.com>
2024-09-03 09:35:02 -05:00
Hsiao-Wei Wang aa3b140197
Merge pull request #3909 from ralexstokes/rename-get-max-eb-helper
simplify name of helper `get_validator_max_effective_balance`
2024-09-02 22:19:54 +08:00
Alex Stokes 6938dcc2fa
simplify name of helper `get_validator_max_effective_balance` 2024-08-30 16:16:44 -06:00
Pawan Dhananjay 78cc0a6e91
Change csc types to uint64 2024-08-30 12:25:26 -07:00
Hsiao-Wei Wang 2b4d94ab08
Merge pull request #3816 from ethereum/dapplion-patch-2
Simplify is_better_update condition
2024-08-30 23:33:10 +08:00
Hsiao-Wei Wang 405fcd106b
Merge pull request #3888 from potuz/fix_header_slot_validation
Require the builder is active and non-slashed
2024-08-29 23:21:34 +08:00
Hsiao-Wei Wang a95195bf1f
Merge pull request #3890 from StefanBratanov/eip_7732_modify
EIP-7732: Modify `ExecutionPayloadEnvelopeByRoot`
2024-08-29 23:21:07 +08:00
Hsiao-Wei Wang 0dd76d3e18
Merge pull request #3905 from ralexstokes/harmonize-electra-withdrawals
harmonize `process_withdrawals` spec with #3761
2024-08-29 17:39:47 +08:00
Hsiao-Wei Wang 534cb06440
Merge pull request #3879 from ethpandaops/update-readme-deps
Updating readme and dependencies
2024-08-29 17:38:18 +08:00
Hsiao-Wei Wang daf1002720
Merge pull request #3892 from ensi321/dev
Randomize validator index in partial withdrawal test
2024-08-29 17:37:52 +08:00
Alex Stokes c7631634fb
harmonize `process_withdrawals` spec with #3761 2024-08-28 16:01:10 -06:00
Barnabas Busa a5990f99ac
EIP-7594: PeerDAS explicit csc integer size (#3897)
* EIP-7594: PeerDAS explicit csc integer size

* add spec test for csc int size

* import uint8

* make linter happy

* add spec

* Update p2p-interface.md

* Update specs/_features/eip7594/das-core.md

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>

* revert metadata name

* Update specs/_features/eip7594/das-core.md

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>

* update tests

* make linter happy

* Make `DATA_COLUMN_SIDECAR_SUBNET_COUNT` in uint8

* add `int` casting for bypassing remerkeable type conversion

---------

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2024-08-29 02:43:34 +08:00
Hsiao-Wei Wang 423bb4d0eb
Merge pull request #3902 from terencechain/fix-eip7732-typos
Fix some EIP-7732 typos
2024-08-28 14:40:18 +08:00
Hsiao-Wei Wang 7259a6cf23
Merge pull request #3878 from mkalinin/remove-compute_state_by_epoch_processing_to
Get rid of compute_state_by_epoch_processing_to
2024-08-28 14:38:11 +08:00
terence tsao d4f27aff1f Fix some EIP-7732 typos 2024-08-27 13:32:46 -07:00
Justin Traglia 725f96349b
Add blank lines to fix linter 2024-08-26 17:02:42 -05:00
Parithosh Jayanthi 33a8e197aa
Merge branch 'ethereum:dev' into update-readme-deps 2024-08-23 15:00:59 +02:00
Hsiao-Wei Wang ca04b1e94d
Merge pull request #3894 from jtraglia/fix-install_pyspec_test
Fix the install_pyspec_test CI check
2024-08-22 22:55:06 +08:00
Justin Traglia 562798de9e Update cache version and add back line 2024-08-22 09:17:05 -05:00
Justin Traglia 4850a2801e Remove line to pull new py_arkworks wheel 2024-08-22 09:14:17 -05:00
Justin Traglia 92a801a741 Only disable restore_pyspec_cached_venv 2024-08-22 08:26:00 -05:00
Justin Traglia a9a1d9ad04 Try no restore/save cache 2024-08-22 08:22:24 -05:00
Justin Traglia f600728dd5 Fix the install_pyspec_test CI check 2024-08-22 08:07:48 -05:00
NC 8e90dd06c3 address comment 2024-08-22 18:35:35 +08:00
Parithosh Jayanthi ad91a835c0
Update python to 3.12.4 (#3880)
* update python to 3.12

* drop down to 3.12.4 for compatibility

* setup rust toolchain for deps

* fix typo

* fix linter

* fixing linter

* adding rust dep

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying to fix circleci

* trying new image

* trying new image

* trying new image

* trying new image

* invalidate cache

* bump reqs

* remove cache invalidation

* fix cache name

* update to use latest image
2024-08-22 02:15:57 +08:00
NC 4c9be8978f Randomize validator index in partial withdrawal test 2024-08-22 00:19:02 +08:00
Stefan Bratanov ba99f8bb16
Update specs/_features/eip7732/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-08-20 20:18:55 +03:00
Stefan Bratanov 24aecf554d
Update specs/_features/eip7732/p2p-interface.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-08-20 20:18:47 +03:00
Hsiao-Wei Wang 01aab85412
Merge pull request #3891 from ethereum/bump-version
bump version to 1.5.0-alpha.5
2024-08-20 23:56:32 +08:00
Hsiao-Wei Wang 7391de10a8
bump version to 1.5.0-alpha.5 2024-08-20 23:55:52 +08:00
Hsiao-Wei Wang d7abcdfb58
Merge pull request #3887 from jtraglia/no-extended-matrix
Remove matrix specific configuration value
2024-08-20 23:52:20 +08:00
Hsiao-Wei Wang 5c44de2786
Merge pull request #3883 from potuz/run_deneb_tests_in_electra
Run Deneb on_block tests in Electra but not 7594
2024-08-20 23:49:53 +08:00
Stefan Bratanov edf0ddea3c change to new 2024-08-20 13:59:29 +03:00
Stefan Bratanov 679cb60ee2 Add to table of contents 2024-08-20 13:58:09 +03:00
Stefan Bratanov 7d0a8c6335 EIP-7732: Modify `ExecutionPayloadEnvelopeByRoot` 2024-08-20 13:54:36 +03:00
Potuz fc3640f3c2 Require the builder is active and non-slashed 2024-08-19 09:33:10 -03:00
Justin Traglia 121a3b7b24 Fix mistake 2024-08-14 20:32:11 -05:00
Justin Traglia 4eee3b0c3b Remove matrix specific configuration value
This also removes references to the "extended matrix" in favor of just "matrix"
which I think is better. It's not an extended matrix, it's a matrix of extended
blobs. Technically it's just a matrix of cells/proofs.
2024-08-14 20:19:50 -05:00
Potuz d10cc002d5 Run Deneb on_block tests in Electra but not 7594 2024-08-14 10:03:44 -03:00
Mikhail Kalinin 4051ea880b Fix toc 2024-08-14 16:46:56 +06:00
Parithosh Jayanthi bb4c5d186b
Update docker/README.md
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2024-08-13 16:36:21 +02:00
parithosh c22105d5b3
updating readme and dependencies 2024-08-13 12:56:03 +02:00
Mikhail Kalinin a378e8d03b Update correlation penalty computation 2024-08-13 15:19:10 +06:00
Alex Stokes 13ac373a2c
Merge pull request #3870 from fradamt/no-peer-sampling
Spec without peer sampling
2024-08-12 15:04:41 -06:00
Hsiao-Wei Wang d8cbca76b2
Merge pull request #3877 from fradamt/dev
remove redundant copy()
2024-08-12 18:39:54 +09:00
Mikhail Kalinin 23a669dc29 Get rid of compute_state_by_epoch_processing_to 2024-08-09 15:51:05 +06:00
fradamt 75e601a167 remove redundant copy() 2024-08-09 09:13:13 +02:00