Skip to content

Commit 20a57a9

Browse files
committed
fix: merge conflict
2 parents 9e4791a + 5a273a3 commit 20a57a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+32284
-929
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

.github/workflows/powervoting-contracts.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,4 @@ on:
1212
env:
1313
FOUNDRY_PROFILE: ci
1414

15-
jobs:
16-
check-powervoting-contracts:
17-
name: foundry project
18-
runs-on: ubuntu-20.04
19-
steps:
20-
- uses: actions/checkout@v4
21-
with:
22-
submodules: recursive
2315

24-
- name: Install Foundry
25-
uses: foundry-rs/foundry-toolchain@v1
26-
with:
27-
version: nightly
28-
29-
- name: Run Forge build
30-
run: |
31-
cd ./powervoting-contracts
32-
forge --version
33-
forge build --sizes
34-
id: build
35-
36-
- name: Run Forge tests
37-
run: |
38-
cd ./powervoting-contracts
39-
forge test -vvv
40-
id: test

.github/workflows/test-frontend.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,4 @@ jobs:
3737
- name: Test
3838
run: |
3939
cd power-voting
40-
npm run test
41-
42-
deploy:
43-
runs-on: ubuntu-latest
44-
steps:
45-
- name: Deploy on server
46-
uses: appleboy/ssh-action@v0.1.8
47-
with:
48-
host: ${{ secrets.SSH_HOST }}
49-
username: ${{ secrets.SSH_USERNAME }}
50-
key: ${{ secrets.SSH_KEY }}
51-
script: |
52-
cd ${{ vars.BUILD_PATH }}
53-
sh frontend.sh
40+
npm run test

.gitmodules

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,3 @@
1313
[submodule "power-oracle-contracts/lib/filecoin-solidity"]
1414
path = power-oracle-contracts/lib/filecoin-solidity
1515
url = https://github.com/filecoin-project/filecoin-solidity
16-
17-
[submodule "powervoting-contracts/lib/openzeppelin-contracts"]
18-
path = powervoting-contracts/lib/openzeppelin-contracts
19-
url = https://github.com/OpenZeppelin/openzeppelin-contracts
20-
[submodule "powervoting-contracts/lib/openzeppelin-contracts-upgradeable"]
21-
path = powervoting-contracts/lib/openzeppelin-contracts-upgradeable
22-
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
23-
[submodule "powervoting-contracts/lib/solidity-cborutils"]
24-
path = powervoting-contracts/lib/solidity-cborutils
25-
url = https://github.com/smartcontractkit/solidity-cborutils
26-
[submodule "powervoting-contracts/lib/forge-std"]
27-
path = powervoting-contracts/lib/forge-std
28-
url = https://github.com/foundry-rs/forge-std

FUNDING.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"drips": {
3+
"filecoin": {
4+
"ownedBy": "0x8D6DCAb2047580d46E0187F6D698C37Da395749b"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)