Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrowSquid for Substrate announcement #293

Open
dzhelezov opened this issue Sep 12, 2023 · 0 comments
Open

ArrowSquid for Substrate announcement #293

dzhelezov opened this issue Sep 12, 2023 · 0 comments

Comments

@dzhelezov
Copy link
Contributor

We are proud to release ArrowSquid in public beta. It is by far the most advanced indexing toolkit for Substrate chains, which literally gives superpowers:

  • Blazing fast indexing of traces and storage diffs w/o an archive node. The implications are endless -- validator/staking rewards, XCM transfers, frozen balances -- everything that required tedious and costly RPC call can now be efficiently queried, filtered and aggregated in batches
  • Support for unfinalized blocks with automated rollback handling. True real-time experience for dApps is now unlocked
  • A powerful type system and a fully reworked typegen. Now developers can extract only the necessary pieces of data from events and transactions with a surgical precision. One can mix generated and manually defined types! The flexibility allows to make forward- and backward- compatible squids, handling runtime upgrades like a breeze.
  • Easily access the full trace of calls or the wrapping extrinsic data from an event and wise versa -- thanks to the new design of the indexing context interface
  • Native support for indexing internal calls -- no more manual onwrapping of batch, proxy or sudo extrinsics
  • Support for RPC-only data sources. Squids now can work even without a Subsquid Archive! Super easy setup for indexing local and dev chains.
  • Blazing fast SKALE codec and a metadata service. Simply 10x faster decoding then polkadot.js
  • Lots of quality-of-life improvements like native ss58 address handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant