Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 8, 2025
1 parent 04c526b commit 8f766b6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions spartan/aztec-network/eth-devnet/create.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

## TODO: allow updating of?
## - chain Id - block time?
## - Deployment mnemonics

set -euo pipefail

DIR_PATH=$(git rev-parse --show-toplevel)/spartan/aztec-network/eth-devnet
Expand Down
2 changes: 0 additions & 2 deletions spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ ethereum:
externalHost: ""
replicas: 1
chainId: 1337
# TODO(md): make updatable in genesis scripts
blockTime: 12
# 1 billion gas limit
# helps ensure we can deploy public contracts
Expand All @@ -228,7 +227,6 @@ ethereum:
memory: "8Gi"
cpu: "4"
storage: "80Gi"
## TODO: maybe need a second port for these two to communicate
beacon:
service:
type: ClusterIP
Expand Down
1 change: 0 additions & 1 deletion yarn-project/blob-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@types/node": "^18.7.23",
"@types/source-map-support": "^0.5.10",
"@types/supertest": "^6.0.2",
"get-port": "^7.1.0",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.3",
"supertest": "^7.0.0",
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/blob-sink/src/client/http.test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import { Blob } from '@aztec/foundation/blob';
import { Fr } from '@aztec/foundation/fields';

import getPort from 'get-port';

import { BlobSinkServer } from '../server/server.js';
import { runBlobSinkClientTests } from './blob-sink-client-tests.js';
import { HttpBlobSinkClient } from './http.js';

describe('HttpBlobSinkClient', () => {
runBlobSinkClientTests(async () => {
const port = await getPort();
const server = new BlobSinkServer({
port: 0,
});
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/end-to-end/scripts/network_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ fi
VALUES_PATH="$REPO/spartan/aztec-network/values/$VALUES_FILE"
DEFAULT_VALUES_PATH="$REPO/spartan/aztec-network/values.yaml"

cat "$VALUES_PATH"
cat "$DEFAULT_VALUES_PATH"

function read_values_file() {
local key="$1"

Expand Down
1 change: 0 additions & 1 deletion yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ __metadata:
"@types/source-map-support": "npm:^0.5.10"
"@types/supertest": "npm:^6.0.2"
express: "npm:^4.21.1"
get-port: "npm:^7.1.0"
jest: "npm:^29.5.0"
jest-mock-extended: "npm:^3.0.3"
source-map-support: "npm:^0.5.21"
Expand Down

0 comments on commit 8f766b6

Please sign in to comment.