Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent,service: improve exception handling #844

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v0.21.1
fordN committed Jan 11, 2024
commit e4c1cbef0649be1207ac170089d441d8be03ff79
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.21.0"
"version": "0.21.1"
}
4 changes: 2 additions & 2 deletions packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-agent",
"version": "0.21.0",
"version": "0.21.1",
"description": "Indexer agent",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.9",
"@graphprotocol/indexer-common": "^0.21.0",
"@graphprotocol/indexer-common": "^0.21.1",
"@thi.ng/heaps": "^1.3.1",
"@uniswap/sdk": "3.0.3",
"axios": "0.26.1",
4 changes: 2 additions & 2 deletions packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-cli",
"version": "0.21.0",
"version": "0.21.1",
"description": "Indexer CLI for The Graph Network",
"main": "./dist/cli.js",
"files": [
@@ -27,7 +27,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.9",
"@graphprotocol/indexer-common": "^0.21.0",
"@graphprotocol/indexer-common": "^0.21.1",
"@iarna/toml": "2.2.5",
"@thi.ng/iterators": "5.1.74",
"@urql/core": "2.4.4",
2 changes: 1 addition & 1 deletion packages/indexer-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-common",
"version": "0.21.0",
"version": "0.21.1",
"description": "Common library for Graph Protocol indexer components",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
2 changes: 1 addition & 1 deletion packages/indexer-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-native",
"version": "0.21.0",
"version": "0.21.1",
"description": "Performance sensitive indexer code",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
6 changes: 3 additions & 3 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-service",
"version": "0.21.0",
"version": "0.21.1",
"description": "Indexer service",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -33,8 +33,8 @@
"dependencies": {
"@google-cloud/profiler": "4.1.7",
"@graphprotocol/common-ts": "2.0.9",
"@graphprotocol/indexer-common": "^0.21.0",
"@graphprotocol/indexer-native": "^0.21.0",
"@graphprotocol/indexer-common": "^0.21.1",
"@graphprotocol/indexer-native": "^0.21.1",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/url-loader": "8.0.0",
"@graphql-tools/wrap": "10.0.1",