github graphprotocol/graph-tooling @graphprotocol/graph-cli@0.50.0

latest releases: @graphprotocol/graph-cli@0.71.1, @graphprotocol/graph-ts@0.35.1, @graphprotocol/graph-cli@0.71.0...
11 months ago

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

Don't miss a new graph-tooling release

NewReleases is sending notifications on new releases.