-
Notifications
You must be signed in to change notification settings - Fork 22
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
🔷 Epic: Replace Indexer #948
Comments
FYI: Thomas confirmed the QueryAPI is decommissioning on December 9 |
@Tguntenaar please add more info to the remaining tickets & update the target deadline. |
The first two subissues are done. The first one is in review. I will finish issue 968 this Firday the 8th. |
@Tguntenaar – Can you please update this ticket with the latest status? We moved into Sprint 3 because we still see things pending. But given that we've already pushed the deadline twice on this, we'd like to really see a path to resolution. |
I wanted to provide an update regarding the previous deadline estimation. While unblocking Templar and working on the RFPs for the Infrastructure Committee, we discovered there’s significantly more work involved than initially anticipated. Given the complexity, writing the functionality and accompanying tests is going to take longer than expected. I’ll need more hands on this @Megha-Dev-19 @petersalomonsen |
Thank you @Tguntenaar for updating the scope of this epic ticket! |
Current Status & Next Steps:
Let me know if this prioritization aligns with your expectations or if you’d like me to adjust and focus differently. |
I've updated this PR to intentionally skip the failing test due to RPC timeouts. I created a bug issue #991 to track the problem and temporarily disabled the test to unblock the pipeline. A note referencing the issue has been added in the source code. The impact of losing test coverage is minimal, as we are considering removing communities from the platform entirely |
Issue
An indexer is essential in blockchain development as it preprocesses, organizes, and caches blockchain data, enabling efficient queries, real-time updates, and a seamless user experience that raw blockchain nodes cannot provide.
The NEAR Query API and indexer are going out of service on December 9, and the DevHub portal depends on them. To ensure uninterrupted functionality, we must replace both the indexer and the API.
Current API Usage
The API is currently used in the following places across multiple portals, including the DevHub Portal, Events Committee, Infrastructure Committee, and now also the Templar Portal:
linkedProposalsDropdown
linkedRfpDropdown
getSuggestedProposals
.What Has Been Done
The focus so far has been on creating the indexer and deploying the API's. Now, we need to replace the API in the front end without breaking any features.
Next Steps:
Future work
Since we have a hard deadline on December 9th I want to make sure we finish the most critical parts of this issue first.
Some feature are more criticial than others, the proposal/rfp dashboard, the creation flows are at the top so I'm putting these features of to fix at the end:
The text was updated successfully, but these errors were encountered: