Skip to content

Commit

Permalink
chore: bumped node and yarn, wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 4, 2024
1 parent 2fbcf9a commit 8b93306
Show file tree
Hide file tree
Showing 19 changed files with 51 additions and 1,973 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,5 @@ veascan-subgraph-inbox/generated/*
veascan-subgraph-inbox/build/*
validator-subgraph-inbox/generated/*
validator-subgraph-inbox/build/*

cache
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/plugins/@yarnpkg/plugin-stage.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

16 changes: 7 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-stage.cjs
spec: "@yarnpkg/plugin-stage"
enableTelemetry: 0

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
11 changes: 4 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"solidity",
"smart contracts"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -100,8 +100,5 @@
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pragma solidity 0.8.24;

import "../../arbitrumToGnosis/VeaOutboxArbToGnosis.sol";

/// @dev Vea Outbox From ArbitrumSepolia to Chiado.
/// @dev Vea Outbox From Arbitrum to Chiado.
/// Note: This contract is deployed on Chiado.
/// Note: This contract is permissioned for developer testing (devnet).
contract VeaOutboxArbToGnosisDevnet is VeaOutboxArbToGnosis {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pragma solidity 0.8.24;

import "../../gnosisToArbitrum/VeaOutboxGnosisToArb.sol";

/// @dev Vea Outbox From Chiado to ArbitrumSepolia.
/// Note: This contract is deployed on ArbitrumSepolia.
/// @dev Vea Outbox From Chiado to Arbitrum.
/// Note: This contract is deployed on Arbitrum.
/// Note: This contract is permissioned for developer testing (devnet).
contract VeaOutboxGnosisToArbDevnet is VeaOutboxGnosisToArb {
address public devnetOperator; // permissioned devnet operator
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"veascan-subgraph-inbox",
"veascan-subgraph-outbox"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
Expand Down
8 changes: 4 additions & 4 deletions relayer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-relayer-cli",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"scripts": {
"start-devnet-relayer": "npx ts-node ./src/devnetRelayExample.ts"
Expand Down
3 changes: 3 additions & 0 deletions relayer-subgraph-inbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
8 changes: 4 additions & 4 deletions relayer-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-relayer-subgraph-inbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"scripts": {
"codegen": "graph codegen",
Expand Down
8 changes: 4 additions & 4 deletions validator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-validator-cli",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"scripts": {
"start": "npx ts-node ./src/ArbToEth/watcher.ts",
Expand Down
3 changes: 3 additions & 0 deletions veascan-subgraph-inbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
8 changes: 4 additions & 4 deletions veascan-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/veascan-subgraph-inbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"scripts": {
"codegen": "graph codegen",
Expand Down
3 changes: 3 additions & 0 deletions veascan-subgraph-outbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
8 changes: 4 additions & 4 deletions veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/veascan-subgraph-outbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.19.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"scripts": {
"update:sepolia": "./scripts/update.sh sepolia sepolia ArbToEthDevnet",
Expand Down
6 changes: 3 additions & 3 deletions veascan-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"homepage": "https://github.com/kleros/vea#readme",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.0.2",
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.0.2"
},
"alias": {
"~": "./",
Expand Down

0 comments on commit 8b93306

Please sign in to comment.