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

Fetch data by block number, block range and transaction id #334

Closed
Anusha-Padmanabhan opened this issue Jan 23, 2023 · 0 comments · Fixed by #338
Closed

Fetch data by block number, block range and transaction id #334

Anusha-Padmanabhan opened this issue Jan 23, 2023 · 0 comments · Fixed by #338
Assignees

Comments

@Anusha-Padmanabhan
Copy link
Contributor

Anusha-Padmanabhan commented Jan 23, 2023

What would you like to be added?

This functionality enables the explorer to retrieve data using block id, block range (for example, blocks 1 to 10), and transaction data by giving the transaction id .Using these inputs, matching data are pulled in accordance with the user's search selection. First it will check whether the data is available in the PostgreSQL, if it is there it will fetch from there, otherwise it will fetch from blockchain.

Why is this needed?

With this new feature, data is fetched from the blockchain if it is not available in PostgreSQL using the block number, block number range, or transaction id.

@Anusha-Padmanabhan Anusha-Padmanabhan self-assigned this Jan 23, 2023
@Anusha-Padmanabhan Anusha-Padmanabhan moved this to Todo in Kanbann Jan 23, 2023
@Anusha-Padmanabhan Anusha-Padmanabhan moved this from Todo to In Progress in Kanbann Jan 23, 2023
@Anusha-Padmanabhan Anusha-Padmanabhan changed the title Fetch data by block range and transaction id Fetch data by block id, block range and transaction id Jan 25, 2023
@Anusha-Padmanabhan Anusha-Padmanabhan changed the title Fetch data by block id, block range and transaction id Fetch data by block number, block range and transaction id Jan 25, 2023
@Anusha-Padmanabhan Anusha-Padmanabhan moved this from In Progress to Review In Progress in Kanbann Jan 27, 2023
@github-project-automation github-project-automation bot moved this from Review In Progress to Developer Done in Kanbann Feb 6, 2023
@adityajoshi12 adityajoshi12 moved this from Developer Done to Accepted in Kanbann Mar 1, 2023
@adityajoshi12 adityajoshi12 moved this from Accepted to Developer Done in Kanbann Mar 1, 2023
@adityajoshi12 adityajoshi12 moved this from Developer Done to Accepted in Kanbann Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Accepted
1 participant