Skip to content

Commit 84d94cf

Browse files
renovate[bot]pinax-botYaroShkvorets
authored
fix(deps): update dependency @pinax/graph-networks-registry to ^0.7.0 (#2058)
* fix(deps): update dependency @pinax/graph-networks-registry to ^0.7.0 * chore(dependencies): updated changesets for modified dependencies * add latest local registry version * use named volume in docker tests instead of local dir --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pinax-bot <[email protected]> Co-authored-by: YaroShkvorets <[email protected]>
1 parent 3ac1c17 commit 84d94cf

File tree

12 files changed

+5216
-2193
lines changed

12 files changed

+5216
-2193
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/graph-cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@pinax/graph-networks-registry@^0.7.0` ↗︎](https://www.npmjs.com/package/@pinax/graph-networks-registry/v/0.7.0) (from `^0.6.5`, in `dependencies`)

examples/cosmos-block-filtering/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/cosmos-osmosis-token-swaps/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/cosmos-validator-delegations/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/cosmos-validator-rewards/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/ethereum-basic-event-handlers/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
hardhat:
43
build: ./hardhat
@@ -30,7 +29,7 @@ services:
3029
ports:
3130
- '5001:5001'
3231
volumes:
33-
- ./data/ipfs:/data/ipfs
32+
- ipfs-data:/data/ipfs
3433
postgres:
3534
image: postgres
3635
ports:
@@ -42,4 +41,8 @@ services:
4241
POSTGRES_DB: graph-node
4342
POSTGRES_INITDB_ARGS: '-E UTF8 --locale=C'
4443
volumes:
45-
- ./data/postgres:/var/lib/postgresql/data
44+
- postgres-data:/var/lib/postgresql/data
45+
46+
volumes:
47+
ipfs-data:
48+
postgres-data:

examples/ethereum-gravatar/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/near-blocks/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

examples/near-receipts/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
graph-node:
43
image: graphprotocol/graph-node:v0.32.0
@@ -25,7 +24,7 @@ services:
2524
ports:
2625
- '5001:5001'
2726
volumes:
28-
- ./data/ipfs:/data/ipfs
27+
- ipfs-data:/data/ipfs
2928
postgres:
3029
image: postgres
3130
ports:
@@ -36,4 +35,8 @@ services:
3635
POSTGRES_PASSWORD: let-me-in
3736
POSTGRES_DB: graph-node
3837
volumes:
39-
- ./data/postgres:/var/lib/postgresql/data
38+
- postgres-data:/var/lib/postgresql/data
39+
40+
volumes:
41+
ipfs-data:
42+
postgres-data:

0 commit comments

Comments
 (0)