Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,34 +69,13 @@ jobs:
path: packages/rollup-full-node/node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('packages/rollup-full-node/package.json') }}

- name: Cache rollup-contracts deps
uses: actions/cache@v1
id: cache_rollup-contracts
with:
path: packages/rollup-contracts/node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('packages/rollup-contracts/package.json') }}

- name: Cache rollup-core deps
uses: actions/cache@v1
id: cache_rollup-core
with:
path: packages/rollup-core/node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('packages/rollup-core/package.json') }}

- name: Cache rollup-dev-tools deps
uses: actions/cache@v1
id: cache_rollup-dev-tools
with:
path: packages/rollup-dev-tools/node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('packages/rollup-dev-tools/package.json') }}

- name: Cache solc-transpiler deps
uses: actions/cache@v1
id: cache_solc-transpiler
with:
path: packages/solc-transpiler/node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('packages/solc-transpiler/package.json') }}

- name: Cache state-synchronizer deps
uses: actions/cache@v1
id: cache_state-synchronizer
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,6 @@ jobs:
path: packages/rollup-core/node_modules
key: ${{ runner.os }}-${{ hashFiles('packages/rollup-core/package.json') }}

- name: Cache rollup-dev-tools deps
uses: actions/cache@v1
id: cache_rollup-dev-tools
with:
path: packages/rollup-dev-tools/node_modules
key: ${{ runner.os }}-${{ hashFiles('packages/rollup-dev-tools/package.json') }}

- name: Cache solc-transpiler deps
uses: actions/cache@v1
id: cache_solc-transpiler
with:
path: packages/solc-transpiler/node_modules
key: ${{ runner.os }}-${{ hashFiles('packages/solc-transpiler/package.json') }}

- name: Cache state-synchronizer deps
uses: actions/cache@v1
id: cache_state-synchronizer
Expand Down
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"packages/optimistic-game-semantics/*",
"packages/ovm-toolchain/*",
"packages/rollup-core/*",
"packages/rollup-dev-tools/*",
"packages/rollup-services/*",
"packages/solc-transpiler/*"
"packages/rollup-services/*"
],
"command": {
"publish": {
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"dependencies": {
"@eth-optimism/core-db": "^0.0.1-alpha.25",
"@eth-optimism/core-utils": "^0.0.1-alpha.25",
"@eth-optimism/solc": "^0.5.16-alpha.0",
"@eth-optimism/solc-transpiler": "^0.0.1-alpha.27",
"@nomiclabs/buidler": "^1.3.8",
"@nomiclabs/buidler-ethers": "^2.0.0",
Expand Down
10 changes: 2 additions & 8 deletions packages/contracts/test/contracts/ovm/StateTransitioner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
remove0x,
numberToHexString,
} from '@eth-optimism/core-utils'
import * as solc from '@eth-optimism/solc-transpiler'
import * as solc from '@eth-optimism/solc'
import { Contract, ContractFactory, Signer, BigNumber } from 'ethers'
import { keccak256 } from 'ethers/utils'
import { cloneDeep } from 'lodash'
Expand Down Expand Up @@ -438,13 +438,7 @@ describe('StateTransitioner', () => {

const AllFraudTestJson = compile(
solc,
path.resolve(
__dirname,
'../../../contracts/test-helpers/FraudTester.sol'
),
{
executionManagerAddress: executionManager.address,
}
path.resolve(__dirname, '../../../contracts/test-helpers/FraudTester.sol')
).contracts['FraudTester.sol']
FraudTesterJson = AllFraudTestJson.FraudTester
MicroFraudTesterJson = AllFraudTestJson.MicroFraudTester
Expand Down
31 changes: 0 additions & 31 deletions packages/rollup-dev-tools/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/rollup-dev-tools/config/.env.example

This file was deleted.

135 changes: 0 additions & 135 deletions packages/rollup-dev-tools/config/default.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/rollup-dev-tools/index.ts

This file was deleted.

63 changes: 0 additions & 63 deletions packages/rollup-dev-tools/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/rollup-dev-tools/src/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/rollup-dev-tools/src/tools/index.ts

This file was deleted.

Loading