Releases: xycloo/mercury-tracker
0.2-rc1
Testnet instances
Testnet instances will be subjected to a change in the graphql schema for path payments.
path1_asset
-> path1
path2_asset
-> path2
...
This will affect the graphql schema since instead of using for example assetByPath2Asset
you will need to use assetByPath2
.
Mainnet instances
Mainnet instances are running with the above change already integrated. However, the subscriptions backend is not yet complete to work with pubnet, which will be addressed in the next release.
We also have encountered issues with Zephyr when running on pubnet, which will also be addressed in the next releases.
BETA-rc1
Mercury's first official beta release candidate is not live on Testnet.
Who is it for
Mercury is now ready to be integrated into any Soroban-related workflows, and partially also for Stellar classic-related workflows.
This release is still more targeted to developers, as we're prioritizing ingestor functionality and Zephyr VM development over dashboards for this initial phase where developers need to start preparing their applications for mainnet launch.
What's new
- developer blogs, if you're ready to start building on Mercury go over at https://developers.mercurydata.app/
- state expiry indexing
- ledger state indexing (contract data)
- beginning of stellar classic indexing
- payments
- create account operation
What's next
- Full integration of the Zephyr VM in the ingestor.
- Complete stellar classic indexing to support all operations.