Skip to content

Releases: graphprotocol/graph-tooling

@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

@graphprotocol/graph-cli@0.72.0

20 May 16:38
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@graphprotocol/graph-cli@0.71.2

08 May 17:09
1f8d86f
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/graph-cli@0.71.1

02 May 18:30
32ae838
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/graph-ts@0.35.1

23 Apr 16:51
b9e7604
Compare
Choose a tag to compare

Patch Changes

@graphprotocol/graph-cli@0.71.0

23 Apr 16:51
b9e7604
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1634
    f256475
    Thanks @joshuanazareth97! - Order list of evm chains in
    graph init command

  • #1640
    1fb675c
    Thanks @Shiyasmohd! - Added Etherscan like API url and Public RPC
    endpoints for Polygon Amoy,Gnosis Chiado,Mode Mainnet, Mode Sepolia chains for fetching startBlock
    and ABI

@graphprotocol/graph-ts@0.35.0

16 Apr 17:52
b309744
Compare
Choose a tag to compare

Minor Changes