Hello, folks! Astrograph team here 🚀 Some quick project updates:
1) We added our own payment paths finding mechanism. We don't use Horizon for it anymore. Here how it looks:
{
findPaymentPaths(
sourceAccountID: "GA4DMQ3VSHIVROQ42PJVJOD7X4PYT5BXAWV672CAWOWIADXC3RGZEOMZ",
destinationAsset: "USD-GBSTRUSD7IRX73RQZBL3RQUH6KS3O4NYFY3QCALDLZD77XMZOPWAVTUK",
destinationAmount: "0.3"
) {
sourceAsset {
id
}
destinationAsset {
id
}
sourceAmount
path {
id
}
}
}
There are some differences with Horizon output. Astrograph returns only one best path for each asset in source account's trustlines (plus native lumens). Also, it doesn't search for "detour" if the source account has destination asset in its trustlines.
2) We drop Horizon usage in serving orderbooks too. The schema stays the same
Astrograph still has a playground at https://demo.astrograph.io/graph. And we still would love to hear your feedback 🙂