Skip to content

Commit deb0940

Browse files
committed
Merge branch 'main' into add-matchstick
2 parents 1e5a59a + b9e7604 commit deb0940

File tree

54 files changed

+14692
-9778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+14692
-9778
lines changed

.changeset/@graphprotocol_graph-cli-1536-dependencies.md

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

examples/arweave-blocks-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.64.0",
23-
"@graphprotocol/graph-ts": "0.32.0"
22+
"@graphprotocol/graph-cli": "0.71.0",
23+
"@graphprotocol/graph-ts": "0.35.1"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.64.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
27+
"@graphprotocol/graph-cli": "0.71.0",
28+
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/cosmos-osmosis-token-swaps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.64.0",
26-
"@graphprotocol/graph-ts": "0.32.0"
25+
"@graphprotocol/graph-cli": "0.71.0",
26+
"@graphprotocol/graph-ts": "0.35.1"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.64.0",
29-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-cli": "0.71.0",
29+
"@graphprotocol/graph-ts": "0.35.1",
3030
"mustache": "^4.2.0"
3131
}
3232
}

examples/cosmos-validator-rewards/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.64.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
27+
"@graphprotocol/graph-cli": "0.71.0",
28+
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/ethereum-basic-event-handlers/hardhat/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

33
COPY . /usr/src/app
44

55
WORKDIR /usr/src/app
66

7-
RUN apk add git;
7+
RUN apk add git
88

