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
4a07282d
Unverified
Commit
4a07282d
authored
Jul 26, 2022
by
Mark Tyneway
Committed by
GitHub
Jul 26, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into bedrock-goerli-
96f44f79
parents
51a1595b
19d6a8eb
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
6 deletions
+28
-6
config.yml
.circleci/config.yml
+1
-1
cloudbuild.yaml
cloudbuild.yaml
+22
-0
l2outputoracle.go
op-bindings/bindings/l2outputoracle.go
+1
-1
foundry.toml
packages/contracts-bedrock/foundry.toml
+2
-2
foundry.toml
packages/contracts-periphery/foundry.toml
+1
-1
foundry.toml
packages/integration-tests-bedrock/foundry.toml
+1
-1
No files found.
.circleci/config.yml
View file @
4a07282d
...
...
@@ -15,7 +15,7 @@ jobs:
name
:
Check if we should run
command
:
|
shopt -s inherit_errexit
CHANGED=$(check-changed "
packages/
")
CHANGED=$(check-changed "
(op-bindings|packages/)
")
if [[ "$CHANGED" = "FALSE" ]]; then
circleci step halt
fi
...
...
cloudbuild.yaml
0 → 100644
View file @
4a07282d
steps
:
-
name
:
'
gcr.io/kaniko-project/executor:latest'
args
:
-
--destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-node:$_TAG
-
--dockerfile=op-node/Dockerfile
-
--cache=true
-
--cache-ttl=48h
waitFor
:
[
'
-'
]
-
name
:
'
gcr.io/kaniko-project/executor:latest'
args
:
-
--destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-batcher:$_TAG
-
--dockerfile=./op-batcher/Dockerfile
-
--cache=true
-
--cache-ttl=48h
waitFor
:
[
'
-'
]
-
name
:
'
gcr.io/kaniko-project/executor:latest'
args
:
-
--destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/op-proposer:$_TAG
-
--dockerfile=./op-proposer/Dockerfile
-
--cache=true
-
--cache-ttl=48h
waitFor
:
[
'
-'
]
\ No newline at end of file
op-bindings/bindings/l2outputoracle.go
View file @
4a07282d
This diff is collapsed.
Click to expand it.
packages/contracts-bedrock/foundry.toml
View file @
4a07282d
[default]
[
profile.
default]
src
=
'contracts'
out
=
'forge-artifacts'
optimizer
=
true
...
...
@@ -19,5 +19,5 @@ build_info = true
ffi
=
true
fuzz_runs
=
16
[ci]
[
profile.
ci]
fuzz_runs
=
512
packages/contracts-periphery/foundry.toml
View file @
4a07282d
[default]
[
profile.
default]
# The source directory
src
=
'contracts/universal'
# The test directory
...
...
packages/integration-tests-bedrock/foundry.toml
View file @
4a07282d
[default]
[
profile.
default]
src
=
'contracts'
out
=
'forge-artifacts'
optimizer
=
true
...
...
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