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

Delivery hyperdot milestone 2 #1091

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Delivery hyperdot milestone 2 #1091

merged 1 commit into from
Jan 15, 2024

Conversation

cattania
Copy link
Contributor

Milestone Delivery Checklist

  • The milestone-delivery-template.md has been copied and updated.
  • This pull request is being made by the same account as the accepted application.
  • I have disclosed any and all sources of reused code in the submitted repositories and have done my due diligence to meet its license requirements.
  • In case of acceptance, an invoice must be submitted and the payment will be transferred to the Polkadot/fiat account provided in the application.
  • The delivery is according to the Guidelines for Milestone Deliverables.

Link to the application pull request: w3f/Grants-Program#1815

@keeganquigley keeganquigley self-assigned this Jan 10, 2024
@keeganquigley
Copy link
Contributor

Sorry for the delay @cattania many of us were out for the holidays. I will start on this in the next day or two.

@semuelle semuelle assigned semuelle and unassigned keeganquigley Jan 11, 2024
Copy link
Member

@semuelle semuelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cattania, thanks for the delivery. I am testing hyperdot.xyz at the moment, and I'm not able to get any queries to work. For example, select * from bigquery-public-data.crypto_polkadot.accountreference0 where block_number > 18900000 results in popups "I is undefined" and "http error" and in the console I get a 504 error. Can you advise?

@cattania
Copy link
Contributor Author

Hi @semuelle , thanks for reply, We checked that the service queries on the backend were working, and finally we found out that because we're using Cloudflare proxies, the select * from bigquery-public-data.crypto_polkadot.accountreference0 where block_number > 18900000 running needs to process a lot of data, so it takes a while to run, in fact it takes about 1m21s to process. But Cloudflare closes the connection by default after 60s.

We've adjusted the infrastructure so that's not a problem now.
image

For queries, since the on-chain data of the index is huge and our server has limited resources, we recommend adding some condition for filtering and adding limit to limit the size of the data returned, for example select * from bigquery-public-data.crypto_polkadot.accountreference0 where block_number > 18900000 limit 100

Copy link
Member

@semuelle semuelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update, @cattania. Your milestone is hereby accepted. You can find my evaluation notes here.

Congratulations on completing the grant. I hope you will continue working on it to make it a success. I left some improvement suggestions in the evaluation notes, I suggest you have a look and let me know if anything's unclear.

@semuelle semuelle merged commit 108b5da into w3f:master Jan 15, 2024
6 checks passed
Copy link

🪙 Please fill out the invoice form in order to initiate the payment process. Thank you!

@cattania
Copy link
Contributor Author

Thanks for the update, @cattania. Your milestone is hereby accepted. You can find my evaluation notes here.

Congratulations on completing the grant. I hope you will continue working on it to make it a success. I left some improvement suggestions in the evaluation notes, I suggest you have a look and let me know if anything's unclear.

Thank you for your response, we will follow your guidance and continue to optimize the hyperdot experience to make it successful, we firmly believe that this is valuable, thank you again for your guidance on hyperdot.

@cattania
Copy link
Contributor Author

Hi @semuelle, I'm sorry to disturb you. We have submitted the invoice, and we need to upgrade the server further. Is there any progress regarding the payment information?

@semuelle
Copy link
Member

Hey @cattania, the invoice is being processed right now. It should be paid Friday latest.

@cattania
Copy link
Contributor Author

Hey @semuelle , Thank you very much for your reply, great for us!!

@RouvenP
Copy link

RouvenP commented Jan 26, 2024

hi @cattania we just sent the payment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants