-
Notifications
You must be signed in to change notification settings - Fork 507
Add an new endpoint for querying contracts by code id and creator #2317
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
base: main
Are you sure you want to change the base?
Add an new endpoint for querying contracts by code id and creator #2317
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2317 +/- ##
==========================================
+ Coverage 45.12% 45.23% +0.10%
==========================================
Files 80 80
Lines 11097 11122 +25
==========================================
+ Hits 5008 5031 +23
- Misses 5649 5650 +1
- Partials 440 441 +1
🚀 New features to boost your workflow:
|
Hello @chipshort! Could you help re-run the |
hey @BigtoC , can you explain what is the use case for this query? |
Hi @pinosu, I want to reduce call cost and time by making one RPC call to handle this logic, instead of making 2 separate calls to the RPC node. |
Hi, this seems like a niche use case. The query itself is free (no fees), and the time saved wouldn't be significant, especially considering that such queries are generally not meant to be run frequently. |
Hi, I'm working with my team on a web app, which serves as an admin portal to manage all deployed contracts of specific code IDs and creators. I think we can improve the network performance by adding this endpoint. |
No description provided.