George Kadianakis
10bac07b39
Remove compute_cells method
2024-06-11 19:17:43 +03:00
George Kadianakis
7b7ada7d46
Merge pull request #3797 from jtraglia/rename-cellid-to-cellindex
...
Rename `CellID` to `CellIndex`
2024-06-11 18:45:32 +03:00
Benedikt Wagner
c5e9c3cb4e
Add public methods section in KZG spec ( #3795 )
2024-06-11 07:43:40 -05:00
Justin Traglia
d137553f96
Rename CellID to CellIndex
2024-06-11 07:41:52 -05:00
Justin Traglia
5ace424cd8
`recover_cells_and_kzg_proofs` & matrix refactor ( #3788 )
...
* Recover cells and proofs & matrix clean up
* Fix table of contents
* Update reference tests generator
* Update test format
* Remove unused imports
* Fix some minor nits
* Rename MatrixEntry's proof to kzg_proof
* Move RowIndex & ColumnIndex to das-core
2024-06-11 14:52:24 +03:00
Hsiao-Wei Wang
5633417156
Merge pull request #3790 from prestonvanloon/fix-docker-script
...
Fix scripts/build_run_docker_tests.sh
2024-06-10 23:56:08 +08:00
Hsiao-Wei Wang
e53c10edb0
Merge pull request #3791 from prestonvanloon/rename-executionlayer-objs
...
Electra: Rename objects with prefix ExecutionLayerXXX
2024-06-10 20:01:20 +08:00
Hsiao-Wei Wang
99dfc9ab5b
Update file names
2024-06-07 23:41:05 +08:00
George Kadianakis
76e2d527ec
Merge pull request #3792 from b-wagn/patch-1
...
Update polynomial-commitments-sampling.md - Fix shift_polynomialcoeff
2024-06-06 20:30:17 +03:00
b-wagn
ac105f472a
update polynomial-commitments-sampling.md -- fix shift_polynomialcoeff
2024-06-06 16:36:03 +02:00
Preston Van Loon
5dec87f90f
Update TOC
2024-06-05 15:24:59 -05:00
Preston Van Loon
5910aeed4d
Rename ExecutionLayerConsolidationRequest->ConsolidationRequest
2024-06-05 15:12:56 -05:00
Preston Van Loon
2e6c59393f
Rename ExecutionLayerWithdrawalRequest->WithdrawalRequest
2024-06-05 15:12:56 -05:00
Preston Van Loon
d0ad73bd13
Use /bin/bash to fix `./build_run_docker_tests.sh: 13: Syntax error: "(" unexpected`
2024-06-05 15:06:52 -05:00
Hsiao-Wei Wang
3644f360b8
Merge pull request #3757 from mkalinin/receipt-to-request
...
Rename DepositReceipt to DepositRequest
2024-06-05 14:41:01 +08:00
Hsiao-Wei Wang
5efd6e1868
Merge pull request #3776 from fradamt/top-ups-exited
...
Handle top-ups to exiting/exited validators
2024-06-05 14:39:26 +08:00
Hsiao-Wei Wang
12d95da0da
Merge branch 'dev' into pr3757
2024-06-05 00:42:37 +08:00
Hsiao-Wei Wang
4223bc0ae6
Merge branch 'dev' into pr3776
2024-06-05 00:34:22 +08:00
Hsiao-Wei Wang
0de125274c
Merge pull request #3775 from fradamt/EL-consolidations
...
EL-triggered consolidations
2024-06-04 23:31:12 +08:00
Hsiao-Wei Wang
143b9e623d
Switch the order of `process_deposit_receipt` and `process_execution_layer_withdrawal_request`
2024-06-04 01:40:41 +08:00
Hsiao-Wei Wang
79d67ba8e2
minor refactor
2024-05-31 21:47:50 +08:00
Hsiao-Wei Wang
ffebf88de5
Fix testgen and test format
2024-05-31 19:50:59 +08:00
Hsiao-Wei Wang
50972f9bf9
Merge pull request #3230 from gballet/gballet/add-proof-verge
...
TheVerge: spec draft
2024-05-28 21:43:27 +08:00
Guillaume Ballet
8737e69c21
use execution_witness_root in header
2024-05-28 10:39:35 +02:00
Hsiao-Wei Wang
744ae2e687
Add EIP-6800 linter checks.
...
Fix the lint errors.
Remove custom type `StateDiff` and then use `List[StemStateDiff, MAX_STEMS]` directly in `ExecutionWitness`.
2024-05-28 16:24:11 +08:00
Hsiao-Wei Wang
fd246d8ebf
Merge branch 'dev' into pr3230
2024-05-28 12:55:33 +08:00
Hsiao-Wei Wang
071f0a3097
Merge pull request #3769 from ethDreamer/fix_compute_proposer_index
...
Electra: Properly Calculate Proposer Probabilities
2024-05-28 11:40:50 +08:00
Guillaume Ballet
0fd49c1a32
fix spelling error
2024-05-27 14:10:58 +02:00
Guillaume Ballet
7fbbb252d8
rebase on top of deneb
2024-05-27 12:46:30 +02:00
Guillaume Ballet
5c13f5c651
fix depth+extension serialization type
...
Co-authored-by: g11tech <develop@g11tech.io>
2024-05-27 11:53:38 +02:00
Alex Stokes
836bc43a06
Merge pull request #3773 from terencechain/fix-new-feature-link
...
Fix broken links for `new-feature.md`
2024-05-22 13:16:51 +02:00
fradamt
69ee35d4e3
handle top-ups to exiting/exited validators
2024-05-22 12:31:22 +02:00
fradamt
96db63ea29
doctoc
2024-05-22 10:11:39 +02:00
fradamt
6a731e9115
fix lint
2024-05-22 10:03:03 +02:00
fradamt
1970b56f8f
add consolidation_requests_root to get_execution_payload_header test helper
2024-05-22 09:37:16 +02:00
fradamt
f0ef76ada1
minor fixes
2024-05-21 23:03:34 +02:00
fradamt
6b6936836a
Revert "minor fixes, doctoc"
...
This reverts commit dc2a2bd85a
.
2024-05-21 22:54:25 +02:00
fradamt
c17f22fedc
add missing decorators
2024-05-21 22:46:44 +02:00
fradamt
5998e74447
typos. electra tests passing
2024-05-21 22:30:14 +02:00
fradamt
dc2a2bd85a
minor fixes, doctoc
2024-05-21 22:30:14 +02:00
fradamt
7c4b32a717
renaming consolidations to consolidation_requests
2024-05-21 22:29:30 +02:00
fradamt
17c51488eb
add tests for remaining failure cases
2024-05-21 22:29:30 +02:00
fradamt
c492d6198a
adjust consolidations tests for EL consolidations
2024-05-21 22:27:06 +02:00
fradamt
901a2491b4
fix typo
2024-05-21 22:15:33 +02:00
fradamt
e030f2cd60
Small fixes
...
Co-authored-by: Mikhail Kalinin <kalinin128@gmail.com>
2024-05-21 22:15:33 +02:00
fradamt
8a6ca1c568
fix consolidation churn limit check
2024-05-21 22:15:33 +02:00
fradamt
74eaf57668
add consolidations_root where needed
2024-05-21 22:15:33 +02:00
fradamt
204b39dd74
ensure that target has execution credentials
2024-05-21 22:15:33 +02:00
fradamt
1292bd9375
move to EL consolidations
2024-05-21 22:15:33 +02:00
Hsiao-Wei Wang
f968d62459
Merge pull request #3774 from terencechain/rm-deneb-all-phases
...
Remove Deneb from all phases
2024-05-21 11:19:49 +08:00