Skip to content

Commit ed9490a

Browse files
chore: update yarn (#450)
1 parent 7a655bc commit ed9490a

File tree

9 files changed

+42
-967
lines changed

9 files changed

+42
-967
lines changed

.pnp.cjs

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/install-state.gz

2.66 KB
Binary file not shown.

.yarn/releases/yarn-4.4.1.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ enableGlobalCache: false
44

55
nodeLinker: pnp
66

7-
yarnPath: .yarn/releases/yarn-4.4.1.cjs
8-
97
supportedArchitectures:
108
os:
119
- 'darwin'

charts/firehose-ethereum/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
237237
| firehoseComponentDefaults.lifecycle | Lifecycle hooks | object | `{}` |
238238
| firehoseComponentDefaults.nodeSelector | Node selector configuration | object | `{}` |
239239
| firehoseComponentDefaults.podDisruptionBudget | Pod Disruption Budget configuration | object | `{"enabled":false,"metadata":{"annotations":{},"labels":{}},"spec":null}` |
240-
| firehoseComponentDefaults.podManagementPolicy | (StatefulSet only), scaling behavior: (OrderedReady | Parallel) | string | `"OrderedReady"` |
240+
| firehoseComponentDefaults.podManagementPolicy | , scaling behavior: (OrderedReady | Parallel) | StatefulSet only | `"OrderedReady"` |
241241
| firehoseComponentDefaults.podSecurityContext | Pod-wide security context | object | `{"fsGroup":"{{ .Pod.podSecurityContext.runAsUser }}","runAsGroup":"{{ .Pod.podSecurityContext.runAsUser }}","runAsNonRoot":true,"runAsUser":1000}` |
242242
| firehoseComponentDefaults.ports | Container level ports configuration | object | `{"fh-metrics":{"containerPort":"{{ with .Pod.fireeth.metrics }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"TCP"},"fh-pprof":{"containerPort":"{{ with .Pod.fireeth.pprof }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"TCP"}}` |
243243
| firehoseComponentDefaults.rbac | RBAC role and binding configuration | object | `{"bindingSpec":{"metadata":{"annotations":{},"labels":{}},"roleRef":{}},"enabled":"{{ .Pod.serviceAccount.enabled }}","roleSpec":{"metadata":{"annotations":{},"labels":{}}}}` |
@@ -265,10 +265,10 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
265265
| firehoseComponentDefaults.serviceP2P.spec | Any other key/values will be merged with the final Service resource `spec.ports` is a key-value map, with the port name as key, and the spec as value | object | `{"ports":{"p2p-tcp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"TCP","targetPort":null},"p2p-udp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"UDP","targetPort":null}}}` |
266266
| firehoseComponentDefaults.serviceP2P.spec.ports | Service ports configuration | object | `{"p2p-tcp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"TCP","targetPort":null},"p2p-udp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"UDP","targetPort":null}}` |
267267
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.nodePort | nodePort to use, if left null a dynamic one will be atributed | optional | `nil` |
268-
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.port | (mandatory) default is to use nodePort if specified, or 30303 | string | `"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}"` |
268+
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.port | default is to use nodePort if specified, or 30303 | mandatory | `"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}"` |
269269
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.targetPort | default is to use the port's name | optional | `nil` |
270270
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.nodePort | nodePort to use, if left null a dynamic one will be atributed | optional | `nil` |
271-
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.port | (mandatory) default is to use nodePort if specified, or 30303 | string | `"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}"` |
271+
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.port | default is to use nodePort if specified, or 30303 | mandatory | `"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}"` |
272272
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.targetPort | default is to use the port's name | optional | `nil` |
273273
| firehoseComponentDefaults.terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` |
274274
| firehoseComponentDefaults.tolerations | Tolerations configuration | list | `[]` |

charts/graph-network-indexer/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
123123
| indexerAgent.terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` |
124124
| indexerAgent.tolerations | | list | `[]` |
125125
| indexerDefaults | Value defaults that apply to both indexer-agent and indexer-service | object | `{"config":{"blockchain":{"chain_id":"valid_blockchain_chain_id","receipts_verifier_address":"valid_blockchain_receipts_verifier_address"},"graph_node":{"query_url":"your_graph_node_query_url","status_url":"your_graph_node_status_endpoint"},"indexer":{"indexer_address":"your_indexer_address"},"service":{"host_and_port":"0.0.0.0:7600"},"subgraphs.escrow":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH","syncing_interval_secs":60},"subgraphs.network":{"query_url":"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH","syncing_interval_secs":60},"tap.rav_request":{"trigger_value_divisor":100}},"env":{},"metrics":{"address":"0.0.0.0","enabled":true,"port":7300},"postgresConfig":{"database":"your_database","host":"localhost","port":5432}}` |
126-
| indexerDefaults.config."subgraphs.escrow".query_url | (required) Query URL for the Graph Escrow subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | string | `"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH"` |
127-
| indexerDefaults.config."subgraphs.network".query_url | (required) Query URL for the Graph Network subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | string | `"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH"` |
128-
| indexerDefaults.config.graph_node.query_url | (required) URL for your graph node query endpoint (probably a load balancer address) | string | `"your_graph_node_query_url"` |
129-
| indexerDefaults.config.graph_node.status_url | (required) URL for your graph node status endpoint (probably a load balancer address) | string | `"your_graph_node_status_endpoint"` |
130-
| indexerDefaults.config.indexer.indexer_address | (required) Ethereum address of your Indexer | string | `"your_indexer_address"` |
126+
| indexerDefaults.config."subgraphs.escrow".query_url | Query URL for the Graph Escrow subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | required | `"http://your-graph-node-query:8000/subgraphs/id/TAP_ESCROW_SUBGRAPH"` |
127+
| indexerDefaults.config."subgraphs.network".query_url | Query URL for the Graph Network subgraph. For optimal performance, it's recommended to locally index the subgraph. If locally indexed, use a combination of `deployment_id` and `query_url` pointing to your graph-node-query. If not locally indexed, use the gateway URL. | required | `"http://your-graph-node-query:8000/subgraphs/id/NETWORK_SUBGRAPH"` |
128+
| indexerDefaults.config.graph_node.query_url | URL for your graph node query endpoint (probably a load balancer address) | required | `"your_graph_node_query_url"` |
129+
| indexerDefaults.config.graph_node.status_url | URL for your graph node status endpoint (probably a load balancer address) | required | `"your_graph_node_status_endpoint"` |
130+
| indexerDefaults.config.indexer.indexer_address | Ethereum address of your Indexer | required | `"your_indexer_address"` |
131131
| indexerService.affinity | | object | `{}` |
132132
| indexerService.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple instances on the same host | bool | `true` |
133133
| indexerService.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-service-rs"` |

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "Apache 2",
66
"private": true,
77
"devDependencies": {
8-
"@commitlint/cli": "^19.5.0",
9-
"@commitlint/config-conventional": "^19.5.0",
10-
"git-cliff": "^2.5.0",
11-
"husky": "^9.1.5",
8+
"@commitlint/cli": "^19.6.1",
9+
"@commitlint/config-conventional": "^19.6.0",
10+
"git-cliff": "^2.7.0",
11+
"husky": "^9.1.7",
1212
"q": "^1.5.1"
1313
},
1414
"scripts": {
1515
"prepare": "husky",
1616
"lint": "./scripts/lint.sh"
1717
},
18-
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1",
18+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
1919
"type": "module"
2020
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ __metadata:
2323
languageName: node
2424
linkType: hard
2525

26-
"@commitlint/cli@npm:^19.5.0":
26+
"@commitlint/cli@npm:^19.6.1":
2727
version: 19.6.1
2828
resolution: "@commitlint/cli@npm:19.6.1"
2929
dependencies:
@@ -40,7 +40,7 @@ __metadata:
4040
languageName: node
4141
linkType: hard
4242

43-
"@commitlint/config-conventional@npm:^19.5.0":
43+
"@commitlint/config-conventional@npm:^19.6.0":
4444
version: 19.6.0
4545
resolution: "@commitlint/config-conventional@npm:19.6.0"
4646
dependencies:
@@ -304,10 +304,10 @@ __metadata:
304304
version: 0.0.0-use.local
305305
resolution: "charts@workspace:."
306306
dependencies:
307-
"@commitlint/cli": "npm:^19.5.0"
308-
"@commitlint/config-conventional": "npm:^19.5.0"
309-
git-cliff: "npm:^2.5.0"
310-
husky: "npm:^9.1.5"
307+
"@commitlint/cli": "npm:^19.6.1"
308+
"@commitlint/config-conventional": "npm:^19.6.0"
309+
git-cliff: "npm:^2.7.0"
310+
husky: "npm:^9.1.7"
311311
q: "npm:^1.5.1"
312312
languageName: unknown
313313
linkType: soft
@@ -493,9 +493,9 @@ __metadata:
493493
linkType: hard
494494

495495
"fast-uri@npm:^3.0.1":
496-
version: 3.0.3
497-
resolution: "fast-uri@npm:3.0.3"
498-
checksum: 10/92487c75848b03edc45517fca0148287d342c30818ce43d556391db774d8e01644fb6964315a3336eec5a90f301b218b21f71fb9b2528ba25757435a20392c95
496+
version: 3.0.5
497+
resolution: "fast-uri@npm:3.0.5"
498+
checksum: 10/21bd8d523c32d16242a6037ae440ddc1905b6b045fdb971e8d8b6443a0ddde3fbce59ca3e6a4a79e5afadcbed79756cf9cb5f9f96a211e1b67c0255315ce12ac
499499
languageName: node
500500
linkType: hard
501501

@@ -566,7 +566,7 @@ __metadata:
566566
languageName: node
567567
linkType: hard
568568

569-
"git-cliff@npm:^2.5.0":
569+
"git-cliff@npm:^2.7.0":
570570
version: 2.7.0
571571
resolution: "git-cliff@npm:2.7.0"
572572
dependencies:
@@ -625,7 +625,7 @@ __metadata:
625625
languageName: node
626626
linkType: hard
627627

628-
"husky@npm:^9.1.5":
628+
"husky@npm:^9.1.7":
629629
version: 9.1.7
630630
resolution: "husky@npm:9.1.7"
631631
bin:

0 commit comments

Comments
 (0)