-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
felt like working, might delete later
- Loading branch information
1 parent
b284d3d
commit b375012
Showing
10 changed files
with
61 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
{ | ||
"extends": "../../../tsconfig.json" | ||
"extends": "../../../tsconfig.json", | ||
"references": [ | ||
{ | ||
"path":"../../../relay" | ||
}], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,13 +55,13 @@ | |
"clean:normal": "yarn clean:jest && EXCL_NM='-e node_modules' yarn clean:untracked_artifacts", | ||
"clean:jest": "jest --clear-cache", | ||
"clean:untracked_artifacts": "git clean -fdx -e .env -e .direnv -e .yarn -e .vscode $EXCL_NM -- $(git rev-parse --show-toplevel)", | ||
"check:build": "cd beacon-light-client/solidity/ && yarn build:sol && cd ../../ && yarn tsc", | ||
"check:build": "cd beacon-light-client/solidity/ && yarn build:sol && cd ../../ && yarn tsc -b ./tsconfig.json", | ||
"format:check": "prettier --check . && alejandra --exclude ./.yarn --exclude ./node_modules --exclude ./yarn-project.nix --check .", | ||
"format:write": "prettier --write . && alejandra --exclude ./.yarn --exclude ./node_modules --exclude ./yarn-project.nix .", | ||
"test": "jest --verbose --silent -i", | ||
"test-emcc": "USE_EMCC=1 jest --verbose --silent", | ||
"ts": "yarn node --import tsx", | ||
"build-plonky-2": "tsc -p beacon-light-client/plonky2/input_fetchers/tsconfig.json" | ||
"build-plonky-2": "yarn tsc -b beacon-light-client/plonky2/input_fetchers/tsconfig.json" | ||
}, | ||
"dependencies": { | ||
"@chainsafe/bls": "^6.0.3", | ||
|
@@ -109,6 +109,9 @@ | |
"get-changed-validators": "dist/beacon-light-client/plonky2/validators_commitment_mapper_tree/get_changed_validators.js" | ||
}, | ||
"dependenciesMeta": { | ||
"@lodestar/[email protected]": { | ||
"unplugged": true | ||
}, | ||
"@openzeppelin/[email protected]": { | ||
"unplugged": true | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1598,6 +1598,7 @@ __metadata: | |
"@noble/bls12-381": "npm:^1.4.0" | ||
"@types/circomlibjs": "npm:^0" | ||
"@types/json-bigint": "npm:^1" | ||
"@types/node": "npm:^18.0.0" | ||
"@types/yargs": "npm:^17.0.32" | ||
chalk: "npm:^4.1.2" | ||
circom-pairing: "link:../../../vendor/circom-pairing/" | ||
|
@@ -1684,6 +1685,7 @@ __metadata: | |
r1csfile: "npm:^0.0.40" | ||
snarkjs: "https://github.com/metacraft-labs/snarkjs.git#commit=091ee9c3744c660b0ecd961f9197a8249a8f7d3b" | ||
ts-node: "npm:^10.9.1" | ||
tsconfig-paths: "npm:^4.2.0" | ||
typescript: "npm:5.2.2" | ||
web3: "npm:1.10.4" | ||
languageName: unknown | ||
|
@@ -5203,6 +5205,8 @@ __metadata: | |
winston: "npm:^3.10.0" | ||
yargs: "npm:^17.7.2" | ||
dependenciesMeta: | ||
"@lodestar/[email protected]": | ||
unplugged: true | ||
"@openzeppelin/[email protected]": | ||
unplugged: true | ||
[email protected]: | ||
|
@@ -10765,7 +10769,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"json5@npm:^2.1.1, json5@npm:^2.2.3": | ||
"json5@npm:^2.1.1, json5@npm:^2.2.2, json5@npm:^2.2.3": | ||
version: 2.2.3 | ||
resolution: "json5@npm:2.2.3" | ||
bin: | ||
|
@@ -14222,6 +14226,13 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"strip-bom@npm:^3.0.0": | ||
version: 3.0.0 | ||
resolution: "strip-bom@npm:3.0.0" | ||
checksum: 10/8d50ff27b7ebe5ecc78f1fe1e00fcdff7af014e73cf724b46fb81ef889eeb1015fc5184b64e81a2efe002180f3ba431bdd77e300da5c6685d702780fbf0c8d5b | ||
languageName: node | ||
linkType: hard | ||
|
||
"strip-bom@npm:^4.0.0": | ||
version: 4.0.0 | ||
resolution: "strip-bom@npm:4.0.0" | ||
|
@@ -14650,6 +14661,17 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"tsconfig-paths@npm:^4.2.0": | ||
version: 4.2.0 | ||
resolution: "tsconfig-paths@npm:4.2.0" | ||
dependencies: | ||
json5: "npm:^2.2.2" | ||
minimist: "npm:^1.2.6" | ||
strip-bom: "npm:^3.0.0" | ||
checksum: 10/5e55cc2fb6b800eb72011522e10edefccb45b1f9af055681a51354c9b597d1390c6fa9cc356b8c7529f195ac8a90a78190d563159f3a1eed10e01bbd4d01a8ab | ||
languageName: node | ||
linkType: hard | ||
|
||
"tslib@npm:2.6.2, tslib@npm:^2.0.0, tslib@npm:^2.2.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2": | ||
version: 2.6.2 | ||
resolution: "tslib@npm:2.6.2" | ||
|