Skip to content

Releases: graphprotocol/graph-tooling

@graphprotocol/graph-cli@0.79.0

19 Jul 17:23
2a070c4
Compare
Choose a tag to compare

Minor Changes

  • #1696
    828bb04
    Thanks @alinobrasil! - added rpc & explorer urls for sei,
    gravity (mainnet & testnet), etherlink (mainnet)

@graphprotocol/graph-cli@0.78.0

01 Jul 16:36
ce99997
Compare
Choose a tag to compare

Minor Changes

@graphprotocol/graph-cli@0.77.0

25 Jun 20:34
716cdf3
Compare
Choose a tag to compare

Minor Changes

@graphprotocol/graph-cli@0.76.0

21 Jun 13:33
fb69b33
Compare
Choose a tag to compare

Minor Changes

@graphprotocol/graph-cli@0.75.0

19 Jun 14:48
d46830e
Compare
Choose a tag to compare

Minor Changes

  • #1686
    fea8f23
    Thanks @alinobrasil! - getEtherscanLikeAPIUrl: added for sei
    mainnet (to be able to obtain contract ABI)

@graphprotocol/graph-cli@0.74.1

13 Jun 09:33
e15d50a
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/graph-cli@0.74.0

12 Jun 19:00
6a886f9
Compare
Choose a tag to compare

Minor Changes

  • #1681
    0a16b41
    Thanks @saihaj! - Part of the Hosted Service migration throw an error
    when users are trying to use hosted-service product in graph [auth|deploy|init] commands.

Patch Changes

@graphprotocol/graph-cli@0.73.0

27 May 17:44
801cac7
Compare
Choose a tag to compare

Minor Changes

  • #1670
    03c907a
    Thanks @saihaj! - Introduce graph publish command.

    Now you can publish your subgraphs directly from the CLI. This command will build your subgraph,
    deploy, prompt you to add metadata and then sign the transaction to publish it to the Graph
    Network.

    1. Build the subgraph and publish it to the network.
    graph publish
    1. Provide a IPFS Hash for the subgraph and publish it to the network.
    graph publish --ipfs <ipfs-hash>
    1. You can use a custom webapp url for deploying.
    graph publish --webapp-url <webapp-url>

Patch Changes

@graphprotocol/graph-cli@0.72.2

22 May 16:36
dfeee66
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/graph-cli@0.72.1

21 May 12:55
ee3e79b
Compare
Choose a tag to compare

Patch Changes