Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
35 changes: 14 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference
version: 2.1

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/jobs-steps/#jobs-overview & https://circleci.com/docs/configuration-reference/#jobs
jobs:
say-hello:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/executor-intro/ & https://circleci.com/docs/configuration-reference/#executor-job
version: 2.1
executors:
my-custom-executor:
docker:
# Specify the version you desire here
# See: https://circleci.com/developer/images/image/cimg/base
- image: cimg/base:current
- image: cimg/base:stable
auth:
# ensure you have first added these secrets
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
web3-defi-game-project-:

# Add steps to the job
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
executor: my-custom-executor
steps:
# Checkout the code as the first step.
- checkout
- run:
name: "Say hello"
command: "echo Hello, World!"

# Orchestrate jobs using workflows
# See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows
workflows:
say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
my-custom-workflow:
jobs:
- say-hello
- web3-defi-game-project-
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue
about: For issues that don't fit other categories.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ about: Open blank issue
title: ''
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/block'
about: Create issue for @ethereumjs/block
title: ''
labels: 'package: block'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/blockchain'
about: Create issue for @ethereumjs/blockchain package
title: ''
labels: 'package: blockchain'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/client'
about: Create issue for @ethereumjs/client
title: ''
labels: 'package: client'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/common'
about: Create issue for @ethereumjs/common package
title: ''
labels: 'package: common'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-devp2p.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/devp2p'
about: Create issue for @ethereumjs/devp2p
title: ''
labels: 'package: devp2p'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-ethash.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/ethash'
about: Create issue for @ethereumjs/ethash
title: ''
labels: 'package: ethash'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/evm'
about: Create issue for @ethereumjs/evm package
title: ''
labels: 'package: evm'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-statemanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/statemanager'
about: Create issue for @ethereumjs/statemanager
title: ''
labels: 'package: statemanager'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-trie.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/trie'
about: Create issue for @ethereumjs/trie package
title: ''
labels: 'package: trie'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/tx'
about: Create issue for @ethereumjs/tx package
title: ''
labels: 'package: tx'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-util.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/util'
about: Create issue for @ethereumjs/util package
title: ''
labels: 'package: util'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-verkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/verkle'
about: Create issue for @ethereumjs/verkle package
title: ''
labels: 'package: verkle'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--ethereumjs-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: @ethereumjs/vm'
about: Create issue for @ethereumjs/vm package
title: ''
labels: 'package: vm'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: Monorepo'
about: Create a monorepo-wide issue (e.g. on CI or docs)
title: ''
labels: 'package: monorepo'
labels: ''
assignees: ''

---


5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/package--rlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Package: rlp'
about: Create issue for rlp package
title: ''
labels: 'package: rlp'
labels: ''
assignees: ''

---


4 changes: 4 additions & 0 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
env:
cwd: ${{github.workspace}}

permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-browser
cancel-in-progress: true
Expand Down Expand Up @@ -67,3 +70,4 @@ jobs:
- run: npx playwright install --with-deps

- run: npm run test:browser --workspaces --if-present

Loading
Loading