You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@skullnbonesdao order history (as-is) would require crawling through the Solana transaction history for any given user or for the entire program which is extremely network heavy.
We have internal plans to index all historical Galactic Marketplace data in a centralized database in the future rather than supporting the above querying through direct on-chain calls since it's so inefficient - no details or timelines on that ready at this moment but more to come soon™
Problem
Using the StarAtlas/factory there seems to be no way to get a order-history atm?
Solution
Provide a function to receive the order history per asset.
Just like the
getOpenOrdersForAsset()
just for successful transfers.Notes
As always thanks for your time.
The text was updated successfully, but these errors were encountered: