@graphprotocol/graph-cli 0.26.1 → 0.27.2

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.
Files changed (37) hide show
  1. package/examples/basic-event-handlers/package.json +4 -4
  2. package/examples/basic-event-handlers/yarn.lock +8 -8
  3. package/package.json +27 -24
  4. package/src/commands/deploy.js +3 -1
  5. package/src/commands/init.js +2 -0
  6. package/src/commands/test.js +82 -59
  7. package/src/protocols/ethereum/codegen/abi.js +77 -2
  8. package/src/protocols/ethereum/manifest.graphql +92 -0
  9. package/src/protocols/index.js +17 -7
  10. package/src/protocols/near/manifest.graphql +57 -0
  11. package/src/subgraph.js +18 -13
  12. package/src/validation/manifest.js +12 -8
  13. package/tests/cli/init/ethereum/from-example/.gitattributes +1 -0
  14. package/tests/cli/init/ethereum/from-example/LICENSE +21 -0
  15. package/tests/cli/init/ethereum/from-example/README.md +3 -0
  16. package/tests/cli/init/ethereum/from-example/abis/Gravity.json +1 -0
  17. package/tests/cli/init/ethereum/from-example/bin/Counter.bin +1 -0
  18. package/tests/cli/init/ethereum/from-example/contracts/Gravity.sol +63 -0
  19. package/tests/cli/init/ethereum/from-example/contracts/Migrations.sol +23 -0
  20. package/tests/cli/init/ethereum/from-example/docker-compose.yml +39 -0
  21. package/tests/cli/init/ethereum/from-example/migrations/1_initial_migration.js +5 -0
  22. package/tests/cli/init/ethereum/from-example/migrations/2_deploy_contract.js +5 -0
  23. package/tests/cli/init/ethereum/from-example/migrations/3_create_gravatars.js +15 -0
  24. package/tests/cli/init/ethereum/from-example/networks.json +7 -0
  25. package/tests/cli/init/ethereum/from-example/package.json +23 -0
  26. package/tests/cli/init/ethereum/from-example/schema.graphql +6 -0
  27. package/tests/cli/init/ethereum/from-example/src/mapping.ts +22 -0
  28. package/tests/cli/init/ethereum/from-example/subgraph.yaml +27 -0
  29. package/tests/cli/init/ethereum/from-example/truffle.js +27 -0
  30. package/tests/cli/init/ethereum/from-example/yarn.lock +5977 -0
  31. package/tests/cli/validation/example-values-found.stderr +2 -2
  32. package/tests/cli/validation/invalid-manifest/subgraph.yaml +2 -1
  33. package/tests/cli/validation/invalid-manifest-cannot-infer-protocol/subgraph.yaml +12 -0
  34. package/tests/cli/validation/invalid-manifest-cannot-infer-protocol.stderr +5 -0
  35. package/tests/cli/validation/invalid-manifest.stderr +0 -3
  36. package/tests/cli/validation.test.js +8 -0
  37. package/manifest-schema.graphql +0 -122
@@ -13,10 +13,10 @@
13
13
  "apollo-fetch": "^0.7.0"
14
14
  },
15
15
  "dependencies": {
16
- "babel-polyfill": "^6.26.0",
17
- "babel-register": "^6.26.0",
18
- "truffle": "^5.0.4",
19
- "truffle-hdwallet-provider": "^1.0.4"
16
+ "babel-polyfill": "6.26.0",
17
+ "babel-register": "6.26.0",
18
+ "truffle": "5.0.12",
19
+ "truffle-hdwallet-provider": "1.0.6"
20
20
  },
21
21
  "resolutions": {
22
22
  "assemblyscript": "0.19.10"
@@ -112,18 +112,18 @@ babel-messages@^6.23.0:
112
112
  dependencies:
113
113
  babel-runtime "^6.22.0"
114
114
 
115
- babel-polyfill@^6.26.0:
115
+ babel-polyfill@6.26.0:
116
116
  version "6.26.0"
117
- resolved "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
117
+ resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
118
118
  integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=
119
119
  dependencies:
120
120
  babel-runtime "^6.26.0"
121
121
  core-js "^2.5.0"
122
122
  regenerator-runtime "^0.10.5"
123
123
 
124
- babel-register@^6.26.0:
124
+ babel-register@6.26.0, babel-register@^6.26.0:
125
125
  version "6.26.0"
126
- resolved "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
126
+ resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
127
127
  integrity sha1-btAhFz4vy0htestFxgCahW9kcHE=
128
128
  dependencies:
129
129
  babel-core "^6.26.0"
@@ -920,18 +920,18 @@ trim-right@^1.0.1:
920
920
  resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
921
921
  integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
922
922
 
923
- truffle-hdwallet-provider@^1.0.4:
923
+ truffle-hdwallet-provider@1.0.6:
924
924
  version "1.0.6"
925
- resolved "https://registry.npmjs.org/truffle-hdwallet-provider/-/truffle-hdwallet-provider-1.0.6.tgz#7cda437c9a25bda6bbc5f4ed018e932254ecc867"
925
+ resolved "https://registry.yarnpkg.com/truffle-hdwallet-provider/-/truffle-hdwallet-provider-1.0.6.tgz#7cda437c9a25bda6bbc5f4ed018e932254ecc867"
926
926
  integrity sha512-cYTG0t9XouLLEBLMjkfHe3s2JO9wrFFVeXEgpW5Ay+8S56isf3LkrAUh0ws9bcYCJ0l7jho9xkaNnakeDqq//Q==
927
927
  dependencies:
928
928
  any-promise "^1.3.0"
929
929
  bindings "^1.3.1"
930
930
  websocket "^1.0.28"
931
931
 
932
- truffle@^5.0.4:
932
+ truffle@5.0.12:
933
933
  version "5.0.12"
934
- resolved "https://registry.npmjs.org/truffle/-/truffle-5.0.12.tgz#05ab7d2561a3ee4fd5e026dcc4b91b8f3c6e3795"
934
+ resolved "https://registry.yarnpkg.com/truffle/-/truffle-5.0.12.tgz#05ab7d2561a3ee4fd5e026dcc4b91b8f3c6e3795"
935
935
  integrity sha512-dqnDmtTGNcnL29PHQwPE/CVmFFeGLuTFeb4TS3VY/vbASefu118IKXcadOWzkCPPwktv/njwylHSPhwoS00F2A==
936
936
  dependencies:
937
937
  app-module-path "^2.2.0"
package/package.json CHANGED
@@ -1,41 +1,44 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.26.1",
3
+ "version": "0.27.2",
4
+ "license": "(Apache-2.0 OR MIT)",
4
5
  "description": "CLI for building for and deploying to The Graph",
5
6
  "dependencies": {
6
7
  "assemblyscript": "0.19.10",
7
8
  "binary-install-raw": "0.0.13",
8
- "chalk": "^3.0.0",
9
- "chokidar": "^3.0.2",
10
- "debug": "^4.1.1",
11
- "docker-compose": "^0.23.2",
12
- "dockerode": "^2.5.8",
13
- "fs-extra": "^9.0.0",
14
- "glob": "^7.1.2",
9
+ "chalk": "3.0.0",
10
+ "chokidar": "3.5.1",
11
+ "debug": "4.1.1",
12
+ "docker-compose": "0.23.4",
13
+ "dockerode": "2.5.8",
14
+ "fs-extra": "9.0.0",
15
+ "glob": "7.1.6",
15
16
  "gluegun": "https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep",
16
- "graphql": "^15.5.0",
17
- "immutable": "^3.8.2",
18
- "ipfs-http-client": "^34.0.0",
19
- "jayson": "^3.0.2",
20
- "js-yaml": "^3.13.1",
21
- "node-fetch": "^2.3.0",
22
- "pkginfo": "^0.4.1",
23
- "prettier": "^1.13.5",
24
- "request": "^2.88.0",
17
+ "graphql": "15.5.0",
18
+ "immutable": "3.8.2",
19
+ "ipfs-http-client": "34.0.0",
20
+ "jayson": "3.2.0",
21
+ "js-yaml": "3.13.1",
22
+ "node-fetch": "2.6.0",
23
+ "pkginfo": "0.4.1",
24
+ "prettier": "1.19.1",
25
+ "request": "2.88.2",
25
26
  "semver": "7.3.5",
26
- "tmp-promise": "^3.0.2",
27
+ "sync-request": "6.1.0",
28
+ "tmp-promise": "3.0.2",
29
+ "web3-eth-abi": "1.7.0",
27
30
  "which": "2.0.2",
28
- "yaml": "^1.5.1"
31
+ "yaml": "1.9.2"
29
32
  },
30
33
  "bin": {
31
34
  "graph": "bin/graph"
32
35
  },
33
36
  "devDependencies": {
34
- "eslint": "^6.0.1",
35
- "jest": "^26.0.0",
36
- "spawn-command": "^0.0.2-1",
37
- "strip-ansi": "^6.0.0",
38
- "tern": "^0.24.0"
37
+ "eslint": "6.8.0",
38
+ "jest": "26.0.0",
39
+ "spawn-command": "0.0.2-1",
40
+ "strip-ansi": "6.0.0",
41
+ "tern": "0.24.3"
39
42
  },
40
43
  "scripts": {
41
44
  "test": "jest --verbose",
@@ -30,6 +30,7 @@ Options:
30
30
  -l --version-label <label> Version label used for the deployment
31
31
  -h, --help Show usage information
32
32
  -i, --ipfs <node> Upload build results to an IPFS node (default: ${DEFAULT_IPFS_URL})
33
+ --debug-fork ID of a remote subgraph whose store will be GraphQL queried
33
34
  -o, --output-dir <path> Output directory for build results (default: build/)
34
35
  --skip-migrations Skip subgraph migrations (default: false)
35
36
  -w, --watch Regenerate types when subgraph files change (default: false)
@@ -96,6 +97,7 @@ module.exports = {
96
97
  skipMigrations,
97
98
  w,
98
99
  watch,
100
+ debugFork,
99
101
  } = toolbox.parameters.options
100
102
 
101
103
  // Support both long and short option variants
@@ -264,7 +266,7 @@ module.exports = {
264
266
  // `Failed to deploy to Graph node ${requestUrl}`,
265
267
  client.request(
266
268
  'subgraph_deploy',
267
- { name: subgraphName, ipfs_hash: ipfsHash, version_label: versionLabel },
269
+ { name: subgraphName, ipfs_hash: ipfsHash, version_label: versionLabel, debug_fork: debugFork },
268
270
  async (requestError, jsonRpcError, res) => {
269
271
  if (jsonRpcError) {
270
272
  spinner.fail(
@@ -283,6 +283,8 @@ const getEtherscanLikeAPIUrl = (network) => {
283
283
  case "bsc": return `https://api.bscscan.com/api`;
284
284
  case "matic": return `https://api.polygonscan.com/api`;
285
285
  case "mumbai": return `https://api-testnet.polygonscan.com/api`;
286
+ case "aurora": return `https://api.aurorascan.dev/api`;
287
+ case "aurora-testnet": return `https://api-testnet.aurorascan.dev/api`;
286
288
  default: return `https://api-${network}.etherscan.io/api`;
287
289
  }
288
290
  }
@@ -2,8 +2,9 @@ const { Binary } = require('binary-install-raw')
2
2
  const os = require('os')
3
3
  const chalk = require('chalk')
4
4
  const fetch = require('node-fetch')
5
- const { filesystem, print } = require('gluegun')
5
+ const { filesystem, patching, print, system } = require('gluegun')
6
6
  const { fixParameters } = require('../command-helpers/gluegun')
7
+ const path = require('path')
7
8
  const semver = require('semver')
8
9
  const { spawn, exec } = require('child_process')
9
10
  const yaml = require('js-yaml')
@@ -102,7 +103,7 @@ async function runBinary(datasource, opts) {
102
103
  let latestVersion = opts.get("latestVersion")
103
104
  let recompileOpt = opts.get("recompile")
104
105
 
105
- const platform = getPlatform(logsOpt)
106
+ const platform = await getPlatform(logsOpt)
106
107
 
107
108
  const url = `https://github.com/LimeChain/matchstick/releases/download/${versionOpt || latestVersion}/${platform}`
108
109
 
@@ -120,19 +121,21 @@ async function runBinary(datasource, opts) {
120
121
  args.length > 0 ? binary.run(...args) : binary.run()
121
122
  }
122
123
 
123
- function getPlatform(logsOpt) {
124
+ async function getPlatform(logsOpt) {
124
125
  const type = os.type()
125
126
  const arch = os.arch()
126
- const release = os.release()
127
127
  const cpuCore = os.cpus()[0]
128
- const majorVersion = semver.major(release)
129
- const isM1 = cpuCore.model.includes("Apple M1")
128
+ const isM1 = (arch === 'arm64' && /Apple (M1|processor)/.test(cpuCore.model))
129
+ const linuxInfo = type === 'Linux' ? await getLinuxInfo() : new Map()
130
+ const linuxDistro = linuxInfo.get('name')
131
+ const release = linuxInfo.get('version') || os.release()
132
+ const majorVersion = parseInt(linuxInfo.get('version'), 10) || semver.major(release)
130
133
 
131
134
  if (logsOpt) {
132
- print.info(`OS type: ${type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
135
+ print.info(`OS type: ${linuxDistro || type}\nOS arch: ${arch}\nOS release: ${release}\nOS major version: ${majorVersion}\nCPU model: ${cpuCore.model}`)
133
136
  }
134
137
 
135
- if (arch === 'x64' || (arch === 'arm64' && isM1)) {
138
+ if (arch === 'x64' || isM1) {
136
139
  if (type === 'Darwin') {
137
140
  if (majorVersion === 19) {
138
141
  return 'binary-macos-10.15'
@@ -145,8 +148,9 @@ function getPlatform(logsOpt) {
145
148
  } else if (type === 'Linux') {
146
149
  if (majorVersion === 18) {
147
150
  return 'binary-linux-18'
151
+ } else {
152
+ return 'binary-linux-20'
148
153
  }
149
- return 'binary-linux-20'
150
154
  } else if (type === 'Windows_NT') {
151
155
  return 'binary-windows'
152
156
  }
@@ -155,6 +159,23 @@ function getPlatform(logsOpt) {
155
159
  throw new Error(`Unsupported platform: ${type} ${arch} ${majorVersion}`)
156
160
  }
157
161
 
162
+ async function getLinuxInfo() {
163
+ try {
164
+ let result = await system.run("cat /etc/*-release | grep -E '(^VERSION|^NAME)='", {trim: true})
165
+ let infoArray = result.replace(/['"]+/g, '').split('\n').map(p => p.split('='))
166
+ let infoMap = new Map();
167
+
168
+ infoArray.forEach((val) => {
169
+ infoMap.set(val[0].toLowerCase(), val[1])
170
+ });
171
+
172
+ return infoMap
173
+ } catch (error) {
174
+ print.error(`Error fetching the Linux version:\n ${error}`)
175
+ process.exit(1)
176
+ }
177
+ }
178
+
158
179
  async function runDocker(datasource, opts) {
159
180
  let coverageOpt = opts.get("coverage")
160
181
  let forceOpt = opts.get("force")
@@ -169,27 +190,34 @@ async function runDocker(datasource, opts) {
169
190
  // Get current working directory
170
191
  let current_folder = await filesystem.cwd()
171
192
 
172
- // Build the Dockerfile location. Defaults to ./tests/.docker if
173
- // a custom testsFolder is not declared in the subgraph.yaml
174
- let dockerDir = ""
193
+ // Declate dockerfilePath with default location
194
+ let dockerfilePath = "./tests/.docker/Dockerfile"
175
195
 
176
- try {
177
- let doc = await yaml.load(filesystem.read('subgraph.yaml', 'utf8'))
178
- testsFolder = doc.testsFolder || './tests'
179
- dockerDir = testsFolder.endsWith('/') ? testsFolder + '.docker' : testsFolder + '/.docker'
180
- } catch (error) {
181
- print.error(error.message)
182
- return
196
+ // Check if matchstick.yaml config exists
197
+ if(filesystem.exists('matchstick.yaml')) {
198
+ try {
199
+ // Load the config
200
+ let config = await yaml.load(filesystem.read('matchstick.yaml', 'utf8'))
201
+
202
+ // Check if matchstick.yaml is not empty
203
+ if(config != null) {
204
+ // If a custom tests folder is declared update dockerfilePath
205
+ dockerfilePath = path.join(config.testsFolder || 'tests', '.docker/Dockerfile')
206
+ }
207
+ } catch (error) {
208
+ print.info('A problem occurred while reading matchstick.yaml. Please attend to the errors below:')
209
+ print.error(error.message)
210
+ process.exit(1)
211
+ }
183
212
  }
184
213
 
185
- // Create the Dockerfile
186
- try {
187
- await filesystem.write(`${dockerDir}/Dockerfile`, dockerfile(versionOpt, latestVersion))
188
- print.info('Successfully generated Dockerfile.')
189
- } catch (error) {
190
- print.info('A problem occurred while generating the Dockerfile. Please attend to the errors below:')
191
- print.error(error.message)
192
- return
214
+ // Check if the Dockerfil already exists
215
+ let dockerfileExists = filesystem.exists(dockerfilePath)
216
+
217
+ // Generate the Dockerfile only if it doesn't exists,
218
+ // version flag and/or force flag is passed.
219
+ if(!dockerfileExists || versionOpt || forceOpt) {
220
+ await dockerfile(dockerfilePath, versionOpt, latestVersion)
193
221
  }
194
222
 
195
223
  // Run a command to check if matchstick image already exists
@@ -212,10 +240,10 @@ async function runDocker(datasource, opts) {
212
240
 
213
241
  // If a matchstick image does not exists, the command returns an empty string,
214
242
  // else it'll return the image ID. Skip `docker build` if an image already exists
215
- // If `-v/--version` is specified, delete current image(if any) and rebuild.
243
+ // Delete current image(if any) and rebuild.
216
244
  // Use spawn() and {stdio: 'inherit'} so we can see the logs in real time.
217
- if(stdout === '' || versionOpt || forceOpt) {
218
- if ((stdout !== '' && versionOpt) || forceOpt) {
245
+ if(!dockerfileExists || stdout === '' || versionOpt || forceOpt) {
246
+ if (stdout !== '') {
219
247
  exec('docker image rm matchstick', (error, stdout, stderr) => {
220
248
  print.info(chalk.bold(`Removing matchstick image\n${stdout}`))
221
249
  })
@@ -224,7 +252,7 @@ async function runDocker(datasource, opts) {
224
252
  // run a container from that image.
225
253
  spawn(
226
254
  'docker',
227
- ['build', '--no-cache', '-f', `${dockerDir}/Dockerfile`, '-t', 'matchstick', '.'],
255
+ ['build', '-f', dockerfilePath, '-t', 'matchstick', '.'],
228
256
  { stdio: 'inherit' }
229
257
  ).on('close', code => {
230
258
  if (code === 0) {
@@ -239,37 +267,32 @@ async function runDocker(datasource, opts) {
239
267
  })
240
268
  }
241
269
 
242
- // TODO: Move these in separate file (in a function maybe)
243
- function dockerfile(versionOpt, latestVersion) {
244
- return `
245
- FROM ubuntu:20.04
246
- ENV ARGS=""
247
-
248
- # Install necessary packages
249
- RUN apt update
250
- RUN apt install -y nodejs
251
- RUN apt install -y npm
252
- RUN apt install -y git
253
- RUN apt install -y postgresql
254
- RUN apt install -y curl
255
- RUN apt install -y cmake
256
- RUN npm install -g @graphprotocol/graph-cli
270
+ // Downloads Dockerfile template from the demo-subgraph repo
271
+ // Replaces the placeholders with their respective values
272
+ async function dockerfile(dockerfilePath, versionOpt, latestVersion) {
273
+ let spinner = print.spin("Generating Dockerfile...")
257
274
 
258
- # Download the latest linux binary
259
- RUN curl -OL https://github.com/LimeChain/matchstick/releases/download/${versionOpt || latestVersion}/binary-linux-20
260
-
261
- # Make it executable
262
- RUN chmod a+x binary-linux-20
275
+ try {
276
+ // Fetch the Dockerfile template content from the demo-subgraph repo
277
+ let content = await fetch('https://raw.githubusercontent.com/LimeChain/demo-subgraph/main/Dockerfile')
278
+ .then((response) => {
279
+ if (response.ok) {
280
+ return response.text()
281
+ } else {
282
+ throw new Error(`Status Code: ${response.status}, with error: ${response.statusText}`);
283
+ }
284
+ })
263
285
 
264
- # Create a matchstick dir where the host will be copied
265
- RUN mkdir matchstick
266
- WORKDIR matchstick
286
+ // Write the Dockerfile
287
+ await filesystem.write(dockerfilePath, content)
267
288
 
268
- # Copy host to /matchstick
269
- COPY ../ .
289
+ // Replaces the version placeholders
290
+ await patching.replace(dockerfilePath, '<MATCHSTICK_VERSION>', versionOpt || latestVersion)
270
291
 
271
- RUN graph codegen
272
- RUN graph build
292
+ } catch (error) {
293
+ spinner.fail(`A problem occurred while generating the Dockerfile. Please attend to the errors below:\n ${error.message}`)
294
+ process.exit(1)
295
+ }
273
296
 
274
- CMD ../binary-linux-20 \${ARGS}`
297
+ spinner.succeed('Successfully generated Dockerfile.')
275
298
  }
@@ -1,16 +1,22 @@
1
1
  const immutable = require('immutable')
2
+ const fs = require('fs')
3
+ const yaml = require('yaml')
4
+ const request = require('sync-request')
5
+ const Web3EthAbi = require('web3-eth-abi');
2
6
 
3
7
  const tsCodegen = require('../../../codegen/typescript')
4
8
  const typesCodegen = require('../../../codegen/types')
5
9
  const util = require('../../../codegen/util')
6
10
 
11
+ const doFixtureCodegen = fs.existsSync('./fixtures.yaml');
12
+
7
13
  module.exports = class AbiCodeGenerator {
8
14
  constructor(abi) {
9
15
  this.abi = abi
10
16
  }
11
17
 
12
18
  generateModuleImports() {
13
- return [
19
+ let imports = [
14
20
  tsCodegen.moduleImports(
15
21
  [
16
22
  // Ethereum integration
@@ -27,8 +33,21 @@ module.exports = class AbiCodeGenerator {
27
33
  'BigInt',
28
34
  ],
29
35
  '@graphprotocol/graph-ts',
30
- ),
36
+ )
31
37
  ]
38
+
39
+ if (doFixtureCodegen) {
40
+ imports.push(
41
+ tsCodegen.moduleImports(
42
+ [
43
+ 'newMockEvent',
44
+ ],
45
+ 'matchstick-as/assembly/index',
46
+ )
47
+ )
48
+ }
49
+
50
+ return imports
32
51
  }
33
52
 
34
53
  generateTypes() {
@@ -182,6 +201,7 @@ module.exports = class AbiCodeGenerator {
182
201
  setName: (input, name) => input.set('name', name),
183
202
  })
184
203
 
204
+ let namesAndTypes = []
185
205
  inputs.forEach((input, index) => {
186
206
  // Generate getters and classes for event params
187
207
  let paramObject = this._generateInputOrOutput(
@@ -192,6 +212,16 @@ module.exports = class AbiCodeGenerator {
192
212
  `parameters`,
193
213
  )
194
214
  paramsClass.addMethod(paramObject.getter)
215
+
216
+ // Fixture generation
217
+ if (doFixtureCodegen) {
218
+ let ethType = typesCodegen.ethereumTypeForAsc(paramObject.getter.returnType)
219
+ if (typeof ethType === typeof {} && (ethType.test("int256") || ethType.test("uint256"))) {
220
+ ethType = "int32"
221
+ }
222
+ namesAndTypes.push({name: paramObject.getter.name.slice(4), type: ethType})
223
+ }
224
+
195
225
  tupleClasses.push(...paramObject.classes)
196
226
  })
197
227
 
@@ -208,6 +238,51 @@ module.exports = class AbiCodeGenerator {
208
238
  `return new ${paramsClassName}(this)`,
209
239
  ),
210
240
  )
241
+
242
+ // Fixture generation
243
+ if (doFixtureCodegen) {
244
+ const args = yaml.parse(fs.readFileSync('./fixtures.yaml', 'utf8'))
245
+ const blockNumber = args['blockNumber']
246
+ const contractAddr = args['contractAddr']
247
+ const topic0 = args['topic0']
248
+ const apiKey = args['apiKey']
249
+ const url = `https://api.etherscan.io/api?module=logs&action=getLogs&fromBlock=${blockNumber}&toBlock=${blockNumber}&address=${contractAddr}&${topic0}=topic0&apikey=${apiKey}`;
250
+
251
+ let resp = request("GET", url)
252
+ let body = JSON.parse(resp.getBody("utf8"))
253
+ if (body.status === '0') {
254
+ throw new Error(body.result)
255
+ }
256
+
257
+ let res = Web3EthAbi.decodeLog(
258
+ namesAndTypes,
259
+ body.result[0].data,
260
+ []
261
+ );
262
+
263
+ let stmnts = ""
264
+ for (let i = 0; i < namesAndTypes.length; i++) {
265
+ let code = '"' + res[i] + '"'
266
+ if (namesAndTypes[i].type.toString() == "address") {
267
+ code = `Address.fromString(${code})`
268
+ }
269
+ stmnts = stmnts.concat(`event.parameters.push(new ethereum.EventParam(\"${namesAndTypes[i].name}\", ${typesCodegen.ethereumFromAsc(code, namesAndTypes[i].type)}));`, `\n`)
270
+ }
271
+
272
+ klass.addMethod(
273
+ tsCodegen.staticMethod(
274
+ `mock${eventClassName}`,
275
+ [],
276
+ tsCodegen.namedType(eventClassName),
277
+ `
278
+ let event = changetype<${eventClassName}>(newMockEvent());
279
+ ${stmnts}
280
+ return event;
281
+ `,
282
+ )
283
+ )
284
+ }
285
+
211
286
  return [klass, paramsClass, ...tupleClasses]
212
287
  })
213
288
 
@@ -0,0 +1,92 @@
1
+ # Each referenced type's in any of the types below must be listed
2
+ # here either as `scalar` or `type` for the validation code to work
3
+ # properly.
4
+ #
5
+ # That's why `String` is listed as a scalar even though it's built-in
6
+ # GraphQL basic types.
7
+ scalar String
8
+ scalar File
9
+ scalar BigInt
10
+
11
+ type SubgraphManifest {
12
+ specVersion: String!
13
+ features: [String!]
14
+ schema: Schema!
15
+ description: String
16
+ repository: String
17
+ graft: Graft
18
+ dataSources: [DataSource!]!
19
+ templates: [DataSourceTemplate!]
20
+ }
21
+
22
+ type Schema {
23
+ file: File!
24
+ }
25
+
26
+ type DataSource {
27
+ kind: String!
28
+ name: String!
29
+ network: String
30
+ source: ContractSource!
31
+ mapping: ContractMapping!
32
+ }
33
+
34
+ type ContractSource {
35
+ address: String
36
+ abi: String!
37
+ startBlock: BigInt
38
+ }
39
+
40
+ type ContractMapping {
41
+ kind: String
42
+ apiVersion: String!
43
+ language: String!
44
+ file: File!
45
+ entities: [String!]!
46
+ abis: [ContractAbi!]!
47
+ blockHandlers: [BlockHandler!]
48
+ callHandlers: [CallHandler!]
49
+ eventHandlers: [ContractEventHandler!]
50
+ }
51
+
52
+ type ContractAbi {
53
+ name: String!
54
+ file: File!
55
+ }
56
+
57
+ type BlockHandler {
58
+ handler: String!
59
+ filter: BlockFilter
60
+ }
61
+
62
+ type BlockFilter {
63
+ kind: String!
64
+ }
65
+
66
+ type CallHandler {
67
+ function: String!
68
+ handler: String!
69
+ }
70
+
71
+ type ContractEventHandler {
72
+ event: String!
73
+ topic0: String
74
+ handler: String!
75
+ }
76
+
77
+ type Graft {
78
+ base: String!
79
+ block: BigInt!
80
+ }
81
+
82
+ type DataSourceTemplate {
83
+ kind: String!
84
+ name: String!
85
+ network: String
86
+ source: ContractSourceTemplate!
87
+ mapping: ContractMapping!
88
+ }
89
+
90
+ type ContractSourceTemplate {
91
+ abi: String!
92
+ }
@@ -60,10 +60,7 @@ module.exports = class Protocol {
60
60
  'aurora',
61
61
  'aurora-testnet',
62
62
  ],
63
- near: [
64
- 'near-mainnet',
65
- 'near-testnet'
66
- ],
63
+ near: ['near-mainnet', 'near-testnet'],
67
64
  })
68
65
  }
69
66
 
@@ -108,6 +105,15 @@ module.exports = class Protocol {
108
105
  }
109
106
  }
110
107
 
108
+ hasTemplates() {
109
+ switch (this.name) {
110
+ case 'ethereum':
111
+ return true
112
+ case 'near':
113
+ return false
114
+ }
115
+ }
116
+
111
117
  getTypeGenerator(options) {
112
118
  switch (this.name) {
113
119
  case 'ethereum':
@@ -118,13 +124,17 @@ module.exports = class Protocol {
118
124
  }
119
125
 
120
126
  getTemplateCodeGen(template) {
127
+ if (!this.hasTemplates()) {
128
+ throw new Error(
129
+ `Template data sources with kind '${this.name}' are not supported yet`,
130
+ )
131
+ }
132
+
121
133
  switch (this.name) {
122
134
  case 'ethereum':
123
135
  return new EthereumTemplateCodeGen(template)
124
136
  default:
125
- throw new Error(
126
- `Template data sources with kind '${this.name}' are not supported yet`,
127
- )
137
+ throw new Error(`Template data sources with kind '${this.name}' is unknown`)
128
138
  }
129
139
  }
130
140