Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
bb1d159a
Commit
bb1d159a
authored
Jun 03, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: makefile
Fixes the top level makefile after bedrock contracts migration
parent
c17e3d62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
+7
-14
Makefile
Makefile
+6
-13
package.json
packages/integration-tests-bedrock/package.json
+1
-1
No files found.
Makefile
View file @
bb1d159a
COMPOSEFLAGS
=
-d
ITESTS_L2_HOST
=
http://localhost:9545
build
:
build-go
contracts integration-tes
ts
build
:
build-go
build-
ts
.PHONY
:
build
build-go
:
submodules op-node op-proposer op-batcher
.PHONY
:
build-go
build-ts
:
submodules contracts integration-tests
build-ts
:
submodules
yarn build
.PHONY
:
build-ts
submodules
:
...
...
@@ -42,14 +43,6 @@ mod-tidy:
cd
./op-e2e
&&
go mod tidy
&&
cd
..
.PHONY
:
mod-tidy
contracts
:
cd
./contracts-bedrock
&&
yarn
install
&&
yarn build
.PHONY
:
contracts
integration-tests
:
cd
./packages/integration-tests-bedrock
&&
yarn
install
&&
yarn build:contracts
.PHONY
:
integration-tests
clean
:
rm
-rf
./bin
.PHONY
:
clean
...
...
@@ -63,7 +56,7 @@ devnet-down:
.PHONY
:
devnet-down
devnet-clean
:
rm
-rf
./contracts-bedrock/deployments/devnetL1
rm
-rf
./
packages/
contracts-bedrock/deployments/devnetL1
rm
-rf
./.devnet
cd
./ops-bedrock
&&
docker-compose down
docker volume
rm
ops-bedrock_l1_data
...
...
@@ -76,12 +69,12 @@ test-unit:
make
-C
./op-proposer
test
make
-C
./op-batcher
test
make
-C
./op-e2e
test
cd
./contracts-bedrock
&&
yarn
test
yarn
test
.PHONY
:
test-unit
test-integration
:
bash ./ops-bedrock/test-integration.sh
\
./contracts-bedrock/deployments/devnetL1
./
packages/
contracts-bedrock/deployments/devnetL1
.PHONY
:
test-integration
devnet-genesis
:
...
...
packages/integration-tests-bedrock/package.json
View file @
bb1d159a
...
...
@@ -7,7 +7,7 @@
"lint"
:
"yarn lint:fix && yarn lint:check"
,
"lint:fix"
:
"yarn lint:check --fix"
,
"lint:check"
:
"eslint . --max-warnings=0"
,
"build
:contracts
"
:
"forge build --root . -c contracts -o artifacts"
,
"build"
:
"forge build --root . -c contracts -o artifacts"
,
"test"
:
"echo 'no unit tests'"
,
"test:actor"
:
"IS_LIVE_NETWORK=true ts-node actor-tests/lib/runner.ts"
,
"test:integration:live"
:
"NO_NETWORK=true IS_LIVE_NETWORK=true hardhat --network optimism test"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment