Releases: graphprotocol/graph-tooling
Releases · graphprotocol/graph-tooling
@graphprotocol/graph-cli@0.74.0
@graphprotocol/graph-cli@0.73.0
Minor Changes
-
#1670
03c907a
Thanks @saihaj! - Introducegraph 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.- Build the subgraph and publish it to the network.
graph publish
- Provide a IPFS Hash for the subgraph and publish it to the network.
graph publish --ipfs <ipfs-hash>
- You can use a custom webapp url for deploying.
graph publish --webapp-url <webapp-url>
Patch Changes
- #1670
03c907a
Thanks @saihaj! - dependencies updates:- Added dependency
open@8.4.2
↗︎ (to
dependencies
)
- Added dependency
@graphprotocol/graph-cli@0.72.2
Patch Changes
- #1668
0e7b6cc
Thanks @Shiyasmohd! - update etherscan api urls and rpc urls
@graphprotocol/graph-cli@0.72.1
@graphprotocol/graph-cli@0.72.0
Minor Changes
- #1664
c581b33
Thanks @Shiyasmohd! - auto fetch contract name from address
Patch Changes
-
#1662
00e774e
Thanks @Shiyasmohd! - fix: update optimism-sepolia
EtherscanLikeAPIUrl -
#1661
8f6ee24
Thanks @mitchhs12! - add Linea Sepolia RPC and Linea Sepolia
Etherscan url
@graphprotocol/graph-cli@0.71.2
@graphprotocol/graph-cli@0.71.1
@graphprotocol/graph-ts@0.35.1
Patch Changes
- #1637
f0c583f
Thanks @incrypto32! - Update return type for ethereum.hasCode
@graphprotocol/graph-cli@0.71.0
Minor Changes
- #1598
7d4208a
Thanks @incrypto32! - Allow topic filters in event handlers
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
Minor Changes
- #1609
e299f6c
Thanks @incrypto32! - Add support for eth.hasCode method