-
Notifications
You must be signed in to change notification settings - Fork 524
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
FiDi DotSight Milestone 1 #1000
Conversation
Update for transparency: Changed PR Link to Application Document in order to correctly parse it. |
Thanks for the delivery @fidiroman will take a look at it shortly. |
Hi @fidiroman sorry for the delay, and congrats on being PR 1000 :) Here is my initial evaluation. The Nest application runs successfully and all tests pass, but I'm a bit confused when it comes to the provided DeBank and SubSquid examples. When I run the GET command with cURL I get a parsing error: curl -X GET /pipelines/polkadot-coin/execute?mapperIds[]=dot-value-distribution&walletIds[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&walletIds[]=12xtAYsRUrmbniiWQqJtECiBQrMn8AypQcXhnQAc6RB6XkLW¤cies[]=eth¤cies[]=usd
zsh: parse error near `&' I see that pipeline.config.ts already has both pipelines imported, so what should I be updating here? The docs are great up to this point, but I wonder if perhaps you provide some different solutions for how to run the examples? Thanks! |
Excellent call out, thanks @keeganquigley! There should be some quotes in that query; surprised that our initial testers didn't catch that earlier. I just updated the docs, added more usage examples and called out the need for specifying the host/port for local deployments, e.g., just ran successfully curl "localhost:3000/pipelines/polkadot-coin/execute?mapperIds[]=dot-value-distribution&walletIds[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&walletIds" Let us know if anything else stands out, we appreciate your feedback! |
Awesome thanks for making the fixes @fidiroman everything is working great now. My final eval is here and the milestone is hereby accepted. Nice work! Looking forward to the next milestone. |
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-digest-26-sep-2023/4041/1 |
hi @fidiroman we transferred the payment today |
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#1748