Skip to content

Commit

Permalink
indexer-common, indexer-service: Update vector to latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Mar 29, 2021
1 parent 42cd55e commit fc48ce4
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 748 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "0.21.1",
"bs58": "4.0.1",
"ethers": "5.0.26",
"evt": "1.9.2",
"evt": "1.9.12",
"global": "4.4.0",
"graphql": "15.4.0",
"graphql-tag": "2.11.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:watch": "jest --runInBand --detectOpenHandles --watch --passWithNoTests --verbose"
},
"dependencies": {
"@connext/vector-types": "0.1.15-beta.3",
"@connext/vector-utils": "0.1.15-beta.3",
"@connext/vector-types": "0.2.0-beta.8",
"@connext/vector-utils": "0.2.0-beta.8",
"@graphprotocol/common-ts": "1.3.0",
"@graphprotocol/cost-model": "0.1.5",
"@types/cors": "2.8.8",
Expand All @@ -33,6 +33,7 @@
"cors": "2.8.5",
"eslint": "7.12.1",
"ethers": "5.0.26",
"evt": "1.9.12",
"express": "4.17.1",
"fastify": "3.13.0",
"graphql": "15.4.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/indexer-common/src/payments/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export async function createVectorClient(
[EngineEvents.CONDITIONAL_TRANSFER_CREATED]: {},
[EngineEvents.CONDITIONAL_TRANSFER_RESOLVED]: {},
[EngineEvents.DEPOSIT_RECONCILED]: {},
[EngineEvents.TRANSACTION_SUBMITTED]: {},
[EngineEvents.TRANSACTION_FAILED]: {},
[EngineEvents.TRANSACTION_MINED]: {},

// Mix in the event overrides
...options.eventServer?.evts,
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
},
"dependencies": {
"@connext/vector-utils": "0.1.15-beta.2",
"@connext/vector-utils": "0.2.0-beta.8",
"@graphprotocol/common-ts": "1.3.0",
"@graphprotocol/indexer-common": "^0.10.0",
"@thi.ng/cache": "1.0.59",
Expand All @@ -36,7 +36,7 @@
"cors": "2.8.5",
"cross-fetch": "3.0.4",
"ethers": "5.0.26",
"evt": "1.7.13",
"evt": "1.9.12",
"express": "4.17.1",
"express-graphql": "0.9.0",
"graphql": "15.4.0",
Expand All @@ -47,7 +47,7 @@
"morgan": "1.9.1",
"p-map": "4.0.0",
"p-queue": "6.4.0",
"p-retry": "^4.4.0",
"p-retry": "4.4.0",
"read-pkg": "5.2.0",
"yargs": "15.1.0"
},
Expand Down
Loading

0 comments on commit fc48ce4

Please sign in to comment.