@graphprotocol/graph-cli 0.70.0 → 0.71.0-alpha-20240419180731-51ea29d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.71.0-alpha-20240419180731-51ea29d
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1598](https://github.com/graphprotocol/graph-tooling/pull/1598)
8
+ [`51ea29d`](https://github.com/graphprotocol/graph-tooling/commit/51ea29d996240f74c87df5b3ca87ede317a5f12d)
9
+ Thanks [@incrypto32](https://github.com/incrypto32)! - Allow topic filters in event handlers
10
+
3
11
  ## 0.70.0
4
12
 
5
13
  ### Minor Changes
@@ -95,6 +95,9 @@ type CallHandler {
95
95
  type ContractEventHandler {
96
96
  event: String!
97
97
  topic0: String
98
+ topic1: [String]
99
+ topic2: [String]
100
+ topic3: [String]
98
101
  handler: String!
99
102
  receipt: Boolean
100
103
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.70.0",
2
+ "version": "0.71.0-alpha-20240419180731-51ea29d",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.70.0",
3
+ "version": "0.71.0-alpha-20240419180731-51ea29d",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {