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
653ca53f
Unverified
Commit
653ca53f
authored
Apr 19, 2023
by
protolambda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: remove old hardhat/minigeth workflows
parent
90373f60
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
129 deletions
+0
-129
test_challenge.yml
.github/workflows/test_challenge.yml
+0
-22
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+0
-22
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+0
-22
test_contracts.yml
.github/workflows/test_contracts.yml
+0
-20
test_minigeth.yml
.github/workflows/test_minigeth.yml
+0
-21
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+0
-22
No files found.
.github/workflows/test_challenge.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test Challenge
on
:
pull_request
jobs
:
unit
:
name
:
Challenge on block
13284469
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
-
name
:
Run test challenge
run
:
make test_challenge
.github/workflows/test_challenge_fault.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test Challenge Fault
on
:
pull_request
jobs
:
unit
:
name
:
Fault injection challenge scenario
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Run fault injection challenge scenario
run
:
demo/challenge_fault.sh
.github/workflows/test_challenge_simple.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test Challenge Simple
on
:
pull_request
jobs
:
unit
:
name
:
Simple challenge scenario
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Run simple challenge scenario
run
:
demo/challenge_simple.sh
.github/workflows/test_contracts.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test Contracts
on
:
pull_request
jobs
:
unit
:
name
:
Contracts work
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
-
name
:
Install Toolchain (Node and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Install Dependencies
run
:
make nodejs
-
name
:
Hardhat Test
run
:
make test_contracts
.github/workflows/test_minigeth.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test Minigeth
on
:
pull_request
jobs
:
unit
:
name
:
minigeth computes correct block transitions
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 make cmake pkg-config
-
name
:
Build minigeth
run
:
make minigeth_prefetch
-
name
:
Test Minigeth
run
:
make test_minigeth
.github/workflows/test_mipsevm.yml
deleted
100644 → 0
View file @
90373f60
name
:
Test MIPS EVM
on
:
pull_request
jobs
:
unit
:
name
:
MIPS EVM matches unicorn
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
-
name
:
Build
run
:
make build
-
name
:
Test MIPS EVM
run
:
make test_mipsevm
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