Skip to content

Commit f1151a6

Browse files
committed
test: add integration tests
1 parent 18db52d commit f1151a6

File tree

26 files changed

+1855
-1508
lines changed

26 files changed

+1855
-1508
lines changed

tests/integration-tests/api-version-v0-0-4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"note": "Do not update the dependencies below - we want to make sure it's backward comaptible, so we are using an old CLI version on purpose.",
1212
"devDependencies": {
13-
"@graphprotocol/graph-cli": "0.69.0",
13+
"@graphprotocol/graph-cli": "0.96.0",
1414
"@graphprotocol/graph-ts": "0.34.0",
1515
"solc": "^0.8.2"
1616
},
@@ -23,4 +23,4 @@
2323
"gluegun": "^4.6.1",
2424
"truffle": "^5.2"
2525
}
26-
}
26+
}

tests/integration-tests/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/base-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},

tests/integration-tests/block-handlers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

tests/integration-tests/ethereum-api-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.36.0-alpha-20240422133139-8761ea3",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

tests/integration-tests/grafted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/grafted-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},

tests/integration-tests/grafted/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dataSources:
2626
features:
2727
- grafting
2828
graft:
29-
base: QmQpiC9bJGFssQfeZippfQ7rcTv7QA67X7jUejc8nV125F
29+
base: QmQACy9vxgcuUW5triWSifPrCW7TPKnHyqaSYhTWvSnVbb
3030
block: 2

tests/integration-tests/host-exports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/host-exports --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

tests/integration-tests/int8/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/int8 --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

tests/integration-tests/non-fatal-errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/non-fatal-errors --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

tests/integration-tests/overloaded-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy:test": "graph deploy test/overloaded-contract-functions --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-cli": "0.69.0",
12+
"@graphprotocol/graph-cli": "0.96.0",
1313
"@graphprotocol/graph-ts": "0.34.0",
1414
"solc": "^0.8.2"
1515
},
@@ -22,4 +22,4 @@
2222
"gluegun": "^4.6.1",
2323
"truffle": "^5.2"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)