Skip to content

sablier-labs

Utility

Verified Builder

EVM data indexers for the Sablier Protocol

Development
ShippingLast ship 2d ago
Token market
No token
Token
None tracked

Latest ship

Active development: 26 commits across 3 contributors

Code ActivitySource linked

10 active day(s) in sablier-labs/indexers.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 28 commits across 3 contributors

    Code ActivitySource linked

    10 active day(s) in sablier-labs/indexers.

    View evidence
  2. v7.1.0

    Github ReleaseSource verified

    Changed - Bump sablier dependency from ^4.0.0 to ^4.1.0 Added - Re-add Denergy (chain ID 369369) airdrops and streams Graph indexers, following the chain's return to sablier. getIndexerGraph and getIndexer with vendor: "graph" resolve Denergy again, and it is part of graphChains and the Graph deploy targets once more. Denergy is served by a custom Graph node, so it is excluded from the decentralized-network deploy flow and is not available on Envio

    View evidence
  3. Active development: 18 commits across 3 contributors

    Code ActivitySource linked

    7 active day(s) in sablier-labs/sdk.

    View evidence
  4. Active development: 10 commits across 1 contributor

    Code ActivitySource linked

    5 active day(s) in sablier-labs/evm-monorepo.

    View evidence
  5. v6.0.0

    Github ReleaseSource verified

    Changed - Breaking: Require sablier v4 as dependency and peer dependency ([4716449][4716449]) Removed - Breaking: Remove Denergy support following its removal from sablier ([4716449][4716449])

    View evidence
  6. v4.0.0

    Github ReleaseSource verified

    Changed - Breaking: Require Multicall3 on every exported EVM chain ([ab63832][ab63832]) Removed - Breaking: Drop BattleChain testnet and Denergy support; neither has Multicall3 ([ab63832][ab63832])

    View evidence
  7. v3.12.3

    Github ReleaseSource verified

    Fixed - Declare Multicall3 on the Robinhood chain (5b3937d)

    View evidence
  8. v3.12.2

    Github ReleaseSource verified

    Fixed - Correct the Morph deployment block number for Lockup v2.0 (28ad0c2)

    View evidence
  9. v3.12.1

    Github ReleaseSource verified

    Fixed - Rename the Robinhood chain to "Robinhood" (5fb4e48)

    View evidence
  10. v3.12.0

    Github ReleaseSource verified

    Added - Add Robinhood chain deployments (comptroller, airdrops v3.0, flow v3.0, lockup v4.0) (d42e780) Fixed - Disable RouteMesh for the Tangle chain (d231829) - Disable RouteMesh for the BattleChain testnet (570b5a5)

    View evidence
  11. v5.1.0

    Github ReleaseSource verified

    Changed - Deprecate BILLING_ADDRESS export now that the in-app billing system has been removed (#343) - Bump sablier dependency from ^3.9.0 to ^3.12.0 Added - Add Robinhood Chain (chain ID 4663) support to the Envio airdrops and streams indexers Fixed - Pin the HyperEVM HyperSync URL to hyperliquid - Pin the Robinhood Chain HyperSync URL to robinhood

    View evidence
  12. v3.11.3

    Github ReleaseSource verified

    Changed - Override the default block explorer for the Mode chain to explorer.mode.network (7882733) - Mark the Unichain chain as not supported by the Sablier UI (76cc437) Removed - Drop the duplicate native block explorer entry for the ZKsync chain (7ccee02)

    View evidence
  13. v3.11.2

    Github ReleaseSource verified

    Changed - Mark the Blast chain as supported by the Sablier UI (64047bc)

    View evidence
  14. v3.11.1

    Github ReleaseSource verified

    Changed - Use snowscan.xyz as the default block explorer for the Avalanche chain (4a87fea)

    View evidence
  15. v3.11.0

    Github ReleaseSource verified

    Added - Add publicWithdraw feature flag to LockupReleaseFeatures, marking [email protected] and later as allowing any caller to invoke withdraw when to == recipient (64c033f) - Add supportsLockupPublicWithdraw(version) helper exported from sablier/evm and the helpers entrypoint (64c033f)

    View evidence
  16. v3.10.0

    Github ReleaseSource verified

    Added - Add comptroller feature flag to AirdropsReleaseFeatures, FlowReleaseFeatures, and LockupReleaseFeatures, tracking whether a release wires a Comptroller reference (ISablierComptroller or the legacy ISablierV2Comptroller) into its contracts - Add usesComptroller(release) helper for querying Comptroller integration across Airdrops, Flow, and Lockup releases Fixed - Correct Comptroller release version from v2.0 to v1.1 (#177) Fixed - Replace misplaced v2.0+ ABI shipped under airdrops v1.3 for `SablierMerkleLockup

    View evidence
  17. v5.0.0

    Github ReleaseSource verified

    Changed - Bump sablier dependency from ^3.3.5 to ^3.9.0 Added - Add getIndexerKeyForProtocol helper mapping airdrops | flow | lockup to the public airdrops | streams indexer key - Add getProtocolForIndexerKey helper returning the canonical protocol for a given indexer key Removed - Breaking: Remove getProtocolGraphIndexer; use getIndexerGraph with an Indexer.IndexerKey instead

    View evidence
  18. v3.9.0

    Github ReleaseSource verified

    Added - Add hasSimpleTransfer helper that reports whether a Flow release exposes the transferTokens ERC-20 wrapper (59530a2)

    View evidence
  19. v3.8.0

    Github ReleaseSource verified

    Changed - Expand JSDoc glossary on evmReleaseFeatures to document the release version each capability was introduced in (fdf40ae) Added - Add simpleTransfer feature to FlowReleaseFeatures, flagging releases that expose the transferTokens ERC-20 wrapper (introduced in [email protected]) (ce995be)

    View evidence
  20. v3.7.5

    Github ReleaseSource verified

    Added - BattleChain testnet deployments (c13ce82), (adfbe42)

    View evidence
  21. Github ReleaseSource verified

    [!NOTE] > This is a retroactive release. It was originally released as v3.0.1 in the sablier-labs/lockup repository, created here for consistency with the monorepo naming convention. Changed - Refactor SablierLockup contract into model-specific abstract contracts (#1261) - Refactor DataTypes into separate type files (#1261) - DataTypes is kept for backward compatibility

    View evidence
  22. Github ReleaseSource verified

    [!NOTE] > This is a retroactive release. It was originally published in sablier-labs/evm-utils v1.0.0. Added - Add SablierComptroller for managing fees across Sablier EVM protocols - Add support for UUPS upgradeability for SablierComptroller - Add Comptrollerable to provide a setter and getter for the Sablier Comptroller - Add Adminable to provide admin functionality with ownership transfer - Add Batch to provide support for batching of functions - Add NoDelegateCall to provide support for preventing delegate ca

    View evidence
  23. Github ReleaseSource verified

    [!NOTE] > This is a retroactive release. It was originally published in sablier-labs/airdrops v2.0.1. Changed - Breaking: Replace single factory with separate factories for each campaign type (#70) - Breaking: Store fee as USD value instead of native token value (#68) - Breaking: Refactor existing Claim events (#163) - Breaking: Rename `STREAMSTARTTIM

    View evidence
  24. Github ReleaseSource verified

    [!NOTE] > This is a retroactive release. It was originally published in sablier-labs/airdrops v1.3.0. > [!NOTE] > Versioning begins at 1.3.0 as this repository is the successor of V2 Periphery. For previous changes, please refer to the V2 Periphery Changelog. Changed - Replace createWithDurations with createWithTimestamps in both MerkleLL and MerkleLT claims ([#1024](https://github.com/sablier-labs/v

    View evidence

Research notes

Written by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on sablier-labs yet.

    Know something about sablier-labs? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.

    Sources