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

feat: add "cache" input for disabling rpc caching #25

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

PaulRBerg
Copy link
Contributor

Description

Closes #22.

@sambacha, you owe me a beer.

Changelog

  • feat: add "cache" input for disabling rpc caching
  • chore: git ignore ".vscode" directory
  • docs: document how to manually delete caches
  • refactor: restore and save cache only if "cache" input is "true"

chore: git ignore ".vscode" directory
docs: document how to manually delete caches
refactor: restore and save cache only if "cache" input is "true"
@PaulRBerg
Copy link
Contributor Author

PaulRBerg commented Feb 1, 2023

@gakonst any chance you could take a quick look at this?

The review should be fast, since this is a backwards compatible change. The default behavior will remain to cache the RPC responses for users.

@gakonst gakonst merged commit 163acb1 into foundry-rs:master Feb 1, 2023
@PaulRBerg PaulRBerg deleted the optional-caching branch February 1, 2023 16:39
@PaulRBerg
Copy link
Contributor Author

Thanks @gakonst - I think we also need to bump v1 and publish to npm.

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

Successfully merging this pull request may close these issues.

Disable Cache
2 participants