Releases: sablier-labs/indexers
Releases · sablier-labs/indexers
v2.0.0
Changed
- BREAKING: Bump
sablierdependency to^2.0.1(peer dependency now^2.x) - Make package ESM by default
Added
- Add dual CJS/ESM build with
exportsmap supporting"."and./*wildcard subpaths - Add new EVM chains: Core DAO, Monad, Denergy, and Sei (#249,
#267, #300) - Add
depletedboolean field to Lockup streams (#270) - Add
ShapeSourceenum andshapeSourcefield for shape inference tracking
(#272) - Add
getIndexerGraphandgetIndexerEnvioconvenience functions
Removed
- BREAKING: Remove GraphQL codegen infrastructure (
src/gql/,src/fragments/,src/queries/) - BREAKING: Remove
OrderDirectionandOrder_Byenums from exported types - BREAKING: Deprecate Arbitrum Sepolia and Optimism Sepolia testnets
(#289)
v1.2.0
Changed
- Bump
sablierpackage to v1.4.0 - Update documentation in GraphQL files
- Update
gqlbindings
Added
- Add
Contractentity in GraphQL schemas - Add
Indexer.Nametype - Add
DeprecatedStreamentity in GraphQL schemas, and deprecate fee-less contracts
(#189) - Support the latest Sablier releases (Airdrops v2.0, and Flow v2.0, and Lockup v3.0)
Removed
- Remove
User,UserTransaction,Revenue, andRevenueTransactionentities from GraphQL schemas - Remove Envio support for Form Network, Lightlink, Sei, and Tangle
- Remove The Graph support for Form Network, IoTex, and Mode
Fixed
- Fix subgraph names and testing URLs (#205)