File tree Expand file tree Collapse file tree 6 files changed +14991
-11018
lines changed Expand file tree Collapse file tree 6 files changed +14991
-11018
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ The Graph Network's testnet is on Arbitrum Sepolia (eip155:421614). Sepolia netw
7
7
| Component | Release |
8
8
| ------------------ | ------------------------------------------------------------------------------------ |
9
9
| contracts | [ 5.3.3] ( https://github.com/graphprotocol/contracts/releases/tag/v5.3.3 ) |
10
- | indexer-agent | [ 0.22 .0] ( https://github.com/graphprotocol/indexer/releases/tag/v0.22 .0 ) |
11
- | indexer-cli | [ 0.22 .0] ( https://github.com/graphprotocol/indexer/releases/tag/v0.22 .0 ) |
10
+ | indexer-agent | [ 0.23 .0] ( https://github.com/graphprotocol/indexer/releases/tag/v0.23 .0 ) |
11
+ | indexer-cli | [ 0.23 .0] ( https://github.com/graphprotocol/indexer/releases/tag/v0.23 .0 ) |
12
12
| indexer-service-rs | [ 1.0.0] ( https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0 ) |
13
13
| tap-agent | [ 1.0.0] ( https://github.com/graphprotocol/indexer-rs/releases/tag/v1.0.0 ) |
14
14
| graph-node | [ 0.35.1] ( https://github.com/graphprotocol/graph-node/releases/tag/v0.35.1 ) |
Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 0.22 .0"
7
+ "version" : " 0.23 .0"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-agent" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " Indexer agent" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
10
10
],
11
11
"repository" : " https://github.com/graphprotocol/indexer" ,
12
12
"author" : " Graph Protocol" ,
13
- "private" : false ,
14
13
"scripts" : {
15
14
"format" : " prettier --write 'src/**/*.ts'" ,
16
15
"lint" : " eslint . --ext .ts,.tsx --fix" ,
30
29
},
31
30
"dependencies" : {
32
31
"@graphprotocol/common-ts" : " 2.0.11" ,
33
- "@graphprotocol/indexer-common" : " ^0.22 .0" ,
32
+ "@graphprotocol/indexer-common" : " ^0.23 .0" ,
34
33
"@thi.ng/heaps" : " ^1.3.1" ,
35
34
"axios" : " 0.26.1" ,
36
35
"bs58" : " 5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-cli" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " Indexer CLI for The Graph Network" ,
5
5
"main" : " ./dist/cli.js" ,
6
6
"files" : [
27
27
},
28
28
"dependencies" : {
29
29
"@graphprotocol/common-ts" : " 2.0.11" ,
30
- "@graphprotocol/indexer-common" : " ^0.22 .0" ,
30
+ "@graphprotocol/indexer-common" : " ^0.23 .0" ,
31
31
"@iarna/toml" : " 2.2.5" ,
32
32
"@thi.ng/iterators" : " 5.1.74" ,
33
33
"@urql/core" : " 3.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/indexer-common" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " Common library for Graph Protocol indexer components" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
22
22
"clean" : " rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo"
23
23
},
24
24
"dependencies" : {
25
- "@pinax/graph-networks-registry" : " 0.6.7" ,
26
25
"@graphprotocol/common-ts" : " 2.0.11" ,
26
+ "@pinax/graph-networks-registry" : " 0.6.7" ,
27
27
"@semiotic-labs/tap-contracts-bindings" : " ^1.2.1" ,
28
28
"@thi.ng/heaps" : " 1.2.38" ,
29
29
"@types/lodash.clonedeep" : " ^4.5.7" ,
You can’t perform that action at this time.
0 commit comments