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

Feedback on latest release #1365

Open
kaber2 opened this issue Mar 28, 2024 · 1 comment
Open

Feedback on latest release #1365

kaber2 opened this issue Mar 28, 2024 · 1 comment

Comments

@kaber2
Copy link

kaber2 commented Mar 28, 2024

I thought you might appreciate some feedback from your latest release. First of all, performance has improved a lot, the RPC streams API pays of and RPC latencies have gone done a lot, and foremost of all, I'm very happy about the support of the tracing API. Thanks guys, good job.

Two things for the wishlist: backfilling data is rather slow, in my local fork I'm using a LRU cache for blocks received through internal RPC, which speeds up things 10x, also while not strictly necessary for Cronos, the accesslist API is useful for analyzing smart contract behaviour and should be easy to support.

Cheers!

@yihuang
Copy link
Collaborator

yihuang commented Mar 29, 2024

Thanks for your feedback.

the RPC streams API pays of

Do you mean the subscribe/filter APIs and the code refactors we released?

backfilling data

What do you mean by this?

in my local fork I'm using a LRU cache for blocks received through internal RPC, which speeds up things 10x

It'd be great if you can submit a PR, even if a rough one, to help me understand what you mean here.

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

No branches or pull requests

2 participants