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

Batch calls for checking proposer status #348

Closed
thedevbirb opened this issue Oct 30, 2024 · 1 comment · Fixed by #349
Closed

Batch calls for checking proposer status #348

thedevbirb opened this issue Oct 30, 2024 · 1 comment · Fixed by #349
Labels
C: bolt-sidecar Component: bolt-sidecar T: bug Type: Bug

Comments

@thedevbirb
Copy link
Contributor

When we check the proposer status https://github.com/chainbound/bolt/blob/unstable/bolt-sidecar/src/chain_io/manager.rs#L58-L58 we should batch calls so that we don't incur in execution client limits if you send more than >10000 public key hashes. Ideally don't send more than 5000 public key hashes at once

@thedevbirb thedevbirb added C: bolt-sidecar Component: bolt-sidecar T: bug Type: Bug labels Oct 30, 2024
@thedevbirb thedevbirb added this to the v0.3: Holesky 1 milestone Oct 30, 2024
@mempirate
Copy link
Contributor

I think probably even less than that just to be safe! We only sent like 18k in our batch and that was waaay too much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar T: bug Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants