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

Ability to enable checksum caching #2481

Open
antazoey opened this issue Jan 28, 2025 · 1 comment
Open

Ability to enable checksum caching #2481

antazoey opened this issue Jan 28, 2025 · 1 comment
Labels
category: feature New feature or request

Comments

@antazoey
Copy link
Member

Describe

It'd be cool if users can selectively enable checksum address caching. With this, it would basically be similar to Bob's https://github.com/BobTheBuidler/ypricemagic/blob/master/y/convert.py#L218-L239

And all checksumming will be cached.

For many users, this much caching is not desirable, it is application specific, that is why I am thinking it is something you can opt-in to.

Specification

config:

cache_checksum_address: True

and then have a fancy cache (similar to Bob's) that manages a cache of these addresses

Dependencies

No response

@antazoey antazoey added the category: feature New feature or request label Jan 28, 2025
Copy link

linear bot commented Jan 28, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant