Added

2024 Feature Roundup

What a year it’s been!

From groundbreaking features to seamless updates, our product has leveled up like never before. Here’s what we accomplished this year:

  • Dark Mode🌙:Finally, a highly requested feature! Enjoy an optimized, eye-friendly experience with Dark Mode.

  • Chain Support: We expanded our network to support 60+ chains, including:

    • EVM: added support for Swell, Zircuit, Sonic, Sonieum, Blast, and many more
    • Fuel, Bitcoin, Starknet, Move chains
    • Bring Your Own RPC : Add indexer support for EVM-compatible chains with no upfront cost by using your own RPC.
  • Dynamic Point Tracking : We streamlined point tracking across ecosystems, saving developers significant time and resources.

    “We rebuilt a year’s worth of work in 2 months.” – A happy user.

  • Entity Store: Fast and persistent storage with structured data accessible through SQL and GraphQL APIs.

  • Subgraph : Experience the power of multi-version subgraphs with SQL, dashboards, and seamless integration.

  • Hotswap: Allow users to swap processor code while keeping the previous data, especially useful for debugging and fix unexpected problems.

    • Sentio Processor: yarn sentio upload --continue-from=<old version>
    • Hosted Subgraph Processor: npx @sentio/cli graph deploy --owner $PROJECT_OWNER --name $PROJECT_NAME --continue-from=<old version>
  • Import External Projects: Run multiple processors simultaneously and unify collected data for a cohesive experience.

  • SQL: Enhanced SQL Editor with:

    • Saved Queries

    • Full Data Export

    • Materialized Views

    • Ready-to-use chain tables

  • Endpoint: Turn SQL/Subgraph queries into dedicated API endpoints with parameter support for easier API management and detailed request logs.

  • Debugger & Simulator:

    • New Chain Support: Added Sui/Aptos debugging capabilities.

    • Dynamic Logging: Debug on-chain contracts effortlessly with dynamic logging. It allows developer debug any onchain contract as simple as addingconsole.log("%d", localVar):

  • Web IDE (beta): An online coding environment for creating and managing processor source code, without any dependency setup hussles.

  • Processor & SDK:

    • Added more native types for the ease of building on Sui/Aptos

    • Improved the process management and monitoring

  • Dash : The ultimate permissionless data platform:

    • Flexible data schema.
    • Best-in-class dashboards.
    • Fast queries for intuitive or advanced custom use cases.
  • Third-party Integrations: Remix, Chrome, Hardhat, VS Code