Omnity Network recently rolled out a significant upgrade to Runes Indexer and has released a new version.
GitHub Repository: Runes Indexer on GitHub
Below are the changes and improvements in the new release compared to the previous version:
- Deployment of a New Canister
The Ord Canister has been renamed to Runes Indexer. We’ve deployed the new implementation on the Fiduciary subnet:
The old Ord Canister is available here:
Please note that maintenance for the Ord Canister is planned to end in about a month. We encourage all users to migrate to Runes Indexer.
If you’re a developer or a team still relying on the Ord Canister and would like an extended maintenance period, feel free to contact us.
- Migration from Stable Memory to Stable Structures
The new Runes Indexer now leverages stable structures rather than the underlying stable memory for storage.
- Compatibility with ord 0.22.1 Protocol
The new implementation aligns with the ord 0.22.1 protocol (Ord Release 0.22.1), addressing previously identified bugs.
- Support for Local Regtest Development
Local regtest development is now supported. For more details, refer to the development guide.
- Runes Indexer Interface Crate
We have released a new crate on crates.io:
This crate allows other canisters to easily parse information returned by the Runes Indexer.
We welcome everyone to try the new version and share feedback.