realbigsean
d7cc47ccc3
fix genesis from eth1 for electra
2024-05-12 04:53:12 -04:00
realbigsean
25b1992d2a
fix initiate exit for single pass
2024-05-11 10:22:00 -04:00
realbigsean
740494f22f
drop initiate validator ordering optimization
2024-05-11 09:58:14 -04:00
realbigsean
4041cb99af
use correct max eb in epoch cache initialization
2024-05-11 09:50:51 -04:00
realbigsean
61a247a4c6
Merge branch 'p2p-electra' of https://github.com/sigp/lighthouse into ef-tests-electra
2024-05-11 05:10:15 -04:00
realbigsean
78e592ab78
Merge branch 'beacon-api-electra' of https://github.com/sigp/lighthouse into p2p-electra
2024-05-11 05:09:56 -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
5f09453287
Revert "only increment deposit index on state for old deposit flow"
...
This reverts commit 817d4235ae .
2024-05-11 05:00:47 -04:00
realbigsean
817d4235ae
only increment deposit index on state for old deposit flow
2024-05-11 05:00:11 -04:00
realbigsean
bf167c3c46
update committee offset
2024-05-10 21:19:12 -04:00
realbigsean
879966e535
update committee offset
2024-05-10 21:18:51 -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
3ab1eb7b1d
Merge branch 'p2p-electra' of https://github.com/sigp/lighthouse into ef-tests-electra
2024-05-10 12:11:53 -04:00
realbigsean
e616ae0395
Merge branch 'beacon-api-electra' of https://github.com/sigp/lighthouse into p2p-electra
2024-05-10 12:11:37 -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
89e4de90d5
don't fail on empty consolidations
2024-05-10 12:09:39 -04:00
realbigsean
7d7f1c9d30
Merge branch 'p2p-electra' of https://github.com/sigp/lighthouse into ef-tests-electra
2024-05-10 10:02:06 -04:00
realbigsean
809db258f6
Merge branch 'beacon-api-electra' of https://github.com/sigp/lighthouse into p2p-electra
2024-05-10 10:01:34 -04:00
Michael Sproul
08e045875f
Electra epoch processing
2024-05-10 17:11:46 +10:00
realbigsean
eb2260222c
update tests
2024-05-09 18:59:53 -04:00
realbigsean
f5eb33d548
add new gossip conditions
2024-05-09 11:25:14 -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
realbigsean
7abb7621d5
fix attestation verification
2024-05-08 14:11:22 -04: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
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
realbigsean
1d5f75582f
add execution layer withdrawal request processing
2024-05-07 10:25:53 -04:00
realbigsean
3c688410cc
add apply_deposit changes
2024-05-07 08:48:01 -04:00
realbigsean
f1f9f92dec
update process_operations deposit length check
2024-05-06 21:56:50 -04:00
realbigsean
e0abede1d1
cleanup withdrawals processing
2024-05-06 21:25:47 -04:00
realbigsean
e2e82ff1b9
process withdrawals updates
2024-05-06 18:56:16 -04:00
realbigsean
9f6de8e5d7
Merge remote-tracking branch 'sigp/unstable' into electra_attestation_changes
2024-05-06 17:26:43 -04:00
ethDreamer
19a9479234
Superstruct AggregateAndProof ( #5715 )
...
* Upgrade `superstruct` to `0.8.0`
* superstruct `AggregateAndProof`
2024-05-06 10:09:22 -05:00
Pawan Dhananjay
1af3f0f9d8
Make modified helpers in electra fork aware ( #5698 )
...
* Make modified helpers in electra fork aware
* Make more functions fork aware
* formatting fixes only.
2024-05-03 09:54:01 +00:00
Mark Mackey
3a41e137d1
Merge remote-tracking branch 'upstream/unstable' into electra_attestation_changes
2024-05-02 18:23:32 -05:00
ethDreamer
e6c7f145dd
superstruct the AttesterSlashing (#5636 )
...
* `superstruct` Attester Fork Variants
* Push a little further
* Deal with Encode / Decode of AttesterSlashing
* not so sure about this..
* Stop Encode/Decode Bounds from Propagating Out
* Tons of Changes..
* More Conversions to AttestationRef
* Add AsReference trait (#15 )
* Add AsReference trait
* Fix some snafus
* Got it Compiling! :D
* Got Tests Building
* Get beacon chain tests compiling
---------
Co-authored-by: Michael Sproul <micsproul@gmail.com >
2024-05-02 18:00:21 -05:00
Michael Sproul
ee974db0ba
Add metric for current epoch total balance ( #5688 )
...
* Add metric for current epoch total balance
2024-05-02 04:50:30 +00:00
Eitan Seri-Levi
3b7132bc0d
Attestation superstruct changes for EIP 7549 ( #5644 )
...
* update
* experiment
* superstruct changes
* revert
* superstruct changes
* fix tests
* indexed attestation
* indexed attestation superstruct
* updated TODOs
2024-04-30 11:49:08 -05:00
realbigsean
000a4fdf4d
Electra other containers ( #5652 )
...
* add new fields to execution payload and header
* beacon state changes
* partial beacon state
* safe arith in upgrade to electra
* initialize balances cache in interop genesis state
* Revert "initialize balances cache in interop genesis state"
This reverts commit c60b522865 .
* always initialize balances cache if necessary in electra upgrade
* build cache earlier
* fix block test
* per fork NUM_FIELDS_POW2
* Merge branch 'unstable' of https://github.com/sigp/lighthouse into electra-other-containers
* fix lints
* get fields based on post state, as is spec'd
* fix type and move cache build
2024-04-26 20:17:23 +00:00
Mac L
13f94ef0f3
Rename Merge to Bellatrix ( #5601 )
...
* Rename Merge to Bellatrix
* Remove tree-hash-cache which got readded from the rebase
2024-04-25 20:19:41 +00:00
Michael Sproul
61962898e2
In-memory tree states ( #5533 )
...
* Consensus changes
* EF tests
* lcli
* common and watch
* account manager
* cargo
* fork choice
* promise cache
* beacon chain
* interop genesis
* http api
* lighthouse
* op pool
* beacon chain misc
* parallel state cache
* store
* fix issues in store
* IT COMPILES
* Remove some unnecessary module qualification
* Revert Arced pubkey optimization (#5536 )
* Merge remote-tracking branch 'origin/unstable' into tree-states-memory
* Fix caching, rebasing and some tests
* Remove unused deps
* Merge remote-tracking branch 'origin/unstable' into tree-states-memory
* Small cleanups
* Revert shuffling cache/promise cache changes
* Fix state advance bugs
* Fix shuffling tests
* Remove some resolved FIXMEs
* Remove StateProcessingStrategy
* Optimise withdrawals calculation
* Don't reorg if state cache is missed
* Remove inconsistent state func
* Fix beta compiler
* Rebase early, rebase often
* Fix state caching behaviour
* Update to milhouse release
* Fix on-disk consensus context format
* Merge remote-tracking branch 'origin/unstable' into tree-states-memory
* Squashed commit of the following:
commit 3a16649023
Author: Michael Sproul <michael@sigmaprime.io >
Date: Thu Apr 18 14:26:09 2024 +1000
Fix on-disk consensus context format
* Keep indexed attestations, thanks Sean
* Merge branch 'on-disk-consensus-context' into tree-states-memory
* Merge branch 'unstable' into tree-states-memory
* Address half of Sean's review
* More simplifications from Sean's review
* Cache state after get_advanced_hot_state
2024-04-24 01:22:36 +00:00