9-
RUN apk add --update python3 make g++\
10-
&& rm -rf /var/cache/apk/*
9+
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
1110

1211
RUN corepack enable
1312

examples/ethereum-basic-event-handlers/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"localnode": "hardhat node --hostname 0.0.0.0"
1010
},
1111
"dependencies": {
12-
"hardhat": "^2.11.2"
12+
"hardhat": "^2.22.1"
1313
}
1414
}

examples/ethereum-basic-event-handlers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"typescript": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@graphprotocol/graph-cli": "0.64.0",
35-
"@graphprotocol/graph-ts": "0.32.0",
34+
"@graphprotocol/graph-cli": "0.71.0",
35+
"@graphprotocol/graph-ts": "0.35.1",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
38-
"hardhat": "^2.13.1"
38+
"hardhat": "^2.22.1"
3939
}
4040
}

examples/ethereum-gravatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/graph-cli": "0.64.0",
22-
"@graphprotocol/graph-ts": "0.32.0",
21+
"@graphprotocol/graph-cli": "0.71.0",
22+
"@graphprotocol/graph-ts": "0.35.1",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"
2525
}

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-ts": "0.32.0"
16+
"@graphprotocol/graph-ts": "0.35.1"
1717
}
1818
}

examples/matic-lens-protocol-posts-subgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test": "graph test"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.64.0",
17-
"@graphprotocol/graph-ts": "0.32.0"
16+
"@graphprotocol/graph-cli": "0.71.0",
17+
"@graphprotocol/graph-ts": "0.35.1"
1818
},
1919
"devDependencies": {
2020
"matchstick-as": "0.6.0"

examples/near-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.64.0",
21-
"@graphprotocol/graph-ts": "0.32.0"
20+
"@graphprotocol/graph-cli": "0.71.0",
21+
"@graphprotocol/graph-ts": "0.35.1"
2222
}
2323
}

examples/near-receipts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "0.64.0",
21-
"@graphprotocol/graph-ts": "0.32.0"
20+
"@graphprotocol/graph-cli": "0.71.0",
21+
"@graphprotocol/graph-ts": "0.35.1"
2222
}
2323
}

examples/substreams-powered-subgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ This
1515
yarn install # install graph-cli
1616
yarn substreams:prepare # build and package the substreams module
1717
yarn subgraph:build # build the subgraph
18-
yarn subgraph:deploy # deploy the subgraph
18+
yarn deploy # deploy the subgraph
1919
```

examples/substreams-powered-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"substreams:stream": "substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml graph_out -s 12292922 -t +10"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.64.0"
22+
"@graphprotocol/graph-cli": "0.71.0"
2323
}
2424
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@babel/core": "^7.20.5",
2929
"@babel/preset-env": "^7.20.2",
3030
"@babel/preset-typescript": "^7.18.6",
31-
"@changesets/changelog-github": "^0.4.7",
31+
"@changesets/changelog-github": "^0.5.0",
3232
"@changesets/cli": "^2.25.2",
3333
"@theguild/eslint-config": "0.11.0",
3434
"@theguild/prettier-config": "2.0.1",
3535
"@types/node": "^20.6.2",
36-
"eslint": "8.52.0",
36+
"eslint": "8.57.0",
3737
"prettier": "3.0.3"
3838
},
3939
"pnpm": {

packages/cli/CHANGELOG.md

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

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- [#1598](https://github.com/graphprotocol/graph-tooling/pull/1598)
8+
[`7d4208a`](https://github.com/graphprotocol/graph-tooling/commit/7d4208aa1a1d376d7b230df7d86d9ec5864e18a8)
9+
Thanks [@incrypto32](https://github.com/incrypto32)! - Allow topic filters in event handlers
10+
11+
### Patch Changes
12+
13+
- [#1634](https://github.com/graphprotocol/graph-tooling/pull/1634)
14+
[`f256475`](https://github.com/graphprotocol/graph-tooling/commit/f2564757ba8007025f8745c9162ba4143ff58548)
15+
Thanks [@joshuanazareth97](https://github.com/joshuanazareth97)! - Order list of evm chains in
16+
graph init command
17+
18+
- [#1640](https://github.com/graphprotocol/graph-tooling/pull/1640)
19+
[`1fb675c`](https://github.com/graphprotocol/graph-tooling/commit/1fb675ce51076c5edbdb64c116b0d7feed0d939a)
20+
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - Added Etherscan like API url and Public RPC
21+
endpoints for Polygon Amoy,Gnosis Chiado,Mode Mainnet, Mode Sepolia chains for fetching startBlock
22+
and ABI
23+
24+
## 0.70.0
25+
26+
### Minor Changes
27+
28+
- [#1629](https://github.com/graphprotocol/graph-tooling/pull/1629)
29+
[`3801671`](https://github.com/graphprotocol/graph-tooling/commit/3801671a79875cdd8653b8603b1a2e89426268f5)
30+
Thanks [@saihaj](https://github.com/saihaj)! - generate gitignore file
31+
32+
## 0.69.2
33+
34+
### Patch Changes
35+
36+
- [#1623](https://github.com/graphprotocol/graph-tooling/pull/1623)
37+
[`121843e`](https://github.com/graphprotocol/graph-tooling/commit/121843e982c69ffb31aae911431a68a2349ea062)
38+
Thanks [@Shiyasmohd](https://github.com/Shiyasmohd)! - cli: added etherscan API URL & public RPC
39+
endpoint for etherlink-testnet
40+
41+
## 0.69.1
42+
43+
### Patch Changes
44+
45+
- [#1619](https://github.com/graphprotocol/graph-tooling/pull/1619)
46+
[`fb18ecf`](https://github.com/graphprotocol/graph-tooling/commit/fb18ecf657f77ab6d7325e264c4a6c66d237201d)
47+
Thanks [@saihaj](https://github.com/saihaj)! - increase jayson client timeout
48+
49+
## 0.69.0
50+
51+
### Minor Changes
52+
53+
- [#1522](https://github.com/graphprotocol/graph-tooling/pull/1522)
54+
[`d132f9c`](https://github.com/graphprotocol/graph-tooling/commit/d132f9c9f6ea5283e40a8d913f3abefe5a8ad5f8)
55+
Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for handling GraphQL
56+
`Timestamp` scalar as `i64` (AssemblyScript)
57+
58+
- [#1610](https://github.com/graphprotocol/graph-tooling/pull/1610)
59+
[`fc03add`](https://github.com/graphprotocol/graph-tooling/commit/fc03add1a8510afa49110481b486c8fa56f8c19f)
60+
Thanks [@yehia67](https://github.com/yehia67)! - Generate `docker-compose.yml` with `graph init`
61+
command
62+
63+
## 0.68.5
64+
65+
### Patch Changes
66+
67+
- [`4525b0c`](https://github.com/graphprotocol/graph-tooling/commit/4525b0c3bbabe89561d5d908f23a8f5652f0df88)
68+
Thanks [@saihaj](https://github.com/saihaj)! - fix blast mainnet etherscan url
69+
70+
## 0.68.4
71+
72+
### Patch Changes
73+
74+
- [#1595](https://github.com/graphprotocol/graph-tooling/pull/1595)
75+
[`decff14`](https://github.com/graphprotocol/graph-tooling/commit/decff1435bdd3b4e459ffa83d881f23d26e2ee5f)
76+
Thanks [@saihaj](https://github.com/saihaj)! - improve error handling for `graph deploy`
77+
78+
## 0.68.3
79+
80+
### Patch Changes
81+
82+
- [#1593](https://github.com/graphprotocol/graph-tooling/pull/1593)
83+
[`5f78825`](https://github.com/graphprotocol/graph-tooling/commit/5f788250bbd50406b59b75cc82fee4b197b88e18)
84+
Thanks [@saihaj](https://github.com/saihaj)! - increase jayson client timeout
85+
86+
## 0.68.2
87+
88+
### Patch Changes
89+
90+
- [`5d39c18`](https://github.com/graphprotocol/graph-tooling/commit/5d39c180c3825bc4e7b869dc4ae10ebb4ac91f76)
91+
Thanks [@saihaj](https://github.com/saihaj)! - fix base sepolia url
92+
93+
## 0.68.1
94+
95+
### Patch Changes
96+
97+
- [#1589](https://github.com/graphprotocol/graph-tooling/pull/1589)
98+
[`7f0e8ab`](https://github.com/graphprotocol/graph-tooling/commit/7f0e8ab70bcd2279b54a040031de2795e7346b1a)
99+
Thanks [@saihaj](https://github.com/saihaj)! - fix optimism sepolia url
100+
101+
## 0.68.0
102+
103+
### Minor Changes
104+
105+
- [#1548](https://github.com/graphprotocol/graph-tooling/pull/1548)
106+
[`b3f6a99`](https://github.com/graphprotocol/graph-tooling/commit/b3f6a9979bcac9610807f19d41fc0548a5342828)
107+
Thanks [@lutter](https://github.com/lutter)! - Make validations more lenient to allow aggregations
108+
and Int8 ids
109+
110+
## 0.67.4
111+
112+
### Patch Changes
113+
114+
- [`f49aab9`](https://github.com/graphprotocol/graph-tooling/commit/f49aab98d643ba6d8c3708772bed8318825effed)
115+
Thanks [@saihaj](https://github.com/saihaj)! - fix blast testnet etherscan and RPC URL
116+
117+
## 0.67.3
118+
119+
### Patch Changes
120+
121+
- [#1579](https://github.com/graphprotocol/graph-tooling/pull/1579)
122+
[`bc61adb`](https://github.com/graphprotocol/graph-tooling/commit/bc61adb8ae4f6ba8b467e98ed390a96029b702d8)
123+
Thanks [@saihaj](https://github.com/saihaj)! - fix line and linea-goerli API URLs
124+
125+
## 0.67.2
126+
127+
### Patch Changes
128+
129+
- [#1571](https://github.com/graphprotocol/graph-tooling/pull/1571)
130+
[`76279ab`](https://github.com/graphprotocol/graph-tooling/commit/76279ab7afda5280a202818d64668c9e0873bb91)
131+
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
132+
133+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/gluegun/v/5.1.6) (from
134+
`5.1.2`, in `dependencies`)
135+
136+
- [#1572](https://github.com/graphprotocol/graph-tooling/pull/1572)
137+
[`d5ca0a6`](https://github.com/graphprotocol/graph-tooling/commit/d5ca0a61cb17fc17cbf18dbf0faf33cee5250a24)
138+
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
139+
- Removed dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/request/v/2.88.2) (from
140+
`dependencies`)
141+
142+
## 0.67.1
143+
144+
### Patch Changes
145+
146+
- [#1568](https://github.com/graphprotocol/graph-tooling/pull/1568)
147+
[`efa9444`](https://github.com/graphprotocol/graph-tooling/commit/efa94446d97b4137e942e3b9c138d83b2b8cf561)
148+
Thanks [@saihaj](https://github.com/saihaj)! - add zk sync sepolia RPC url
149+
150+
## 0.67.0
151+
152+
### Minor Changes
153+
154+
- [#1409](https://github.com/graphprotocol/graph-tooling/pull/1409)
155+
[`e15e036`](https://github.com/graphprotocol/graph-tooling/commit/e15e0361c38348f2ca20a89ab7a49ed2235922e7)
156+
Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for endBlock in subgraph
157+
manifest
158+
159+
### Patch Changes
160+
161+
- [#1566](https://github.com/graphprotocol/graph-tooling/pull/1566)
162+
[`82bca91`](https://github.com/graphprotocol/graph-tooling/commit/82bca91aa0ca12af087f470b4637b92c3ee486c2)
163+
Thanks [@saihaj](https://github.com/saihaj)! - fix zksync-era-sepolia etherscan url
164+
165+
## 0.66.0
166+
167+
### Minor Changes
168+
169+
- [#1561](https://github.com/graphprotocol/graph-tooling/pull/1561)
170+
[`39d5dbf`](https://github.com/graphprotocol/graph-tooling/commit/39d5dbf091222921044f1044b7a94935fda46236)
171+
Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for indexerHints in manifest
172+
173+
## 0.65.0
174+
175+
### Minor Changes
176+
177+
- [#1557](https://github.com/graphprotocol/graph-tooling/pull/1557)
178+
[`e84f233`](https://github.com/graphprotocol/graph-tooling/commit/e84f233ee156863136b120a79a91ec692a6f5677)
179+
Thanks [@saihaj](https://github.com/saihaj)! - fetch supported networks from API
180+
181+
## 0.64.1
182+
183+
### Patch Changes
184+
185+
- [#1536](https://github.com/graphprotocol/graph-tooling/pull/1536)
186+
[`fbce626`](https://github.com/graphprotocol/graph-tooling/commit/fbce626ddd9206f9887576b1a023d9b98914e6a9)
187+
Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
188+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.0.3) (from
189+
`1.19.1`, in `dependencies`)
190+
3191
## 0.64.0
4192

5193
### Minor Changes

0 commit comments

Comments
 (0)