feat: Add ChaingraphNetworkProvider
closes #249
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| cashscript | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 1, 2025 1:09pm |
Thanks for the PR @PHCitizen 😄
One thing I noticed is that there's no extra tests for the new ChaingraphNetworkProvider
In the folder test you'll see /e2e/network, here we have tests for the network providers like FullStack.test.ts
So it would be great to have similar automated tests for the new ChaingraphNetworkProvider
Also could you change the target branch from master to next, this is were all the ongoing development happens for upcoming releases.
Deployment failed with the following error:
The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.
Hey @PHCitizen thank you for creating this PR (and the other draft PR). We're currently busy with the debugging support for the advanced transaction builder and additional features for v0.11, so we will take a deeper look into your PR(s) when that is finished. You can follow that progress in #230, #257 and milestone v0.11. We expect to release that version around the May 15th upgrade or a little bit after.
One upstream issue is that my chaingraph-ts library doesn't are not filter the results by network meaning getUtxos would also return chipnet utxos
created an upstream issue for this https://github.com/mr-zwets/chaingraph-ts/issues/1