realbigsean
6d2c396ef2
Merge branch 'electra-epoch-proc' of https://github.com/sigp/lighthouse into electra-engine-api
2024-05-10 10:00:42 -04:00
Michael Sproul
08e045875f
Electra epoch processing
2024-05-10 17:11:46 +10:00
realbigsean
9b5ea9d867
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-engine-api
2024-05-09 21:30:55 -04: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
realbigsean
fae4a2bccc
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-engine-api
2024-05-09 19:04:03 -04: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
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
6fe919a8e7
Merge branch 'block-processing-electra' of https://github.com/sigp/lighthouse into electra-engine-api
2024-05-09 13:46:19 -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
Pawan Dhananjay
5e1d5ff641
Add comments for potential versioning confusion
2024-05-08 16:46:23 -07:00
Pawan Dhananjay
dd5c9a8c81
Add support for electra fields in getPayloadBodies
2024-05-08 16:22:01 -07:00
Pawan Dhananjay
683de56f6e
Fix todos
2024-05-08 15:08:56 -07:00
Pawan Dhananjay
3ef7c9078e
Note todo
2024-05-08 15:08:56 -07:00
Pawan Dhananjay
1ddd078d32
Handle new engine api methods in mock EL
2024-05-08 15:08:56 -07:00
Pawan Dhananjay
ca2a946175
Fix the versioning of v4 requests
2024-05-08 15:08:55 -07:00
Pawan Dhananjay
42a499373f
Add new engine api methods
2024-05-08 15:08:52 -07: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
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
2c2e44c4ed
Merge pull request #5726 from realbigsean/electra_attestation_changes
...
Merge unstable into Electra attestation changes
2024-05-06 18:04:59 -04:00
realbigsean
38382a3ca1
cargo fmt
2024-05-06 17:32:25 -04:00
realbigsean
9f6de8e5d7
Merge remote-tracking branch 'sigp/unstable' into electra_attestation_changes
2024-05-06 17:26:43 -04:00
Lion - dapplion
5135a77e38
Move sync lookup trait function to its caller ( #5704 )
...
* Move sync lookup trait function to its caller
* lint
2024-05-06 17:55:12 +00:00
Lion - dapplion
b87c36ac0e
Report RPC Errors to the application on peer disconnections ( #5680 )
...
* Report RPC Errors to the application on peer disconnections
Co-authored-by: Age Manning <Age@AgeManning.com >
* Expect RPCError::Disconnect to fail ongoing requests
* Drop lookups after peer disconnect and not awaiting events
* Allow RPCError disconnect through network service
* Update beacon_node/lighthouse_network/src/service/mod.rs
Co-authored-by: Age Manning <Age@AgeManning.com >
* Merge branch 'unstable' into rpc-error-on-disconnect
2024-05-06 17:18:47 +00:00
Lion - dapplion
436d54e4bf
Consistent logging of full root in lookup debug logs ( #5700 )
...
* Consistent logging of full root in lookup debug logs
* Tag sync log with service
* More logs
* Log when new peers are added
* Don't shortcircuit add_peer
2024-05-06 15:41:38 +00:00
ethDreamer
19a9479234
Superstruct AggregateAndProof ( #5715 )
...
* Upgrade `superstruct` to `0.8.0`
* superstruct `AggregateAndProof`
2024-05-06 10:09:22 -05:00
Lukas Rusak
da9d38698d
web3Signer: set header "Accept: application/json" as we expect json in the response ( #5692 )
...
* web3Signer: set header "Accept: application/json" as we expect json in the response
The web3signer handler in lighthouse requires a json response.
Setting the header "Accept: application/json" indicates to the web3signer that json is an acceptable response.
Signed-off-by: Lukas Rusak <lorusak@gmail.com >
* fixup! web3Signer: set header "Accept: application/json" as we expect json in the response
2024-05-06 03:02:47 +00:00
Michael Sproul
fe20ef955b
One less listen address race ( #5718 )
...
* One less listen address race
2024-05-06 01:59:47 +00:00
ethDreamer
7c6526d978
Finish EF Test Fork Agnostic ( #5714 )
2024-05-03 14:09:49 -05:00
ethDreamer
9b98f4e297
Make EF Tests Fork-Agnostic ( #5713 )
2024-05-03 13:57:01 -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