Skip to content

Commit 6b6fedb

Browse files
authored
Merge branch 'main' into saihaj/sunset
2 parents 6bbe953 + e37ce8d commit 6b6fedb

File tree

27 files changed

+1180
-121
lines changed

27 files changed

+1180
-121
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"baseBranch": "main",
1212
"updateInternalDependencies": "patch",
1313
"ignore": [
14-
"example-*"
14+
"example-*",
15+
"website"
1516
],
1617
"snapshot": {
1718
"useCalculatedVersion": true,

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ oclif.manifest.json
8181
tmp
8282

8383
*.wasm
84+
85+
.idea

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ packages/cli/tests/cli/validation
77
packages/cli/tests/cli/add
88
pnpm-lock.yaml
99
cf-pages/**
10+
website/src/graphql-env.d.ts

CONTRIBUTING.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ This repository houses the following tools:
1414

1515
## Contributing
1616

17-
We welcome contributions to this repository. Please see the
18-
[contribution guidelines](CONTRIBUTING.md). For running the project locally,
17+
We welcome contributions to this repository. Please follow the
18+
[Code of Conduct](https://github.com/graphprotocol/graph-node/blob/master/CODE_OF_CONDUCT.md) for
19+
all the communications.
20+
21+
To run this project locally:
1922

2023
1. Clone the repository
21-
2. Make sure you have Node.js `>=20.x` installed
22-
3. Make sure you have [`pnpm`] installed:
23-
[https://pnpm.io/installation](https://pnpm.io/installation)
24+
2. Make sure you have [Node.js](https://nodejs.org/en) `>=20.x` installed
25+
3. Make sure you have [`pnpm` installed](https://pnpm.io/installation)
2426
4. Run `pnpm install` to install dependencies
2527
5. Run `pnpm build` to build the packages
28+
6. Run `pnpm test` to run the tests
2629

2730
## Release process
2831

examples/aggregations/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Block @entity(timeseries: true) {
2020
timestamp: Timestamp!
2121
hash: Bytes!
2222
number: Int!
23-
# Artifical grouping keys; groupN is number % 10^N. In a real subgraph,
23+
# Artificial grouping keys; groupN is number % 10^N. In a real subgraph,
2424
# this might be something like a reference to a `Token`
2525
group1: Int!
2626
group2: Int!

packages/cli/CHANGELOG.md

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,176 @@
11
# @graphprotocol/graph-cli
22

3+
## 0.87.0
4+
5+
### Minor Changes
6+
7+
- [#1746](https://github.com/graphprotocol/graph-tooling/pull/1746)
8+
[`fef2e05`](https://github.com/graphprotocol/graph-tooling/commit/fef2e05c07d5f99f01834c4a6b9e063992d4bc2d)
9+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - updated public rpc
10+
11+
## 0.86.0
12+
13+
### Minor Changes
14+
15+
- [#1740](https://github.com/graphprotocol/graph-tooling/pull/1740)
16+
[`7b4f787`](https://github.com/graphprotocol/graph-tooling/commit/7b4f787ebe4f65dbb233d3dda02f179f75ef21d9)
17+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added new chain
18+
19+
## 0.85.0
20+
21+
### Minor Changes
22+
23+
- [#1733](https://github.com/graphprotocol/graph-tooling/pull/1733)
24+
[`d13bc5e`](https://github.com/graphprotocol/graph-tooling/commit/d13bc5e6ba08a62be78d1bf469fc0e3b89ee3c1a)
25+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock
26+
27+
- [#1736](https://github.com/graphprotocol/graph-tooling/pull/1736)
28+
[`e759327`](https://github.com/graphprotocol/graph-tooling/commit/e759327cf53fe9462f9bdf65f5ff9fdd125f58db)
29+
Thanks [@fschoell](https://github.com/fschoell)! - replace etherscan endpoints
30+
31+
## 0.84.0
32+
33+
### Minor Changes
34+
35+
- [#1730](https://github.com/graphprotocol/graph-tooling/pull/1730)
36+
[`e39279b`](https://github.com/graphprotocol/graph-tooling/commit/e39279be9d61a97e79ea18e558bd73795e25dbe0)
37+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added boba, fuse blockexplorer
38+
39+
## 0.83.0
40+
41+
### Minor Changes
42+
43+
- [#1728](https://github.com/graphprotocol/graph-tooling/pull/1728)
44+
[`a05db7b`](https://github.com/graphprotocol/graph-tooling/commit/a05db7bdf1f22f86501d9d59929245ddb7b1abae)
45+
Thanks [@yash251](https://github.com/yash251)! - add chiliz testnet rpc and api
46+
47+
## 0.82.0
48+
49+
### Minor Changes
50+
51+
- [#1726](https://github.com/graphprotocol/graph-tooling/pull/1726)
52+
[`81afd9b`](https://github.com/graphprotocol/graph-tooling/commit/81afd9b6edd09fa2df0d3ed7ae43b894472fca98)
53+
Thanks [@yash251](https://github.com/yash251)! - add chiliz rpc and api
54+
55+
## 0.81.0
56+
57+
### Minor Changes
58+
59+
- [#1719](https://github.com/graphprotocol/graph-tooling/pull/1719)
60+
[`2141242`](https://github.com/graphprotocol/graph-tooling/commit/21412420ad87579a1b884e17c190fc701f220623)
61+
Thanks [@yash251](https://github.com/yash251)! - add soneium api and rpc
62+
63+
## 0.80.1
64+
65+
### Patch Changes
66+
67+
- [#1715](https://github.com/graphprotocol/graph-tooling/pull/1715)
68+
[`4cfef44`](https://github.com/graphprotocol/graph-tooling/commit/4cfef44d991de6f9bbb802eb8956de5d63b2c2a3)
69+
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - fix: getcontractcreation support on neox
70+
etherscan api
71+
72+
## 0.80.0
73+
74+
### Minor Changes
75+
76+
- [#1712](https://github.com/graphprotocol/graph-tooling/pull/1712)
77+
[`9b48e45`](https://github.com/graphprotocol/graph-tooling/commit/9b48e455b258ecc4fba647e32773ee05b23b42eb)
78+
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - feat: add neox etherscan like url and
79+
public rpc
80+
81+
- [#1710](https://github.com/graphprotocol/graph-tooling/pull/1710)
82+
[`687bbd0`](https://github.com/graphprotocol/graph-tooling/commit/687bbd054265243d7f00376c69dd2a11cbb14116)
83+
Thanks [@yash251](https://github.com/yash251)! - add iotex testnet rpc and api url
84+
85+
- [#1713](https://github.com/graphprotocol/graph-tooling/pull/1713)
86+
[`4c7d17c`](https://github.com/graphprotocol/graph-tooling/commit/4c7d17c30fe7e87866e9002cae5d182bc8217eb5)
87+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added publicRpc and blockExplorer for
88+
arbitrum nova
89+
90+
## 0.79.2
91+
92+
### Patch Changes
93+
94+
- [#1698](https://github.com/graphprotocol/graph-tooling/pull/1698)
95+
[`c8ec890`](https://github.com/graphprotocol/graph-tooling/commit/c8ec890cb13bb109bb97387e4819c948d97a079a)
96+
Thanks [@soilking](https://github.com/soilking)! - Fix build files being placed outside the build
97+
directory
98+
99+
## 0.79.1
100+
101+
### Patch Changes
102+
103+
- [#1701](https://github.com/graphprotocol/graph-tooling/pull/1701)
104+
[`24c402f`](https://github.com/graphprotocol/graph-tooling/commit/24c402f5f2f296a1df35d54fe1927030f96481d4)
105+
Thanks [@saihaj](https://github.com/saihaj)! - Allow publishing without forcing network or
106+
subgraph id
107+
108+
## 0.79.0
109+
110+
### Minor Changes
111+
112+
- [#1696](https://github.com/graphprotocol/graph-tooling/pull/1696)
113+
[`828bb04`](https://github.com/graphprotocol/graph-tooling/commit/828bb04125ad873ad675731e468d0c70009fea71)
114+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rpc & explorer urls for sei,
115+
gravity (mainnet & testnet), etherlink (mainnet)
116+
117+
## 0.78.0
118+
119+
### Minor Changes
120+
121+
- [#1692](https://github.com/graphprotocol/graph-tooling/pull/1692)
122+
[`6f84e7a`](https://github.com/graphprotocol/graph-tooling/commit/6f84e7ade5c51232abefcb9a6fb7406e375ad125)
123+
Thanks [@yash251](https://github.com/yash251)! - add iotex urls
124+
125+
## 0.77.0
126+
127+
### Minor Changes
128+
129+
- [#1690](https://github.com/graphprotocol/graph-tooling/pull/1690)
130+
[`87e74ce`](https://github.com/graphprotocol/graph-tooling/commit/87e74ce64a0c98e9be13d5f6fd31c7020ef23d5e)
131+
Thanks [@saihaj](https://github.com/saihaj)! - allow publishing new subgraph version
132+
133+
## 0.76.0
134+
135+
### Minor Changes
136+
137+
- [#1688](https://github.com/graphprotocol/graph-tooling/pull/1688)
138+
[`3a96771`](https://github.com/graphprotocol/graph-tooling/commit/3a9677113a4282cd4f91adadfa4b4b1d00f6e035)
139+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock blockexplorer api and
140+
public rpc url
141+
142+
## 0.75.0
143+
144+
### Minor Changes
145+
146+
- [#1686](https://github.com/graphprotocol/graph-tooling/pull/1686)
147+
[`fea8f23`](https://github.com/graphprotocol/graph-tooling/commit/fea8f23b745d2595708b7f5b86384ad7eaa16f08)
148+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - getEtherscanLikeAPIUrl: added for sei
149+
mainnet (to be able to obtain contract ABI)
150+
151+
## 0.74.1
152+
153+
### Patch Changes
154+
155+
- [#1683](https://github.com/graphprotocol/graph-tooling/pull/1683)
156+
[`f5bfa07`](https://github.com/graphprotocol/graph-tooling/commit/f5bfa07e04c0c70ed3285db4e90bf99cfdb265a3)
157+
Thanks [@azf20](https://github.com/azf20)! - fix graph auth
158+
159+
## 0.74.0
160+
161+
### Minor Changes
162+
163+
- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681)
164+
[`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64)
165+
Thanks [@saihaj](https://github.com/saihaj)! - Part of the Hosted Service migration throw an error
166+
when users are trying to use `hosted-service` product in `graph [auth|deploy|init]` commands.
167+
168+
### Patch Changes
169+
170+
- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681)
171+
[`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64)
172+
Thanks [@saihaj](https://github.com/saihaj)! - remove ipfs check for studio deploys
173+
3174
## 0.73.0
4175

5176
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/graph-cli",
3-
"version": "0.73.0",
3+
"version": "0.87.0",
44
"description": "CLI for building for and deploying to The Graph",
55
"license": "(Apache-2.0 OR MIT)",
66
"engines": {

packages/cli/src/command-helpers/abi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const TEST_CONTRACT_START_BLOCKS = {
3939

4040
// Skipping these networks for now because they do not support the latest etherscan contracts API or is blockScout based
4141

42-
// Chains that doesnt support the latest etherscan contracts API
42+
// Chains that doesn't support the latest etherscan contracts API
4343
// mumbai: {
4444
// '0x73bDCeC61b7b4707Baa4775c06A438A903065a17': 29_110_890,
4545
// },

0 commit comments

Comments
 (0)