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

fix: read-only function call caching #1282

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

He1DAr
Copy link
Collaborator

@He1DAr He1DAr commented Sep 15, 2023

Disabling react-query cache when calling read-only functions.
closes #1218

@vercel
Copy link

vercel bot commented Sep 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hiro-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 4:25pm

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #1282 (96129a2) into main (1d83bbd) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1282   +/-   ##
=======================================
  Coverage   23.05%   23.05%           
=======================================
  Files         453      453           
  Lines        6635     6635           
  Branches     1695     1695           
=======================================
  Hits         1530     1530           
  Misses       4933     4933           
  Partials      172      172           
Files Changed Coverage Δ
.../sandbox/components/ContractCall/ReadOnlyField.tsx 0.00% <ø> (ø)

@He1DAr He1DAr merged commit 6c39eb8 into main Sep 15, 2023
10 of 11 checks passed
@He1DAr He1DAr deleted the fix/read-only-function-call-caching branch September 15, 2023 16:29
@blockstack-devops
Copy link

🎉 This PR is included in version 1.120.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Calling read-only function in contract seems to cache result
2 participants