Skip to content

Commit

Permalink
chore: cleanup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 4, 2023
1 parent ab56e28 commit 01942eb
Show file tree
Hide file tree
Showing 176 changed files with 16 additions and 37,919 deletions.
6 changes: 5 additions & 1 deletion yarn-project/archiver/src/archiver/archiver.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { AztecAddress, EthAddress, randomBytes, sleep, toBufferBE } from '@aztec/foundation';
import { RollupAbi, UnverifiedDataEmitterAbi } from '@aztec/l1-artifacts';
import { ContractData, ContractPublicData, EncodedContractFunction, L2Block } from '@aztec/types';
import { MockProxy, mock } from 'jest-mock-extended';
import { Chain, HttpTransport, Log, PublicClient, Transaction, encodeFunctionData, toHex } from 'viem';
import { Archiver } from './archiver.js';
import { EthAddress } from '@aztec/foundation/eth-address';
import { sleep } from '@aztec/foundation/sleep';
import { AztecAddress } from '@aztec/foundation/aztec-address';
import { randomBytes } from '@aztec/foundation/crypto';
import { toBufferBE } from '@aztec/foundation/bigint-buffer';

describe('Archiver', () => {
const rollupAddress = '0x0000000000000000000000000000000000000000';
Expand Down
9 changes: 7 additions & 2 deletions yarn-project/archiver/src/archiver/archiver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { AztecAddress, BufferReader, EthAddress, RunningPromise, createDebugLogger } from '@aztec/foundation';
import { createDebugLogger, DebugLogger } from '@aztec/foundation/log';

import { RunningPromise } from '@aztec/foundation/running-promise';
import { EthAddress } from '@aztec/foundation/eth-address';
import { BufferReader } from '@aztec/foundation/serialize';
import { AztecAddress } from '@aztec/foundation/aztec-address';
import { INITIAL_L2_BLOCK_NUM } from '@aztec/types';
import { RollupAbi, UnverifiedDataEmitterAbi } from '@aztec/l1-artifacts';
import {
ContractData,
Expand All @@ -9,7 +15,6 @@ import {
L2BlockSource,
UnverifiedData,
UnverifiedDataSource,
INITIAL_L2_BLOCK_NUM,
} from '@aztec/types';
import {
Chain,
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/archiver/src/archiver/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EthAddress } from '@aztec/foundation';
import { EthAddress } from '@aztec/foundation/eth-address';
import { L1Addresses } from '@aztec/types';

/**
Expand Down
6 changes: 0 additions & 6 deletions yarn-project/ethereum.js/.eslintrc.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions yarn-project/ethereum.js/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/ethereum.js/.prettierignore

This file was deleted.

14 changes: 0 additions & 14 deletions yarn-project/ethereum.js/Dockerfile

This file was deleted.

98 changes: 0 additions & 98 deletions yarn-project/ethereum.js/README.md

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/ethereum.js/example/.eslintrc.cjs

This file was deleted.

23 changes: 0 additions & 23 deletions yarn-project/ethereum.js/example/contracts.json

This file was deleted.

24 changes: 0 additions & 24 deletions yarn-project/ethereum.js/example/package.json

This file was deleted.

Loading

0 comments on commit 01942eb

Please sign in to comment.