Skip to content

Commit

Permalink
reset this
Browse files Browse the repository at this point in the history
  • Loading branch information
Xearty committed Dec 19, 2024
1 parent f985145 commit 6a03255
Show file tree
Hide file tree
Showing 33 changed files with 57 additions and 900 deletions.
6 changes: 2 additions & 4 deletions beacon-light-client/circom/test/run_snarkit2_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

DENDRETH_DIR=$(git rev-parse --show-toplevel)

# Check if --force_recompile argument was passed
if [ "$1" == "--force_recompile" ]; then
extra_args="--force_recompile"
Expand All @@ -11,12 +9,12 @@ fi

# generate the ssz_num test cases
(
cd "$DENDRETH_DIR/beacon-light-client/circom/test"
cd "$GIT_ROOT/beacon-light-client/circom/test"
yarn tsx ./gen_ssz_num_positive_tests.ts
)

# Get the list of all directories one level deep inside the "test" folder
folders=$(find ${DENDRETH_DIR}/beacon-light-client/circom/test/* -maxdepth 0 -type d)
folders=$(find ${GIT_ROOT}/beacon-light-client/circom/test/* -maxdepth 0 -type d)

# Loop through the directories and run tests for each folder
for folder in $folders; do
Expand Down
5 changes: 3 additions & 2 deletions beacon-light-client/plonky2/input_fetchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"build:tsc": "tsc -p ./tsconfig.json",
"build:sol": "hardhat compile",
"test": "yarn hardhat test",
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts"
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts",
"bundle": "yarn rollup-bundle ."
},
"type": "commonjs",
"devDependencies": {
"@dendreth/rollup-builder": "workspace:^",
"@dendreth/rollup": "workspace:^",
"@types/node": "^22.9.0",
"@types/underscore": "^1.13.0",
"tsx": "^4.19.2"
Expand Down
5 changes: 4 additions & 1 deletion beacon-light-client/solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"build:tsc": "tsc -p ./tsconfig.json",
"build:sol": "hardhat compile",
"ts": "yarn node --import tsx",
"test": "yarn hardhat test",
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts"
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts",
"bundle": "yarn rollup-bundle ."
},
"type": "commonjs",
"author": "",
Expand All @@ -18,6 +20,7 @@
"@chainsafe/blst": "0.2.4",
"@chainsafe/ssz": "0.14.3",
"@dendreth/relay": "workspace:^",
"@dendreth/rollup": "workspace:^",
"@dendreth/utils": "workspace:^",
"@effect/schema": "^0.67.5",
"@iden3/binfileutils": "^0.0.11",
Expand Down
5 changes: 3 additions & 2 deletions libs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"build:tsc": "tsc -p ./tsconfig.json",
"build:sol": "hardhat compile",
"test": "yarn hardhat test",
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts"
"gas": "yarn hardhat run test/utils/gas-reporter/src/index.ts",
"bundle": "yarn rollup-bundle ."
},
"type": "commonjs",
"devDependencies": {
"@dendreth/rollup": "workspace:^",
"@types/express": "^4",
"@types/yargs": "^17.0.32",
"tsx": "^4.7.1"
Expand All @@ -21,7 +23,6 @@
"@cosmjs/cosmwasm-stargate": "0.30.1",
"@cosmjs/proto-signing": "^0.30.0",
"@cosmjs/stargate": "0.30.1",
"@dendreth/rollup-builder": "workspace:^",
"@lodestar/params": "^1.23.1",
"@lodestar/types": "^1.17.0",
"@noble/bls12-381": "^1.4.0",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions libs/typescript/rollup-builder/bundle.mjs

This file was deleted.

10 changes: 0 additions & 10 deletions libs/typescript/rollup-builder/bundle.sh

This file was deleted.

159 changes: 0 additions & 159 deletions libs/typescript/rollup-builder/bundle2.mjs

This file was deleted.

27 changes: 0 additions & 27 deletions libs/typescript/rollup-builder/package.json

This file was deleted.

Loading

0 comments on commit 6a03255

Please sign in to comment.