Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Avoid RPC calls on newBlock #9196

Open
ishantiw opened this issue Feb 2, 2024 · 0 comments
Open

Avoid RPC calls on newBlock #9196

ishantiw opened this issue Feb 2, 2024 · 0 comments

Comments

@ishantiw
Copy link
Contributor

ishantiw commented Feb 2, 2024

Expected behavior

  • On every new block, it should be able to save any data without relying on RPC calls.

Actual behavior

  • Currently we make multiple RPC calls that leads to delay in saving data especially when the node is syncing it makes it very difficult to make RPC calls and save data in a very short period of time.

Which version(s) does this affect? (Environment, OS, etc...)

6.0.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant