Skip to content

Releases: graphprotocol/graph-tooling

@graphprotocol/[email protected]

11 Aug 14:47
63bf0b5
Compare
Choose a tag to compare

Minor Changes

  • #1419
    e88ff02
    Thanks @saihaj! - Introduce --from-hosted-service flag which will
    make it easier to deploy subgraphs from hosted service to Studio.

  • #1418
    38c16be
    Thanks @uF4No! - feat: adds zksync era testnet

@graphprotocol/[email protected]

04 Aug 12:58
5721405
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@graphprotocol/[email protected]

21 Jul 16:51
b26c655
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1400
    e7423aa
    Thanks @saihaj! - only update network.json file during graph add
    if it exists

  • #1402
    f0ce6c0
    Thanks @saihaj! - show a descriptive error message and do not hang if
    there is a deploy key issue

  • #1403
    dfa9ee1
    Thanks @saihaj! - do not ask for local path when trying to add more
    contracts during init

  • #1400
    e7423aa
    Thanks @saihaj! - ask for start block in graph add if we cannot
    fetch the start block from etherscan

@graphprotocol/[email protected]

13 Jul 10:49
09734de
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@graphprotocol/[email protected]

23 Jun 12:12
47f4644
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/[email protected]

12 Jun 00:50
c8a4434
Compare
Choose a tag to compare

Patch Changes

  • #1369
    18e5c29
    Thanks @azf20! - fix: always create output directory on building a
    subgraph

@graphprotocol/[email protected]

31 May 11:26
76d7e22
Compare
Choose a tag to compare

Minor Changes

@graphprotocol/[email protected]

31 May 11:26
76d7e22
Compare
Choose a tag to compare

Minor Changes

  • #1340
    2375877
    Thanks @incrypto32! - Add support for codegen for derived field
    loaders, This adds getters for derived fields defined in the schema for entities.

  • #1363
    f928262
    Thanks @saihaj! - add graph clean command to delete generated
    artifacts

  • #1296
    dab4ca1
    Thanks @dotansimha! - Added support for handling GraphQL Int8
    scalar as i64 (AssemblyScript)

@graphprotocol/[email protected]

24 May 17:03
95c77fd
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/[email protected]

24 May 05:24
be55fa9
Compare
Choose a tag to compare

Minor Changes

  • #1353
    125c687
    Thanks @saihaj! - Add a new --ipfs-hash flag to graph deploy
    allowing to deploy a subgraph that is already compiled and uploaded to IPFS.

  • #1335
    7343f50
    Thanks @saihaj! - For substreams generate the directory tree as
    follows

    .
    ├── package.json
    ├── schema.graphql
    └── subgraph.yaml
    

    In the package.json we only depend on the CLI since that is what developer will use to deploy
    the subgraph. The schema.graphql is the schema of the subgraph and the subgraph.yaml is the
    manifest file for the subgraph.

  • #1335
    7343f50
    Thanks @saihaj! - respect --abi flag instead of loading from
    etherscan

  • #1335
    7343f50
    Thanks @saihaj! - remove index events as entities for substreams

  • #1335
    7343f50
    Thanks @saihaj! - remove start block selection for substreams

  • #1343
    032d703
    Thanks @saihaj! - add SPK input for substreams protocol

Patch Changes