Skip to content

Commit

Permalink
chore: update yarn (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops authored Jan 9, 2025
1 parent 7a655bc commit ed9490a
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 967 deletions.
34 changes: 18 additions & 16 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.1.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.4.1.cjs

supportedArchitectures:
os:
- 'darwin'
Expand Down
6 changes: 3 additions & 3 deletions charts/firehose-ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| firehoseComponentDefaults.lifecycle | Lifecycle hooks | object | `{}` |
| firehoseComponentDefaults.nodeSelector | Node selector configuration | object | `{}` |
| firehoseComponentDefaults.podDisruptionBudget | Pod Disruption Budget configuration | object | `{"enabled":false,"metadata":{"annotations":{},"labels":{}},"spec":null}` |
| firehoseComponentDefaults.podManagementPolicy | (StatefulSet only), scaling behavior: (OrderedReady | Parallel) | string | `"OrderedReady"` |
| firehoseComponentDefaults.podManagementPolicy | , scaling behavior: (OrderedReady | Parallel) | StatefulSet only | `"OrderedReady"` |
| firehoseComponentDefaults.podSecurityContext | Pod-wide security context | object | `{"fsGroup":"{{ .Pod.podSecurityContext.runAsUser }}","runAsGroup":"{{ .Pod.podSecurityContext.runAsUser }}","runAsNonRoot":true,"runAsUser":1000}` |
| 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"}}` |
| firehoseComponentDefaults.rbac | RBAC role and binding configuration | object | `{"bindingSpec":{"metadata":{"annotations":{},"labels":{}},"roleRef":{}},"enabled":"{{ .Pod.serviceAccount.enabled }}","roleSpec":{"metadata":{"annotations":{},"labels":{}}}}` |
Expand Down Expand Up @@ -265,10 +265,10 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| 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}}}` |
| 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}}` |
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.nodePort | nodePort to use, if left null a dynamic one will be atributed | optional | `nil` |
| 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 }}"` |
| 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 }}"` |
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-tcp.targetPort | default is to use the port's name | optional | `nil` |
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.nodePort | nodePort to use, if left null a dynamic one will be atributed | optional | `nil` |
| 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 }}"` |
| 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 }}"` |
| firehoseComponentDefaults.serviceP2P.spec.ports.p2p-udp.targetPort | default is to use the port's name | optional | `nil` |
| firehoseComponentDefaults.terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` |
| firehoseComponentDefaults.tolerations | Tolerations configuration | list | `[]` |
Expand Down
10 changes: 5 additions & 5 deletions charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| indexerAgent.terminationGracePeriodSeconds | Amount of time to wait before force-killing the process | int | `10` |
| indexerAgent.tolerations | | list | `[]` |
| 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}}` |
| 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"` |
| 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"` |
| 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"` |
| 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"` |
| indexerDefaults.config.indexer.indexer_address | (required) Ethereum address of your Indexer | string | `"your_indexer_address"` |
| 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"` |
| 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"` |
| indexerDefaults.config.graph_node.query_url | URL for your graph node query endpoint (probably a load balancer address) | required | `"your_graph_node_query_url"` |
| indexerDefaults.config.graph_node.status_url | URL for your graph node status endpoint (probably a load balancer address) | required | `"your_graph_node_status_endpoint"` |
| indexerDefaults.config.indexer.indexer_address | Ethereum address of your Indexer | required | `"your_indexer_address"` |
| indexerService.affinity | | object | `{}` |
| indexerService.affinityPresets.antiAffinityByHostname | Configure anti-affinity rules to prevent multiple instances on the same host | bool | `true` |
| indexerService.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-service-rs"` |
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "Apache 2",
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"git-cliff": "^2.5.0",
"husky": "^9.1.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"git-cliff": "^2.7.0",
"husky": "^9.1.7",
"q": "^1.5.1"
},
"scripts": {
"prepare": "husky",
"lint": "./scripts/lint.sh"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1",
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"type": "module"
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^19.5.0":
"@commitlint/cli@npm:^19.6.1":
version: 19.6.1
resolution: "@commitlint/cli@npm:19.6.1"
dependencies:
Expand All @@ -40,7 +40,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^19.5.0":
"@commitlint/config-conventional@npm:^19.6.0":
version: 19.6.0
resolution: "@commitlint/config-conventional@npm:19.6.0"
dependencies:
Expand Down Expand Up @@ -304,10 +304,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "charts@workspace:."
dependencies:
"@commitlint/cli": "npm:^19.5.0"
"@commitlint/config-conventional": "npm:^19.5.0"
git-cliff: "npm:^2.5.0"
husky: "npm:^9.1.5"
"@commitlint/cli": "npm:^19.6.1"
"@commitlint/config-conventional": "npm:^19.6.0"
git-cliff: "npm:^2.7.0"
husky: "npm:^9.1.7"
q: "npm:^1.5.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -493,9 +493,9 @@ __metadata:
linkType: hard

"fast-uri@npm:^3.0.1":
version: 3.0.3
resolution: "fast-uri@npm:3.0.3"
checksum: 10/92487c75848b03edc45517fca0148287d342c30818ce43d556391db774d8e01644fb6964315a3336eec5a90f301b218b21f71fb9b2528ba25757435a20392c95
version: 3.0.5
resolution: "fast-uri@npm:3.0.5"
checksum: 10/21bd8d523c32d16242a6037ae440ddc1905b6b045fdb971e8d8b6443a0ddde3fbce59ca3e6a4a79e5afadcbed79756cf9cb5f9f96a211e1b67c0255315ce12ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -566,7 +566,7 @@ __metadata:
languageName: node
linkType: hard

"git-cliff@npm:^2.5.0":
"git-cliff@npm:^2.7.0":
version: 2.7.0
resolution: "git-cliff@npm:2.7.0"
dependencies:
Expand Down Expand Up @@ -625,7 +625,7 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.1.5":
"husky@npm:^9.1.7":
version: 9.1.7
resolution: "husky@npm:9.1.7"
bin:
Expand Down

0 comments on commit ed9490a

Please sign in to comment.