chonghe
chonghe
Could you please sign the CLA? Thanks I see that the PR is currently targeting the `stable` branch, can you change it to `unstable`?
Specifying `--exit-epoch` is now available using the `lighthouse vm exit` command: https://lighthouse-book.sigmaprime.io/validator_manager_api.html#exit Added in #6612
Wondering do we have to wait until all checkpointz providers to update? I have tested removing the changes introduced in #7495, all checkpoint sync endpoints work except for: https://mainnet-checkpoint-sync.attestant.io/ which...
Not sure if this is still an issue? Try to start a local testnet with `electra_fork_epoch: 0` on the `stable` branch and it works fine: ``` diff --git a/scripts/local_testnet/network_params.yaml b/scripts/local_testnet/network_params.yaml...
Upon testing, I found that the network is in Electra anyway since genesis. I believe this is due to the PR: https://github.com/ethpandaops/ethereum-package/pull/940 Not sure if it is worth removing this...
With the commit [8b2f058](https://github.com/sigp/lighthouse/pull/7016/commits/8b2f058d7be12022dc62ce26cf00e8a4deb43c85) where VC sends partial signatures in parallel for all validators for a slot, I believe the aggregated attestations are successful (during testing) now, thank you @michaelsproul...
> Tested on local Kurtosis chain and it works! Thanks for confirming, I am now working on the sync committee selection endpoint
As per [ef90462](https://github.com/sigp/lighthouse/pull/7016/commits/ef90462edbe9f1eafb39f9feb029d8db00a74097), testing shows that: Lighthouse VC: ``` {"log":"Mar 27 13:05:18.097 INFO Successfully published sync contributions, slot: 43, num_signers: 128, beacon_block_root: 0x965f3d26d40f79949eff6ec2a7e5e6a4f59984beb78173b0ea98100774981f7b, subnet: 2, service: sync_committee\n","stream":"stderr","time":"2025-03-27T13:05:18.09860353Z"} ``` Charon: ```...
> Thanks! I've added a few notes. Thank you so much for the review and help. All revised accordingly, let me know if further changes required.
> * The eth1 withdrawal copy icon was added to the consolidation flow when it asks you about which validator and displays withdrawal addresses to check against. I can expand...