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

Consolidate signer <-> stacks-node communication #5200

Open
obycode opened this issue Sep 17, 2024 · 0 comments
Open

Consolidate signer <-> stacks-node communication #5200

obycode opened this issue Sep 17, 2024 · 0 comments

Comments

@obycode
Copy link
Contributor

obycode commented Sep 17, 2024

When a signer receives a block proposal, there are many RPC calls to the stacks-node. Each call is very quick to process, but sometimes we see that it takes a while for the stacks-node to start processing each call. This adds up to a bunch of unnecessary wait time in the signer. In practice, we've seen it take 15 seconds between the time the signer receives the block proposal and the time it sends the block validation request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

4 participants