Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bls to gather signatures on proofs from nodes in switching process. #18

Open
mchitgarha78 opened this issue Jul 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mchitgarha78
Copy link
Collaborator

mchitgarha78 commented Jul 30, 2024

This part of code should be updated with bls aggregation on proofs:

zsequencer/node/tasks.py

Lines 285 to 295 in 5081ee5

def send_switch_requests(proofs: list[dict[str, Any]]) -> None:
"""Send switch requests to all nodes except self."""
zlogger.info("sending switch requests...")
for node in zconfig.NODES.values():
if node["id"] == zconfig.NODE["id"]:
continue
data: str = json.dumps(
{
"proofs": proofs,
"timestamp": int(time.time()),

@abramsymons
Copy link
Collaborator

Lets do this after initial release on EigenLayer holesky testnet

@abramsymons abramsymons added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants