realbigsean
c53d4ac459
Merge branches 'block-processing-electra' and 'electra-epoch-proc' of https://github.com/sigp/lighthouse into electra-epoch-proc
2024-05-12 15:54:33 -04:00
realbigsean
793764f066
Merge pull request #5766 from ethDreamer/two_fixes
...
Fix Consolidation Sigs & Withdrawals
2024-05-12 15:53:22 -04:00
Mark Mackey
217fa9f805
Fix Consolidation Sigs & Withdrawals
2024-05-12 20:31:20 +03:00
realbigsean
97e88dd23d
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-epoch-proc
2024-05-12 06:55:52 -04:00
realbigsean
c900a88461
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-12 06:55:06 -04:00
ethDreamer
aaf8e503c6
Fix Electra Fork Choice Tests ( #5764 )
2024-05-12 12:43:59 +03:00
ethDreamer
af7ba6ff70
Fix Electra Fork Choice Tests ( #5764 )
2024-05-12 12:41:29 +03:00
ethDreamer
3b1fb0ad81
Fix Electra Fork Choice Tests ( #5764 )
2024-05-12 12:24:19 +03:00
realbigsean
75f22ee844
fix initiate exit for single pass
2024-05-11 10:23:59 -04:00
realbigsean
f4907ef971
drop initiate validator ordering optimization
2024-05-11 10:23:50 -04:00
realbigsean
a75257fb6e
use correct max eb in epoch cache initialization
2024-05-11 10:23:41 -04:00
realbigsean
261551e3c6
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-epoch-proc
2024-05-11 05:08:28 -04:00
realbigsean
a97e86c1a6
only increment the state deposit index on old deposit flow
2024-05-11 05:07:59 -04:00
realbigsean
40c4c00097
update committee offset
2024-05-10 21:18:00 -04:00
realbigsean
b819d2d0a6
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-10 21:16:59 -04:00
realbigsean
e1dcfb6960
update committee offset
2024-05-10 21:15:21 -04:00
realbigsean
677a94d507
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-epoch-proc
2024-05-10 12:10:34 -04:00
realbigsean
f60eac6abc
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-10 12:09:51 -04:00
realbigsean
89e4de90d5
don't fail on empty consolidations
2024-05-10 12:09:39 -04:00
realbigsean
7926afeb18
Merge pull request #5749 from sigp/electra_op_pool
...
Optimise Electra op pool aggregation
2024-05-10 12:08:34 -04:00
Michael Sproul
08e045875f
Electra epoch processing
2024-05-10 17:11:46 +10:00
Michael Sproul
72548cb54e
Fix assert
2024-05-10 12:49:15 +10:00
Michael Sproul
16265ef455
Add comment to max cover optimisation
2024-05-10 12:44:18 +10:00
Michael Sproul
437e8516cd
Fix bugs in cross-committee aggregation
2024-05-10 12:29:57 +10:00
realbigsean
aa83e8b889
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-09 21:29:53 -04:00
realbigsean
e4485570f2
update the naive agg pool interface ( #5760 )
2024-05-09 21:29:31 -04:00
Eitan Seri-Levi
411fcee2ac
Compute on chain aggregate impl ( #5752 )
...
* add compute_on_chain_agg impl to op pool changes
* fmt
* get op pool tests to pass
2024-05-10 10:56:20 +10:00
realbigsean
19f8333a8b
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-09 19:03:47 -04:00
realbigsean
b807d39bad
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into electra_op_pool
2024-05-09 18:18:01 -04:00
ethDreamer
ca0967119b
Revert "Get electra_op_pool up to date ( #5756 )" ( #5757 )
...
This reverts commit ab9e58aa3d .
2024-05-09 17:10:04 -05:00
ethDreamer
ab9e58aa3d
Get electra_op_pool up to date ( #5756 )
...
* fix get attesting indices (#5742 )
* fix get attesting indices
* better errors
* fix compile
* only get committee index once
* Ef test fixes (#5753 )
* attestation related ef test fixes
* delete commented out stuff
* Fix Aggregation Pool for Electra (#5754 )
* Fix Aggregation Pool for Electra
* Remove Outdated Interface
* fix ssz (#5755 )
---------
Co-authored-by: realbigsean <sean@sigmaprime.io >
2024-05-09 16:59:39 -05:00
realbigsean
c30f70906b
fix ssz ( #5755 )
2024-05-09 17:49:12 -04:00
ethDreamer
cb8c8f59cf
Fix Aggregation Pool for Electra ( #5754 )
...
* Fix Aggregation Pool for Electra
* Remove Outdated Interface
2024-05-09 15:50:11 -04:00
realbigsean
36a559e11a
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-09 13:45:46 -04:00
realbigsean
07229b76ed
Ef test fixes ( #5753 )
...
* attestation related ef test fixes
* delete commented out stuff
2024-05-09 13:40:52 -04:00
realbigsean
3ea3d226e1
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-09 09:44:58 -04:00
realbigsean
e32dfcdcad
fix get attesting indices ( #5742 )
...
* fix get attesting indices
* better errors
* fix compile
* only get committee index once
2024-05-09 09:34:56 -04:00
Michael Sproul
7cb7653d36
Sketch op pool changes
2024-05-09 17:45:52 +10:00
realbigsean
7abb7621d5
fix attestation verification
2024-05-08 14:11:22 -04:00
realbigsean
721e73fd82
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-08 12:53:14 -04:00
ethDreamer
43c3f63e30
cargo fmt ( #5740 )
2024-05-08 11:53:08 -05:00
realbigsean
7c0a8f840e
Merge branch 'electra_attestation_changes' of https://github.com/sigp/lighthouse into block-processing-electra
2024-05-08 12:48:09 -04:00
ethDreamer
f30246b9d4
Some small changes ( #5739 )
2024-05-08 11:40:08 -05:00
Eitan Seri-Levi
90179d4a88
EIP7549 get_attestation_indices ( #5657 )
...
* get attesting indices electra impl
* fmt
* get tests to pass
* fmt
* fix some beacon chain tests
* fmt
* fix slasher test
* fmt got me again
* fix more tests
* fix tests
2024-05-08 11:32:44 -05:00
realbigsean
8517236aed
update slash_validator
2024-05-07 16:24:14 -04:00
realbigsean
5728f78032
clean up
2024-05-07 16:02:14 -04:00
realbigsean
75ab913a3a
exit updates
2024-05-07 15:32:07 -04:00
realbigsean
31955c2e7f
update process operations function
2024-05-07 14:52:16 -04:00
realbigsean
c40bec9319
add consolidation processing
2024-05-07 14:01:44 -04:00
realbigsean
32357d8f0a
process deposit receipts
2024-05-07 11:07:12 -04:00